aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/autoconf.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-02-10 21:54:19 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-02-10 21:54:19 +0000
commit7bb9fda5ec3bfcf9c174b52a4129ae76aec4c85e (patch)
treed68b7391b0d003715a45408476c7c533e379a76a /chapter06/autoconf.xml
parente80267c363a9d95b305ac6870b3c0fdb5c0dfa68 (diff)
Minor text and punctuation updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10844 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/autoconf.xml')
-rw-r--r--chapter06/autoconf.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml
index 08dfe71c2..12166a8ea 100644
--- a/chapter06/autoconf.xml
+++ b/chapter06/autoconf.xml
@@ -87,8 +87,8 @@
<term><command>autoconf</command></term>
<listitem>
<para>Produces shell scripts that automatically configure software
- source code packages to adapt to many kinds of Unix-like systems.
- The configuration scripts it produces are independent&mdash;running
+ source code packages to adapt to many kinds of Unix-like systems;
+ the configuration scripts it produces are independent&mdash;running
them does not require the <command>autoconf</command> program</para>
<indexterm zone="ch-system-autoconf autoconf">
<primary sortas="b-autoconf">autoconf</primary>
@@ -164,11 +164,11 @@
<listitem>
<para>Helps when writing <filename>configure.in</filename> files
for a software package; it prints the identifiers that the package
- uses in C preprocessor conditionals. If a package has already been set
+ uses in C preprocessor conditionals [If a package has already been set
up to have some portability, this program can help determine what
<command>configure</command> needs to check for. It can also fill in
gaps in a <filename>configure.in</filename> file generated by
- <command>autoscan</command></para>
+ <command>autoscan</command>.]</para>
<indexterm zone="ch-system-autoconf ifnames">
<primary sortas="b-ifnames">ifnames</primary>
</indexterm>