Autoconf 软件包包含用于生成自动配置源代码的 shell 脚本的程序。
大概编译时间: 3.6 SBU
需要磁盘空间: 20 MB
6.44.1. 安装 Autoconf
准备编译 Autoconf:
./configure --prefix=/usr
编译软件包:
make
用以下命令测试结果:
make check
这需要很长一段时间,大概 4.7 SBUs。另外,跳过了需要 Automake 的 6 个测试。为了全面测试,Automake 安装完成后可以重新测试 Autoconf。另外,由于 libtool-2.4.3 及之后版本的变化,一个测试失败了。
安装软件包:
make install
6.44.2. Autoconf 软件包内容
安装的程序: autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate, 和 ifnames
安装目录: /usr/share/autoconf
简要介绍
生成能为多种类 Unix 系统自动配置软件源码包的 shell 脚本;它生成的配置脚本是独立的—运行脚本不需要 autoconf 程序 |
|
一个能生成给配置脚本使用的 C #define 语句模板文件的工具 |
|
M4 宏处理器的封装 |
|
对 autoconf 和 automake 模板文件作了更改后能以正确顺序自动运行 autoconf, autoheader, aclocal, automake, gettextize, 以及 libtoolize 以节省时间 |
|
为软件包帮助生成 |
|
更改 |
|
帮助为软件包写 |