Installing Autoconf-2.53

Estimated build time:           0.05 SBU
Estimated required disk space:  6 MB

Installation of Autoconf

Install Autoconf by running the following commands:

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

Contents of Autoconf

Last checked against version 2.53.

Program Files

autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate and ifnames

Descriptions

autoconf

autoconf is a tool for producing shell scripts that automatically configure software source code packages to adapt to many kinds of Unix-like systems. The configuration scripts produced by autoconf are independent of autoconf when they are run, so their users do not need to have autoconf.

autoheader

The autoheader program can create a template file of C #define statements for configure to use.

autom4te

autom4te runs GNU M4 on files.

autoreconf

If there are a lot of autoconf-generated configure scripts, the autoreconf program can save some work. It runs autoconf and autoheader (where appropriate) repeatedly to remake the autoconf configure scripts and configuration header templates in the directory tree rooted at the current directory.

autoscan

The autoscan program can help to create a configure.in file for a software package. autoscan examines the source files in a directory tree. If a directory is not specified on the command line, then the current working directory is used. The source files are searched for common portability problems and a configure.scan file is created to serve as the preliminary configure.in for that package.

autoupdate

The autoupdate program updates a configure.in file that calls autoconf macros by their old names to use the current macro names.

ifnames

ifnames can help when writing a configure.in for a software package. It prints the identifiers that the package already uses in C preprocessor conditionals. If a package has already been set up to have some portability, this program can help to determine what configure needs to check. It may fill in some gaps in a configure.in file generated by autoscan.

Autoconf Installation Dependencies

Last checked against version 2.52.

Bash: sh
Diffutils: cmp
Fileutils: chmod, install, ln, ls, mkdir, mv, rm
Grep: fgrep, grep
M4: m4
Make: make
Gawk: gawk
Sed: sed
Sh-utils: echo, expr, hostname, sleep, uname
Texinfo: install-info
Textutils: cat, tr