能通过config,昨天凌晨还可以make的,
今天因为要换个域名,我这样把域名都换替掉了:
find * -exec perl -p -i -e "s/27\.ipchina\.org/bbs\.sa27\.net/g" {} \;
结果就出现下面的错误…
cd . && /bin/sh /home/bbs/20041012/wjcbbs/missing --run aclocal-1.6
cd . && \
/bin/sh /home/bbs/20041012/wjcbbs/missing --run automake-1.6 --foreign Makefile
cd . && /bin/sh /home/bbs/20041012/wjcbbs/missing --run autoconf
configure.ac:6: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
configure.ac:165: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
make: *** [configure] Error 1
--
FROM 61.51.130.157