diff options
Diffstat (limited to 'appendixa/automake-desc.xml')
-rw-r--r-- | appendixa/automake-desc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appendixa/automake-desc.xml b/appendixa/automake-desc.xml index df065bc58..3b1021a6a 100644 --- a/appendixa/automake-desc.xml +++ b/appendixa/automake-desc.xml @@ -6,14 +6,14 @@ <sect3><title>Descriptions</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 +<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> <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. +way to get automake-provided macros, without having to search around. Also, the aclocal mechanism is extensible for use by other packages.</para></sect4> |