잘좀하자 개발/Yocto
[AutoTool] Troubleshooting
kissuu
2019. 10. 17. 21:11
1AM_INTIT_AUTOMAKE' not found in
1.1.Error
configure.ac:12: warning: macro 'AM_INTIT_AUTOMAKE' not found in library configure.ac:12: error: possibly undefined macro: AM_INTIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. |
1.2.Solution
1.2.1.자기실수
Configure.ac 에 철차 또는 문법 오류
1.2.2.depcomp 삭제 후 copy
[woring] $ rm ./depcomp
[woring] $ cp -a /usr/share/automake-X.XX/depcomp .