%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-fin-sbu;</seg> <seg>&automake-fin-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Automake Fix a failing test: sed -i "s/''/etags/" t/tags-lisp-space.sh Prepare Automake for compilation: ./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version; Compile the package: make 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: make -j4 check One test is known to fail in the LFS environment: tags-lisp-space.sh. Install the package: make install Contents of Automake Installed programs Installed directories aclocal, aclocal-&am-minor-version; (hard linked with aclocal), automake, and automake-&am-minor-version; (hard linked with automake) /usr/share/aclocal-&am-minor-version;, /usr/share/automake-&am-minor-version;, and /usr/share/doc/automake-&automake-version; Short Descriptions 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;