|
@@ -34,8 +34,8 @@ statements for configure to use
|
|
<sect3><title>autoreconf</title>
|
|
<sect3><title>autoreconf</title>
|
|
|
|
|
|
<para>
|
|
<para>
|
|
-If you have a lot of Autoconf-generated configure scripts, the
|
|
|
|
-autoreconf program can save you some work. It runs autoconf (and
|
|
|
|
|
|
+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
|
|
configure scripts and configuration header templates in the directory
|
|
tree rooted at the current directory.
|
|
tree rooted at the current directory.
|
|
@@ -46,7 +46,7 @@ tree rooted at the current directory.
|
|
<sect3><title>autoscan</title>
|
|
<sect3><title>autoscan</title>
|
|
|
|
|
|
<para>
|
|
<para>
|
|
-The autoscan program can help you create a configure.in file for
|
|
|
|
|
|
+The autoscan program can help to create a configure.in file for
|
|
a software package. autoscan examines source files in the directory
|
|
a software package. autoscan examines source files in the directory
|
|
tree rooted at a directory given as a command line argument, or the
|
|
tree rooted at a directory given as a command line argument, or the
|
|
current directory if none is given. It searches the source files for
|
|
current directory if none is given. It searches the source files for
|
|
@@ -71,7 +71,7 @@ Autoconf macros by their old names to use the current macro names.
|
|
ifnames can help when writing a configure.in for a software
|
|
ifnames can help when writing a configure.in for a software
|
|
package. It prints the identifiers that the package already uses in C
|
|
package. It prints the identifiers that the package already uses in C
|
|
preprocessor conditionals. If a package has already been set up to
|
|
preprocessor conditionals. If a package has already been set up to
|
|
-have some portability, this program can help you figure out what its
|
|
|
|
|
|
+have some portability, this program can help to figure out what its
|
|
configure needs to check for. It may help fill in some gaps in a
|
|
configure needs to check for. It may help fill in some gaps in a
|
|
configure.in generated by autoscan.
|
|
configure.in generated by autoscan.
|
|
</para>
|
|
</para>
|