Go to file
1994-03-31 01:02:47 +00:00
bin Add ${config_h}.top to the output, if it's present. 1994-03-24 23:10:53 +00:00
doc (Command Line): New node. Move some descriptions here from General 1994-03-28 23:50:05 +00:00
lib/autoconf (AC_PARSEARGS): Add --disable-FEATURE; remove --site. 1994-03-31 01:02:47 +00:00
acconfig.h entered into RCS 1993-10-09 16:04:06 +00:00
acgeneral.m4 (AC_PARSEARGS): Add --disable-FEATURE; remove --site. 1994-03-31 01:02:47 +00:00
acspecific.m4 Change all occurrences of $(MAKE_VAR) to ${MAKE_VAR}. 1994-03-29 00:19:36 +00:00
autoconf.in Remove all temp files when exiting. If m4 fails, produce no output 1994-03-24 18:37:32 +00:00
autoconf.sh Remove all temp files when exiting. If m4 fails, produce no output 1994-03-24 18:37:32 +00:00
autoconf.texi (Command Line): New node. Move some descriptions here from General 1994-03-28 23:50:05 +00:00
autoheader.in Add ${config_h}.top to the output, if it's present. 1994-03-24 23:10:53 +00:00
autoheader.sh Add ${config_h}.top to the output, if it's present. 1994-03-24 23:10:53 +00:00
config.guess *** empty log message *** 1993-06-10 20:28:32 +00:00
config.sub Add case for Bull dpx20. 1994-03-24 10:58:02 +00:00
configure.in entered into RCS 1994-03-18 02:55:23 +00:00
make-stds.texi Formerly make-stds.texi.~2~ 1993-01-11 22:29:30 +00:00
Makefile.in (acdatadir): New variable based on datadir, giving Autoconf lib files 1994-03-24 06:20:44 +00:00
mkinstalldirs entered into RCS 1994-03-26 04:01:14 +00:00
NEWS Format better. 1994-03-28 23:50:43 +00:00
README entered into RCS 1993-07-22 22:30:35 +00:00
standards.texi Formerly standards.texi.~19~ 1992-05-19 01:03:10 +00:00

Autoconf -- generate automatic software configuration scripts from templates

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.

Autoconf requires GNU m4.  The configuration scripts produced by
Autoconf are independent of Autoconf when they are run, so their users
do not need to have Autoconf (or GNU m4).

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 creates 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".