aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/autoconf-desc.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-05-23 17:00:34 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-05-23 17:00:34 +0000
commitcf24ff11cc44d9454ab5c8fbb9e443fe2d34830c (patch)
treeb9a26c5216dbc4724c9da37755fac0825f172b11 /appendixa/autoconf-desc.xml
parenta81d3ab06106446982eb3364701fd9c667542448 (diff)
fixed upper case / lower case mistakes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1891 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/autoconf-desc.xml')
-rw-r--r--appendixa/autoconf-desc.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/appendixa/autoconf-desc.xml b/appendixa/autoconf-desc.xml
index 1e2da9ec2..7cf30bd7d 100644
--- a/appendixa/autoconf-desc.xml
+++ b/appendixa/autoconf-desc.xml
@@ -7,20 +7,20 @@ ifnames</para></sect3>
<sect3><title>Descriptions</title>
<sect4><title>autoconf</title>
-<para>Autoconf is a tool for producing shell scripts that automatically
+<para>autoconf is a tool for producing shell scripts that automatically
configure software source code packages to adapt to many kinds of
-UNIX-like systems. The configuration scripts produced by Autoconf are
-independent of Autoconf when they are run, so their users do not need to
-have Autoconf.</para></sect4>
+UNIX-like systems. The configuration scripts produced by autoconf are
+independent of autoconf when they are run, so their users do not need to
+have autoconf.</para></sect4>
<sect4><title>autoheader</title>
<para>The autoheader program can create a template file of C #define
statements for configure to use</para></sect4>
<sect4><title>autoreconf</title>
-<para>If there are a lot of Autoconf-generated configure scripts, the
+<para>If there are a lot of autoconf-generated configure scripts, the
autoreconf program can save some work. It runs autoconf (and
-autoheader, where appropriate) repeatedly to remake the Autoconf
+autoheader, where appropriate) repeatedly to remake the autoconf
configure scripts and configuration header templates in the directory
tree rooted at the current directory.</para></sect4>
@@ -34,7 +34,7 @@ is a preliminary configure.in for that package.</para></sect4>
<sect4><title>autoupdate</title>
<para>The autoupdate program updates a configure.in file that calls
-Autoconf macros by their old names to use the current
+autoconf macros by their old names to use the current
macro names.</para></sect4>
<sect4><title>ifnames</title>