From cf24ff11cc44d9454ab5c8fbb9e443fe2d34830c Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 23 May 2002 17:00:34 +0000 Subject: fixed upper case / lower case mistakes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1891 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/automake-desc.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'appendixa/automake-desc.xml') 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 @@ Descriptions aclocal -Automake includes a number of Autoconf macros which can be used in -packages; some of them are actually required by Automake in certain +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. 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. -- cgit v1.2.3-54-g00ecf