Go to file
David MacKenzie 8c971b9fc3 add advice
1994-08-26 03:21:00 +00:00
bin add #line, fix AC_SUBST_FILE 1994-08-25 03:45:07 +00:00
doc add advice 1994-08-26 03:21:00 +00:00
lib whitespace frobbing 1994-08-26 02:47:25 +00:00
testsuite add notes to manual 1994-08-26 01:15:45 +00:00
acconfig.h fix c++, remove NO_ARG_ARRAY, check for more X libs 1994-08-25 21:55:22 +00:00
acfunctions various small adjustments 1994-08-23 15:04:53 +00:00
acgeneral.m4 add notes to manual 1994-08-26 01:15:45 +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 whitespace frobbing 1994-08-26 02:47:25 +00:00
autoconf.in add #line, fix AC_SUBST_FILE 1994-08-25 03:45:07 +00:00
autoconf.m4 Initial revision 1994-08-23 15:04:22 +00:00
autoconf.sh add #line, fix AC_SUBST_FILE 1994-08-25 03:45:07 +00:00
autoconf.texi add advice 1994-08-26 03:21:00 +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 entered into RCS 1994-08-26 00:40:24 +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 add CPPFLAGS 1994-08-25 19:29:53 +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 small reorg 1994-08-26 03:11:17 +00:00
README rewrite AC_DEFINE 1994-08-24 06:41:01 +00:00
standards.texi
TODO add notes to manual 1994-08-26 01:15:45 +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".