Autoconf builds the <Command>configure</Command> script from
Autoconf builds the <Command>configure</Command> script from
<Filename>configure.in</Filename> and <Filename>aclocal.m4</Filename>.
<Filename>configure.in</Filename> and <Filename>aclocal.m4</Filename>.
If you modify either of these files, you'll need Autoconf to rebuild
If you modify either of these files, you'll need
<Filename>configure</Filename>.
<command>autoconf</command> to rebuild <Filename>configure</Filename>.
</Para>
</Para>
</ListItem></VarListEntry>
</ListItem></VarListEntry>
...
@@ -879,89 +879,133 @@ You set the configuration using a three-step process.
...
@@ -879,89 +879,133 @@ You set the configuration using a three-step process.
<VarListEntry>
<VarListEntry>
<Term>Step 1: get ready for configuration.</Term>
<Term>Step 1: get ready for configuration.</Term>
<ListItem>
<ListItem>
<Para>
<para>Change directory to
Change directory to
<Constant>$(FPTOOLS_TOP)</Constant> and
<Constant>$(FPTOOLS_TOP)</Constant> and issue the command <Command>autoconf</Command><IndexTerm><Primary>autoconf</Primary></IndexTerm> (with
issue the command
no arguments). This GNU program converts <Filename><Constant>$(FPTOOLS_TOP)</Constant>/configure.in</Filename>