刚刚新装的RH9,在KDevelop里面新建无论什么项目时,都会出现警告信息:
configure.in:44: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.in:75: warning: do not use m4_regexp: use regexp or m4_bregexp
sh: line 1: kdoc: command not found
对新建的项目未做任何根改,直接执行,出错:
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 `/root/te'
cd . && \
/bin/sh /root/te/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]: Leaving directory `/root/te'
gmake[1]: *** [Makefile.in] Error 1
gmake: *** [all] Error 2