Go to file
David MacKenzie 4657336cfc (AC_OUTPUT): Remove VPATH lines if srcdir=., to work around Sun make
bug.  From Karl Berry.

Rename internal use shell variables to start with "ac_".

Trap signal 2 (SIGINT), not signal 3 (SIGQUIT), which means stop
without cleaning up.  From eggert@twinsun.com (Paul Eggert).
1994-03-18 08:02:20 +00:00
bin Trap signal 2 (SIGINT), not signal 3 (SIGQUIT), which means stop 1994-03-18 07:58:56 +00:00
doc Work around RCS problem more usefully. 1994-03-18 06:16:19 +00:00
lib/autoconf (AC_OUTPUT): Remove VPATH lines if srcdir=., to work around Sun make 1994-03-18 08:02:20 +00:00
acconfig.h entered into RCS 1993-10-09 16:04:06 +00:00
acgeneral.m4 (AC_OUTPUT): Remove VPATH lines if srcdir=., to work around Sun make 1994-03-18 08:02:20 +00:00
acspecific.m4 (AC_FIND_XTRA): New macro from Karl Berry (karl@cs.umb.edu). 1994-03-18 08:00:54 +00:00
autoconf.in Trap signal 2 (SIGINT), not signal 3 (SIGQUIT), which means stop 1994-03-18 07:58:56 +00:00
autoconf.sh Trap signal 2 (SIGINT), not signal 3 (SIGQUIT), which means stop 1994-03-18 07:58:56 +00:00
autoconf.texi Work around RCS problem more usefully. 1994-03-18 06:16:19 +00:00
autoheader.in Trap signal 2 (SIGINT), not signal 3 (SIGQUIT), which means stop 1994-03-18 07:58:56 +00:00
autoheader.sh Trap signal 2 (SIGINT), not signal 3 (SIGQUIT), which means stop 1994-03-18 07:58:56 +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 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 entered into RCS 1994-03-18 02:55:23 +00:00
mkinstalldirs *** empty log message *** 1994-03-17 13:16:04 +00:00
NEWS new stuff so far. 1994-03-18 07:59:58 +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".