ytht,这是按照install说明到第三步时候出现的问题:
[root@localhost ythtbbs-0.0.3-snap-20040428]# ./makedist.sh
cp: stat'/usr/share/automake/config.sub'失败: 没有那个文件或目录
cp: stat'/usr/share/automake/config.guess'失败: 没有那个文件或目录
cp: stat'/usr/share/automake/install-sh'失败: 没有那个文件或目录
第三步的说明是:
3.
If you get souce code from our cvs, you should run ./makedist.sh.
If it complain it can't find the directory of autoconf or automake,
you can link your auto* program to the name automake or autoconf
该怎么办呢?
--