i was getting this error while trying to compile faad2:
configure.in:14: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
i made this error go away by install “libtool:”
$ sudo apt-get install libtool
本文解决了一个在尝试编译faad2时遇到的错误:configure.in:14:error:possiblyundefinedmacro:AC_PROG_LIBTOOL。通过安装libtool,成功解决了这一问题。
573

被折叠的 条评论
为什么被折叠?



