configure.ac Error in Arch
Opened this issue · 0 comments
phoenixlzx commented
输出:
automake: warnings are treated as errors
/usr/share/automake-1.12/am/ltlibrary.am: warning: 'libwebqq.la': linking libtool libraries using a non-POSIX
/usr/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
src/libqq/Makefile.am:1: while processing Libtool library 'libwebqq.la'
autoreconf: automake failed with exit status: 1
应该是configure.ac里忘记添加了AM_PROG_AR,在 configure.ac 的第20行之后添加AM_PROG_AR编译通过。