
Linux From Scratch - Version 7.0
146
6.36. Automake-1.11.1
The Automake package contains programs for generating Makefiles for use with Autoconf.
Approximate build time: 18.3 SBU
Required disk space: 28.8 MB
6.36.1. Installation of Automake
Prepare Automake for compilation:
./configure --prefix=/usr --docdir=/usr/share/doc/automake-1.11.1
Compile the package:
make
To test the results, issue:
make check
This takes a long time, about 10 SBUs.
Install the package:
make install
6.36.2. Contents of Automake
Installed programs: acinstall, aclocal, aclocal-1.11.1, automake, automake-1.11.1, compile, config.guess,
config.sub, depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs, py-
compile, symlink-tree, and ylwrap
Installed directories: /usr/share/aclocal-1.11, /usr/share/automake-1.11, /usr/share/doc/automake-1.11.1
Short Descriptions
acinstall A script that installs aclocal-style M4 files
aclocal Generates aclocal.m4 files based on the contents of configure.in files
aclocal-1.11.1 A hard link to aclocal
automake A tool for automatically generating Makefile.in files from Makefile.am files. To
create all the Makefile.in files for a package, run this program in the top-level directory.
By scanning the configure.in file, it automatically finds each appropriate Makefile.
am file and generates the corresponding Makefile.in file
automake-1.11.1 A hard link to automake
compile A wrapper for compilers
config.guess A script that attempts to guess the canonical triplet for the given build, host, or target
architecture
config.sub A configuration validation subroutine script
depcomp A script for compiling a program so that dependency information is generated in addition
to the desired output
Kommentare zu diesen Handbüchern