Go to file
1994-04-19 18:14:23 +00:00
bin Generate entries for AC_SIZEOF_TYPE automatically. 1994-04-19 18:14:23 +00:00
doc Document new AC_SIZEOF_TYPE usage. 1994-04-19 03:00:31 +00:00
lib/autoconf (AC_SIZEOF_TYPE): Remove second arg, and generate a symbol name automatically. 1994-04-19 03:01:11 +00:00
acconfig.h entered into RCS 1993-10-09 16:04:06 +00:00
acgeneral.m4 (AC_SIZEOF_TYPE): Remove second arg, and generate a symbol name automatically. 1994-04-19 03:01:11 +00:00
acspecific.m4 (AC_PROG_INSTALL): Only filter out "install" containing "dspmsg". 1994-04-19 02:24:21 +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 Document new AC_SIZEOF_TYPE usage. 1994-04-19 03:00:31 +00:00
autoheader.in Generate entries for AC_SIZEOF_TYPE automatically. 1994-04-19 18:14:23 +00:00
autoheader.sh Generate entries for AC_SIZEOF_TYPE automatically. 1994-04-19 18:14:23 +00:00
config.guess *** empty log message *** 1993-06-10 20:28:32 +00:00
config.sub (next): Fix typo in m68k-next-ns3 alternative. 1994-04-12 20:13:58 +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 (DISTFILES): Rearrange. 1994-04-13 04:52:30 +00:00
mkinstalldirs entered into RCS 1994-03-26 04:01:14 +00:00
NEWS grammar changes 1994-04-19 03:09:51 +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".