2002-04-19 19:27:01 +01:00
|
|
|
<sect2><title>Contents of Autoconf-&autoconf-contversion;</title>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect3><title>Program Files</title>
|
|
|
|
<para>autoconf, autoheader, autoreconf, autoscan, autoupdate and
|
|
|
|
ifnames</para></sect3>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect3><title>Descriptions</title>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>autoconf</title>
|
2002-05-23 18:00:34 +01:00
|
|
|
<para>autoconf is a tool for producing shell scripts that automatically
|
2001-01-24 00:31:17 +00:00
|
|
|
configure software source code packages to adapt to many kinds of
|
2002-05-26 22:25:09 +01:00
|
|
|
Unix-like systems. The configuration scripts produced by autoconf are
|
2002-05-23 18:00:34 +01:00
|
|
|
independent of autoconf when they are run, so their users do not need to
|
|
|
|
have autoconf.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>autoheader</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>The autoheader program can create a template file of C #define
|
2002-05-23 18:01:16 +01:00
|
|
|
statements for configure to use.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>autoreconf</title>
|
2002-05-23 18:00:34 +01:00
|
|
|
<para>If there are a lot of autoconf-generated configure scripts, the
|
2001-03-14 19:26:45 +00:00
|
|
|
autoreconf program can save some work. It runs autoconf (and
|
2002-05-23 18:00:34 +01:00
|
|
|
autoheader, where appropriate) repeatedly to remake the autoconf
|
2001-01-24 00:31:17 +00:00
|
|
|
configure scripts and configuration header templates in the directory
|
2002-02-06 23:15:46 +00:00
|
|
|
tree rooted at the current directory.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>autoscan</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>The autoscan program can help to create a configure.in file for
|
2001-01-24 00:31:17 +00:00
|
|
|
a software package. autoscan examines source files in the directory
|
|
|
|
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
|
|
|
|
common portability problems and creates a file configure.scan which
|
2002-02-06 23:15:46 +00:00
|
|
|
is a preliminary configure.in for that package.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>autoupdate</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>The autoupdate program updates a configure.in file that calls
|
2002-05-23 18:00:34 +01:00
|
|
|
autoconf macros by their old names to use the current
|
2002-02-06 23:15:46 +00:00
|
|
|
macro names.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
<sect4><title>ifnames</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>ifnames can help when writing a configure.in for a software
|
2001-01-24 00:31:17 +00:00
|
|
|
package. It prints the identifiers that the package already uses in C
|
|
|
|
preprocessor conditionals. If a package has already been set up to
|
2001-03-14 19:26:45 +00:00
|
|
|
have some portability, this program can help to figure out what its
|
2001-01-24 00:31:17 +00:00
|
|
|
configure needs to check for. It may help fill in some gaps in a
|
2002-02-06 23:15:46 +00:00
|
|
|
configure.in generated by autoscan.</para></sect4>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
</sect3>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-02-06 23:15:46 +00:00
|
|
|
</sect2>
|