%general-entities; ]> automake &automake-version;
&automake-url;
Automake-&automake-version; Automake <para>The Automake package contains programs for generating Makefiles for use with Autoconf.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&automake-ch6-sbu;</seg> <seg>&automake-ch6-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Automake Prepare Automake for compilation: ./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version; Compile the package: make There are a couple of tests that incorrectly link to the wrong version of the flex library, so we temporarily work around the problem. Also, using the -j4 make option speeds up the tests, even on systems with only one processor due to internal delays in individual tests. To test the results, issue: mv -v /usr/lib/libfl.{so,save} ln -sv libfl.a /usr/lib/libfl.so make -j4 check rm -v /usr/lib/libfl.so mv -v /usr/lib/libfl.{save,so} Install the package: make install Contents of Automake Installed programs Installed directories acinstall, aclocal, aclocal-&am-minor-version;, automake, automake-&am-minor-version;, compile, config.guess, config.sub, depcomp, install-sh, mdate-sh, missing, mkinstalldirs, py-compile, and ylwrap /usr/share/aclocal-&am-minor-version;, /usr/share/automake-&am-minor-version;, /usr/share/doc/automake-&automake-version; Short Descriptions acinstall A script that installs aclocal-style M4 files acinstall aclocal Generates aclocal.m4 files based on the contents of configure.in files aclocal aclocal-&am-minor-version; A hard link to aclocal aclocal-&am-minor-version; 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 automake-&am-minor-version; A hard link to automake automake-&am-minor-version; compile A wrapper for compilers compile config.guess A script that attempts to guess the canonical triplet for the given build, host, or target architecture config.guess config.sub A configuration validation subroutine script config.sub depcomp A script for compiling a program so that dependency information is generated in addition to the desired output depcomp install-sh A script that installs a program, script, or data file install-sh mdate-sh A script that prints the modification time of a file or directory mdate-sh missing A script acting as a common stub for missing GNU programs during an installation missing mkinstalldirs A script that creates a directory tree mkinstalldirs py-compile Compiles a Python program py-compile ylwrap A wrapper for lex and yacc ylwrap