安装的程序: acinstall, aclocal, aclocal-1.9.5, automake, automake-1.9.5, compile, config.guess, config.sub, depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs, py-compile, symlink-tree, ylwrap
Automake 与 Autoconf 配合使用,产生 Makefile 文件。
为编译 Automake 做准备:
./configure --prefix=/usr
编译软件包:
make
要测试结果,请运行: make check 。这个测试耗时大约 5 SBU 。
安装软件包:
make install