安装的程序: acinstall, aclocal,
              aclocal-1.9.6, automake, automake-1.9.6, 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 。 This takes a long time, about 10 SUB.
安装软件包:
make install