|
@@ -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>
|