安装指导参见: 安装 Automake-1.7.6 在 第 6 章.
官方下载地址
Automake (1.7.6):
ftp://ftp.gnu.org/gnu/automake/
Automake的内容
Automake 产生 Makefile.in 文件,与 Autoconf 配合使用。
安装下列程序: acinstall, aclocal, aclocal-1.7, automake, automake-1.7, compile, config.guess, config.sub, depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs, py-compile, ylwrap
简短说明
acinstall是用来安装aclocal-style M4文件的脚本.
aclocal 根据configure.in文件的内容,自动生成aclocal.m4文件。
automake根据Makefile.am文件的内容,自动生成Makefile.in文件。要为一个包建立所有的Makefile.in文件,通过在目录的顶层以没有参数的形式运行automake程序。automake会自动找到每一个合适的Makefile.am (通过扫描configure.in)并且产生相应的Makefile.in。
compile 是编译器的包装脚本。
config.guess是用来为特定的编译、主机或目标架构来尝试猜测标准的系统名称的脚本。
config.sub 是配置验证子脚本。
depcomp在编译程序同时产生其依赖信息的脚本。
elisp-comp 能按字节编译 Emacs Lisp 代码。
install-sh 是能安装程序, 脚本或者数据文件的脚本。
mdate-sh 打印程序和目录更改时间的脚本.
missing 是一个用来填充在安装过程检查出的缺失的GNU程序空位的脚本.
mkinstalldirs产生目录树结构的脚本.
py-compile 编译 Python 程序。
ylwrap 是lex或yacc的包装脚本。
Automake 安装依赖关系
Automake 依赖于: Autoconf, Bash, Coreutils, Diffutils, Grep, M4, Make, Perl, Sed.