6.34. Installing Autoconf-2.57

Estimated build time:           2.9 SBU
Estimated required disk space:  7.7 MB

6.34.1. Contents of Autoconf

Autoconf produces shell scripts which automatically configure source code.

Installed programs: autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate and ifnames

6.34.2.

6.34.3. Autoconf Installation Dependencies

Autoconf depends on: Bash, Coreutils, Diffutils, Grep, M4, Make, Perl, Sed.

6.34.4.

6.34.5. Installation of Autoconf

Prepare Autoconf for compilation:

./configure --prefix=/usr

Compile the package:

make

This package has a test suite available which can perform a number of checks to ensure it built correctly. Should you choose to run it, the following command will do so:

make check

And install the package:

make install