2004-05-03 11:59:46 +01:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-03-21 18:42:58 +00:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-05-03 11:59:46 +01:00
|
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
2006-01-31 20:17:20 +00:00
|
|
|
|
2005-02-19 22:16:42 +00:00
|
|
|
<sect1 id="ch-system-automake" role="wrap">
|
2006-01-31 20:17:20 +00:00
|
|
|
<?dbhtml filename="automake.html"?>
|
|
|
|
|
2007-09-07 20:16:43 +01:00
|
|
|
<sect1info condition="script">
|
|
|
|
<productname>automake</productname>
|
|
|
|
<productnumber>&automake-version;</productnumber>
|
|
|
|
<address>&automake-url;</address>
|
|
|
|
</sect1info>
|
|
|
|
|
2006-01-31 20:17:20 +00:00
|
|
|
<title>Automake-&automake-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="ch-system-automake">
|
|
|
|
<primary sortas="a-Automake">Automake</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title/>
|
2004-05-03 11:59:46 +01:00
|
|
|
|
2006-01-31 20:17:20 +00:00
|
|
|
<para>The Automake package contains programs for generating Makefiles for use
|
|
|
|
with Autoconf.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2006-01-31 20:17:20 +00:00
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>&buildtime;</segtitle>
|
|
|
|
<segtitle>&diskspace;</segtitle>
|
2004-01-12 23:23:50 +00:00
|
|
|
|
2006-01-31 20:17:20 +00:00
|
|
|
<seglistitem>
|
2006-05-14 21:16:56 +01:00
|
|
|
<seg>&automake-ch6-sbu;</seg>
|
|
|
|
<seg>&automake-ch6-du;</seg>
|
2006-01-31 20:17:20 +00:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
2004-05-16 01:08:42 +01:00
|
|
|
|
2006-01-31 20:17:20 +00:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Automake</title>
|
|
|
|
|
|
|
|
<para>Prepare Automake for compilation:</para>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
2008-10-11 15:28:49 +01:00
|
|
|
<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
2006-01-31 20:17:20 +00:00
|
|
|
<para>Compile the package:</para>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
2007-09-18 22:11:00 +01:00
|
|
|
<screen><userinput remap="make">make</userinput></screen>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
2018-03-04 01:11:04 +00:00
|
|
|
<!--<para>There are a couple of tests that incorrectly link to the
|
Update to man-pages-3.5.9.
Incorporate beta FHS.
Add /usr/share/ppd, /usr/libexec, /usr/share/color,
/usr/local/share/color, /var/lib/color, and /usr/share/dict.
Remove overrides for /usr/libexec: coreutils, findutils, gawk,
gcc, glibc, inetutils, man-db, and tar.
Move grub sbin executables from /usr/sbin to /sbin.
Document two new glibc errors in the regression tests.
Move man-db after util-linux to satisfy a test dependency
in /tools and to speed the test up.
Restore building the flex static library.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10469 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2014-02-16 20:49:53 +00:00
|
|
|
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
|
2014-06-28 10:14:27 +01:00
|
|
|
systems with only one processor, due to internal delays in individual
|
Update to man-pages-3.5.9.
Incorporate beta FHS.
Add /usr/share/ppd, /usr/libexec, /usr/share/color,
/usr/local/share/color, /var/lib/color, and /usr/share/dict.
Remove overrides for /usr/libexec: coreutils, findutils, gawk,
gcc, glibc, inetutils, man-db, and tar.
Move grub sbin executables from /usr/sbin to /sbin.
Document two new glibc errors in the regression tests.
Move man-db after util-linux to satisfy a test dependency
in /tools and to speed the test up.
Restore building the flex static library.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10469 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2014-02-16 20:49:53 +00:00
|
|
|
tests. To test the results, issue:</para>
|
2018-03-04 01:11:04 +00:00
|
|
|
-->
|
Update to man-pages-3.5.9.
Incorporate beta FHS.
Add /usr/share/ppd, /usr/libexec, /usr/share/color,
/usr/local/share/color, /var/lib/color, and /usr/share/dict.
Remove overrides for /usr/libexec: coreutils, findutils, gawk,
gcc, glibc, inetutils, man-db, and tar.
Move grub sbin executables from /usr/sbin to /sbin.
Document two new glibc errors in the regression tests.
Move man-db after util-linux to satisfy a test dependency
in /tools and to speed the test up.
Restore building the flex static library.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10469 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2014-02-16 20:49:53 +00:00
|
|
|
|
2018-03-04 01:11:04 +00:00
|
|
|
<para> 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:</para>
|
2007-09-18 22:11:00 +01:00
|
|
|
|
2018-03-04 01:11:04 +00:00
|
|
|
<!--<screen><userinput remap="test">sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &:" t/lex-{clean,depend}-cxx.sh
|
|
|
|
make -j4 check</userinput></screen>-->
|
|
|
|
|
|
|
|
<screen><userinput remap="test">make -j4 check</userinput></screen>
|
|
|
|
|
2018-08-14 00:29:05 +01:00
|
|
|
|
|
|
|
<para>One test is known to fail in the LFS environment:
|
|
|
|
subobj.sh.</para>
|
|
|
|
|
2006-01-31 20:17:20 +00:00
|
|
|
<para>Install the package:</para>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
2007-09-18 22:11:00 +01:00
|
|
|
<screen><userinput remap="install">make install</userinput></screen>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
2006-01-31 20:17:20 +00:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
|
|
|
|
<sect2 id="contents-automake" role="content">
|
|
|
|
<title>Contents of Automake</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed programs</segtitle>
|
2010-05-23 18:18:52 +01:00
|
|
|
<segtitle>Installed directories</segtitle>
|
2006-01-31 20:17:20 +00:00
|
|
|
|
|
|
|
<seglistitem>
|
2015-10-12 22:20:03 +01:00
|
|
|
<seg>aclocal, aclocal-&am-minor-version; (hard linked with aclocal), automake, and
|
|
|
|
automake-&am-minor-version; (hard linked with automake) </seg>
|
2015-02-10 21:54:19 +00:00
|
|
|
<seg>/usr/share/aclocal-&am-minor-version;, /usr/share/automake-&am-minor-version;, and
|
2010-05-23 18:18:52 +01:00
|
|
|
/usr/share/doc/automake-&automake-version;</seg>
|
2006-01-31 20:17:20 +00:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="aclocal">
|
|
|
|
<term><command>aclocal</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>Generates <filename>aclocal.m4</filename> files based on the
|
|
|
|
contents of <filename>configure.in</filename> files</para>
|
|
|
|
<indexterm zone="ch-system-automake aclocal">
|
|
|
|
<primary sortas="b-aclocal">aclocal</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2009-03-06 16:50:14 +00:00
|
|
|
<varlistentry id="aclocalversion">
|
2012-04-09 20:14:33 +01:00
|
|
|
<term><command>aclocal-&am-minor-version;</command></term>
|
2006-01-31 20:17:20 +00:00
|
|
|
<listitem>
|
|
|
|
<para>A hard link to <command>aclocal</command></para>
|
2009-03-06 16:50:14 +00:00
|
|
|
<indexterm zone="ch-system-automake aclocalversion">
|
2012-04-09 20:14:33 +01:00
|
|
|
<primary sortas="b-aclocal-&am-minor-version;">aclocal-&am-minor-version;</primary>
|
2006-01-31 20:17:20 +00:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="automake">
|
|
|
|
<term><command>automake</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>A tool for automatically generating
|
|
|
|
<filename>Makefile.in</filename> files from
|
2015-02-10 21:54:19 +00:00
|
|
|
<filename>Makefile.am</filename> files [To create all the
|
2006-01-31 20:17:20 +00:00
|
|
|
<filename>Makefile.in</filename> files for a package, run this program
|
|
|
|
in the top-level directory. By scanning the
|
|
|
|
<filename>configure.in</filename> file, it automatically finds each
|
|
|
|
appropriate <filename>Makefile.am</filename> file and generates the
|
2015-02-10 21:54:19 +00:00
|
|
|
corresponding <filename>Makefile.in</filename> file.]</para>
|
2006-01-31 20:17:20 +00:00
|
|
|
<indexterm zone="ch-system-automake automake">
|
|
|
|
<primary sortas="b-automake">automake</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="automake-version">
|
2012-04-09 20:14:33 +01:00
|
|
|
<term><command>automake-&am-minor-version;</command></term>
|
2006-01-31 20:17:20 +00:00
|
|
|
<listitem>
|
|
|
|
<para>A hard link to <command>automake</command></para>
|
|
|
|
<indexterm zone="ch-system-automake automake-version">
|
2012-04-09 20:14:33 +01:00
|
|
|
<primary sortas="b-automake-&am-minor-version;">automake-&am-minor-version;</primary>
|
2006-01-31 20:17:20 +00:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
2004-05-03 11:59:46 +01:00
|
|
|
|
|
|
|
</sect1>
|