Go to file
1994-08-28 23:50:13 +00:00
bin minor stuff 1994-08-27 07:01:13 +00:00
doc revise example 1994-08-28 23:50:13 +00:00
lib add __line__ and __file__ to errors 1994-08-28 23:50:02 +00:00
testsuite add notes to manual 1994-08-26 01:15:45 +00:00
acconfig.h remove HAVE_UNION_WAIT 1994-08-26 20:55:21 +00:00
acfunctions various small adjustments 1994-08-23 15:04:53 +00:00
acgeneral.m4 more doc reordering, links bug fix 1994-08-28 22:40:40 +00:00
acheaders various small adjustments 1994-08-23 15:04:53 +00:00
acidentifiers various small adjustments 1994-08-23 15:04:53 +00:00
acmakevars various small adjustments 1994-08-23 15:04:53 +00:00
acprograms various small adjustments 1994-08-23 15:04:53 +00:00
acspecific.m4 add __line__ and __file__ to errors 1994-08-28 23:50:02 +00:00
autoconf.in minor stuff 1994-08-27 07:01:13 +00:00
autoconf.m4 Initial revision 1994-08-23 15:04:22 +00:00
autoconf.sh minor stuff 1994-08-27 07:01:13 +00:00
autoconf.texi revise example 1994-08-28 23:50:13 +00:00
autoheader.in rewrite AC_DEFINE 1994-08-24 06:41:01 +00:00
autoheader.sh rewrite AC_DEFINE 1994-08-24 06:41:01 +00:00
autoreconf.in rewrite AC_DEFINE 1994-08-24 06:41:01 +00:00
autoreconf.sh rewrite AC_DEFINE 1994-08-24 06:41:01 +00:00
autoscan.in various small adjustments 1994-08-23 15:04:53 +00:00
autoscan.pl various small adjustments 1994-08-23 15:04:53 +00:00
config.guess (netbsd, freebsd, linux): Accept any machine, not just i[34]86. 1994-08-26 23:19:19 +00:00
config.sub Revert pc532 handling. 1994-08-25 00:37:35 +00:00
configure.in fix up indexes, remove an old macro 1994-08-24 18:28:20 +00:00
ifnames.in clean up substitutions and bugs 1994-08-23 06:01:14 +00:00
ifnames.sh clean up substitutions and bugs 1994-08-23 06:01:14 +00:00
install-sh entered into RCS 1994-04-27 19:12:14 +00:00
install.texi doc cleanups 1994-08-28 00:24:09 +00:00
make-stds.texi entered into RCS 1994-08-21 17:29:57 +00:00
Makefile.in add notes to manual 1994-08-26 01:15:45 +00:00
mkinstalldirs entered into RCS 1994-03-26 04:01:14 +00:00
NEWS various fixes 1994-08-26 22:27:25 +00:00
README rewrite AC_DEFINE 1994-08-24 06:41:01 +00:00
standards.texi Formerly standards.texi.~19~ 1992-05-19 01:03:10 +00:00
TODO more explanations 1994-08-27 11:55:26 +00:00

Autoconf

Autoconf is an extensible package of m4 macros that produce shell
scripts to automatically configure software source code packages.
These scripts can adapt the packages to many kinds of UNIX-like
systems without manual user intervention.  Autoconf creates a
configuration script for a package from a template file that lists the
operating system features that the package can use, in the form of m4
macro calls.

Producing configuration scripts using Autoconf requires GNU m4.  You
should install GNU m4 (version 1.1 or later) before configuring
Autoconf, so that Autoconf's configure script can find it.  The
configuration scripts produced by Autoconf are self-contained, so
their users do not need to have Autoconf (or GNU m4).

Also, some optional utilities that come with Autoconf use Perl, TCL,
and the TCL packages Expect and DejaGNU.  However, none of those
are required in order to use the main Autoconf program.  If they are
not present, the affected Autoconf utilities will not be installed.

The file INSTALL can be distributed with packages that use
Autoconf-generated configure scripts and Makefiles that conform to the
GNU coding standards.  The package's README can just give an overview
of the package, where to report bugs, and a pointer to INSTALL for
instructions on compilation and installation.  This removes the need
to maintain many similar sets of installation instructions.

The file `acconfig.h' contains short descriptions of the C preprocessor
variables that Autoconf can define, suitable for copying into other
packages' configuration headers or Makefile.in files.  You can use the
program `autoheader' to automatically create a configuration header
from a `configure.in', based on the information in `acconfig.h'.

Mail suggestions and bug reports for Autoconf to
bug-gnu-utils@prep.ai.mit.edu.  Please include the Autoconf version
number, which you can get by running "autoconf --version".