| Estimated build time: 2.9 SBU Estimated required disk space: 7.7 MB | 
Autoconf produces shell scripts which automatically configure source code.
Installed programs: autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate and ifnames
Autoconf depends on: Bash, Coreutils, Diffutils, Grep, M4, Make, Perl, Sed.
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 |