安装 Automake-1.7.1

估计编译时间:		0.03 SBU
估计所需硬盘空间:     6 MB

安装 Automake

命令如下:

./configure --prefix=/usr &&
make install

Automake的内容

最后检查于version 1.6.2.

包含的程序

acinstall, aclocal, aclocal-1.6, automake, automake-1.6, compile, config.guess, config.sub, depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs, py-compile, ylwrap

具体说明

acinstall

是用来安装aclocal-style M4文件的脚本

aclocal, aclocal-1.6

Automake包括一定数量的可以用于打包的Autoconf宏;其中一些是Automake在某些情况下真正需要的。这些宏必须在aclocal.m4文件中定义。否则autoconf就看不到它们。

Aclocal程序会根据configure.in的内容自动产生aclocal.m4文件,这就为获得Automake提供的宏提供了一个方便的方法,这种方法不必到处搜索。Aclocal机制也可以扩展到其它包的应用中。

automake, automake-1.6

要为一个包建立所有的Makefile.in文件,通过在目录的顶层以没有参数的形式运行automake程序。Automake会自动找到每一个合适的Makefile.am (通过扫描configure.in)并且产生相应的Makefile.in。

compile

compile 是编译器的外壳脚本

config.guess

config.guess 是用来尝试猜测标准的系统明称的脚本

config.sub

config.sub 配置子进程合法性的脚本

depcomp

depcomp 在编译程序同时产生其依赖程序的脚本

elisp-comp

elisp-comp 是字节编译 .el 文件的脚本

install-sh

install-sh 安装程序, 脚本或者数据文件的脚本.

mdate-sh

mdate-sh 打印程序和目录更改时间的脚本

missing

missing 是一个用来填充在安装过程检查出的缺失的GNU程序空位的脚本

mkinstalldirs

mkinstalldirs 产生目录继承的脚本

py-compile

py-compile 用来编译Python程序的脚本

安装Automake依赖于

最后检查于 version 1.5.

Bash: sh
Diffutils: cmp
Fileutils: chmod, install, ls, mkdir, mv, rm, rmdir
Grep: fgrep, grep
Make: make
Perl: perl
Sed: sed
Sh-utils: echo, expr, hostname, sleep
Texinfo: install-info
Textutils: cat, tr