Go to file
1994-03-10 06:29:54 +00:00
bin Formerly autoconf.sh.~18~ 1993-10-10 18:00:46 +00:00
doc Formerly autoconf.texi.~149~ 1994-02-11 02:44:07 +00:00
lib/autoconf Formerly acgeneral.m4.~167~ 1994-03-10 06:29:54 +00:00
acconfig.h entered into RCS 1993-10-09 16:04:06 +00:00
acgeneral.m4 Formerly acgeneral.m4.~167~ 1994-03-10 06:29:54 +00:00
acspecific.m4 Formerly acspecific.m4.~193~ 1994-02-11 02:44:53 +00:00
autoconf.in Formerly autoconf.sh.~18~ 1993-10-10 18:00:46 +00:00
autoconf.sh Formerly autoconf.sh.~18~ 1993-10-10 18:00:46 +00:00
autoconf.texi Formerly autoconf.texi.~149~ 1994-02-11 02:44:07 +00:00
autoheader.in Formerly autoheader.sh.~30~ 1993-09-14 04:54:41 +00:00
autoheader.sh Formerly autoheader.sh.~30~ 1993-09-14 04:54:41 +00:00
config.guess *** empty log message *** 1993-06-10 20:28:32 +00:00
config.sub Accept freebsd as OS. 1994-03-07 02:49:06 +00:00
configure.in Formerly configure.in.~2~ 1993-10-09 15:10:15 +00:00
make-stds.texi Formerly make-stds.texi.~2~ 1993-01-11 22:29:30 +00:00
Makefile.in Formerly Makefile.in.~51~ 1993-11-18 23:15:49 +00:00
mkinstalldirs *** empty log message *** 1993-08-13 15:07:14 +00:00
NEWS entered into RCS 1993-11-18 23:44:09 +00:00
README entered into RCS 1993-07-22 22:30:35 +00:00
standards.texi

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