aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/automake-desc.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2002-02-06 23:15:46 +0000
committerMark Hymers <markh@linuxfromscratch.org>2002-02-06 23:15:46 +0000
commitbdc08c1c6419be50edb433c4425481bdabf8a5ea (patch)
treeb93620a39c60088e399ecfd4cfb667a62ea0ec21 /appendixa/automake-desc.xml
parent76c0b783eeb766c0dec8e66dab2e6c275ba0786d (diff)
[Bug 190] reorganise and sync descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/automake-desc.xml')
-rw-r--r--appendixa/automake-desc.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/appendixa/automake-desc.xml b/appendixa/automake-desc.xml
index edf004dd9..f5ea9f2aa 100644
--- a/appendixa/automake-desc.xml
+++ b/appendixa/automake-desc.xml
@@ -1,13 +1,11 @@
-<sect2>
-<title>Contents</title>
+<sect2><title>Contents of automake-&automake-contversion;</title>
-<para>The Automake package contains the aclocal and automake programs</para>
+<sect3><title>Program Files</title>
+<para>aclocal and automake</para></sect3>
-</sect2>
-
-<sect2><title>Description</title>
+<sect3><title>Descriptions</title>
-<sect3><title>aclocal</title>
+<sect4><title>aclocal</title>
<para>Automake includes a number of Autoconf macros which can be used in
packages; some of them are actually required by Automake in certain
situations. These macros must be defined in the aclocal.m4-file;
@@ -17,13 +15,15 @@ otherwise they will not be seen by autoconf.</para>
based on the contents of configure.in. This provides a convenient
way to get Automake-provided macros, without having to search around.
Also, the aclocal mechanism is extensible for use
-by other packages.</para></sect3>
+by other packages.</para></sect4>
-<sect3><title>automake</title>
+<sect4><title>automake</title>
<para>To create all the Makefile.in's for a package, run the automake
program in the top level directory, with no arguments. automake will
automatically find each appropriate Makefile.am (by scanning
-configure.in) and generate the corresponding Makefile.in.</para></sect3>
+configure.in) and generate the corresponding Makefile.in.</para></sect4>
+
+</sect3>
</sect2>