|
|
请问这是怎么回事儿?我是按默认的新建了一个C项目.
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
gmake all-recursive
gmake[1]: Entering directory `/home/aiby/code/工程/test'
cd . && \
/bin/sh /home/aiby/code/工程/test/admin/missing --run automake --foreign Makefile
aclocal.m4:3009: your implementation of AM_INIT_AUTOMAKE comes from an
aclocal.m4:3009: old Automake version. You should recreate aclocal.m4
aclocal.m4:3009: with aclocal and run automake again.
gmake[1]: *** [Makefile.in] Error 1
gmake[1]: Leaving directory `/home/aiby/code/工程/test'
gmake: *** [all] Error 2
*** 失败 *** |
|