218 Linux Applications on pSeries
Prereqs
The LIBTOOL package does not have any prerequisites.
6.4.2 autoconf/automake
The AUTOCONF and AUTOMAKE packages contain programs that will help you
adapt configuration of your software source code packages to many kinds of
UNIX-like systems, without manual user intervention.
The autoconf command creates a configuration script for a package from a
template file that lists the operating system features that the package can use, in
the form of m4 macro calls.
The automake command is a tool for automatically generating makefile.in files. A
Makefile.am is basically a series of make macro definitions and rules. The
generated Makefile.in files are compliant with the GNU Makefile standards and
can be interprete ...