1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
8 <sect1 id="ch-system-automake" role="wrap">
9 <?dbhtml filename="automake.html"?>
11 <sect1info condition="script">
12 <productname>automake</productname>
13 <productnumber>&automake-version;</productnumber>
14 <address>&automake-url;</address>
17 <title>Automake-&automake-version;</title>
19 <indexterm zone="ch-system-automake">
20 <primary sortas="a-Automake">Automake</primary>
23 <sect2 role="package">
26 <para>The Automake package contains programs for generating Makefiles for use
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
34 <seg>&automake-ch6-sbu;</seg>
35 <seg>&automake-ch6-du;</seg>
41 <sect2 role="installation">
42 <title>Installation of Automake</title>
44 <para>Prepare Automake for compilation:</para>
46 <screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen>
48 <para>Compile the package:</para>
50 <screen><userinput remap="make">make</userinput></screen>
52 <!--<para>There are a couple of tests that incorrectly link to the
53 wrong version of the flex library, so we temporarily work around
54 the problem. Also, using the -j4 make option speeds up the tests, even on
55 systems with only one processor, due to internal delays in individual
56 tests. To test the results, issue:</para>
59 <para> Using the -j4 make option speeds up the tests, even on systems with
60 only one processor, due to internal delays in individual tests. To test
61 the results, issue:</para>
63 <!--<screen><userinput remap="test">sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &:" t/lex-{clean,depend}-cxx.sh
64 make -j4 check</userinput></screen>-->
66 <screen><userinput remap="test">make -j4 check</userinput></screen>
69 <para>One test is known to fail in the LFS environment:
72 <para>Install the package:</para>
74 <screen><userinput remap="install">make install</userinput></screen>
79 <sect2 id="contents-automake" role="content">
80 <title>Contents of Automake</title>
83 <segtitle>Installed programs</segtitle>
84 <segtitle>Installed directories</segtitle>
87 <seg>aclocal, aclocal-&am-minor-version; (hard linked with aclocal), automake, and
88 automake-&am-minor-version; (hard linked with automake) </seg>
89 <seg>/usr/share/aclocal-&am-minor-version;, /usr/share/automake-&am-minor-version;, and
90 /usr/share/doc/automake-&automake-version;</seg>
95 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
96 <?dbfo list-presentation="list"?>
97 <?dbhtml list-presentation="table"?>
99 <varlistentry id="aclocal">
100 <term><command>aclocal</command></term>
102 <para>Generates <filename>aclocal.m4</filename> files based on the
103 contents of <filename>configure.in</filename> files</para>
104 <indexterm zone="ch-system-automake aclocal">
105 <primary sortas="b-aclocal">aclocal</primary>
110 <varlistentry id="aclocalversion">
111 <term><command>aclocal-&am-minor-version;</command></term>
113 <para>A hard link to <command>aclocal</command></para>
114 <indexterm zone="ch-system-automake aclocalversion">
115 <primary sortas="b-aclocal-&am-minor-version;">aclocal-&am-minor-version;</primary>
120 <varlistentry id="automake">
121 <term><command>automake</command></term>
123 <para>A tool for automatically generating
124 <filename>Makefile.in</filename> files from
125 <filename>Makefile.am</filename> files [To create all the
126 <filename>Makefile.in</filename> files for a package, run this program
127 in the top-level directory. By scanning the
128 <filename>configure.in</filename> file, it automatically finds each
129 appropriate <filename>Makefile.am</filename> file and generates the
130 corresponding <filename>Makefile.in</filename> file.]</para>
131 <indexterm zone="ch-system-automake automake">
132 <primary sortas="b-automake">automake</primary>
137 <varlistentry id="automake-version">
138 <term><command>automake-&am-minor-version;</command></term>
140 <para>A hard link to <command>automake</command></para>
141 <indexterm zone="ch-system-automake automake-version">
142 <primary sortas="b-automake-&am-minor-version;">automake-&am-minor-version;</primary>