cd smth_bbs
aclocal; autoheader; automake -a; autoconf
cd sshbbsd
aclocal; autoheader; automake -a; autoconf
然后就可以 configure 了,不过注意一下你的 libtool 版本是不是 1.4.x 的。
如果是 libtool-1.5.x 的话,还得先运行一下 libtoolize -c --force,才能
运行 aclocal; autoheader; automake -a; autoconf
看一下 doc/README.cvs 和 其他文档,应该都提到了 autoconf, automake 和
libtool 的版本要求。
【 在 tian.bbs@bbs.tju.edu.cn.no.spam (庄子·逍遥游) 的大作中提到: 】
: it's my fault..,进入的是原来下载tgz的smthbbs1.2.2目录。。。;-(
: 重新cvs了,缺少configure文件。
: su-2.05b$ pwd
: /home/tian/SMTH/smth_bbs
: su-2.05b$ ls -l
: total 276
: -rw-r--r-- 1 tian wheel 114 Dec 18 2002 AUTHORS
: -rw-r--r-- 1 tian wheel 0 Jul 26 2002 COPYING
: drwxr-xr-x 2 tian wheel 512 Jan 9 16:39 CVS
: -rw-r--r-- 1 tian wheel 0 May 24 2002 ChangeLog
: ...................
--
FROM 166.111.160.80