diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-28 21:08:29 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-28 21:08:29 +0000 |
commit | 2c094d60db777dce20fd4eccf4996299c2a0dfe0 (patch) | |
tree | 6059aa8ca1a67a6e974f8802b9af66a7330272a4 /appendixa/automake-desc.xml | |
parent | f5cc1c171ba0c9aece1fe1046ce4dbaed8850e9f (diff) |
Applied Bill Maltby's grammar patch. Changed $LFS to LFS where appropriate. Internal XML cleanup: removed double spacing where appropriate.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/automake-desc.xml')
-rw-r--r-- | appendixa/automake-desc.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/appendixa/automake-desc.xml b/appendixa/automake-desc.xml index 84791910c..7879172a4 100644 --- a/appendixa/automake-desc.xml +++ b/appendixa/automake-desc.xml @@ -14,19 +14,19 @@ mdate-sh, missing, mkinstalldirs, py-compile, ylwrap</para></sect3> <sect4><title>aclocal, aclocal-1.6</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; -otherwise they will not be seen by autoconf.</para> +packages, some of which are needed by automake in certain +situations. These macros must be defined in the aclocal.m4-file +or they will not be seen by autoconf.</para> <para>The aclocal program will automatically generate aclocal.m4 files -based on the contents of configure.in. This provides a convenient -way to get automake-provided macros, without having to search around. +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></sect4> <sect4><title>automake, automake-1.6</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 +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></sect4> |