Go to file
Jim Meyering 860977669c .
2000-11-04 22:08:13 +00:00
bin * tests/tools.at (unexpanded macros): Strengthen. 2000-11-03 15:08:28 +00:00
doc The documentation is not clear about the obsoleteness of 2000-11-02 17:44:02 +00:00
lib (AC_FUNC_FNMATCH): Add a test to detect the d*/*1 vs d/s/1 bug. 2000-11-04 22:07:50 +00:00
m4 * m4/atconfig.m4 (AT_CONFIG): s/AT_TESTPATH/AUTOTEST_PATH/ 2000-11-02 16:12:15 +00:00
man The documentation is not clear about the obsoleteness of 2000-11-02 17:44:02 +00:00
tests AC_CONFIG_AUX_DIR_DEFAULTS overrides AC_CONFIG_AUX_DIR. Ouch. 2000-11-03 16:02:54 +00:00
.cvsignore Ignore also distcheck trees. 2000-10-23 19:17:31 +00:00
acfunctions
acfunctions.m4 (AC_FUNC_FNMATCH): Add a test to detect the d*/*1 vs d/s/1 bug. 2000-11-04 22:07:50 +00:00
acgeneral.m4 AC_CONFIG_AUX_DIR_DEFAULTS overrides AC_CONFIG_AUX_DIR. Ouch. 2000-11-03 16:02:54 +00:00
acheaders
acidentifiers
aclang.m4 * Makefile.am (.m4.m4f): Check that processing produces only 2000-11-03 14:01:58 +00:00
aclocal.m4
acmakevars
acoldnames.m4
acprograms
acspecific.m4 * autoconf.m4 (define): Reestablish only after having read the 2000-11-03 13:41:40 +00:00
acversion.m4.in * autoconf.m4 (define): Reestablish only after having read the 2000-11-03 13:41:40 +00:00
AUTHORS
autoconf.in * tests/tools.at (unexpanded macros): Strengthen. 2000-11-03 15:08:28 +00:00
autoconf.m4 * autoconf.m4 (define): Reestablish only after having read the 2000-11-03 13:41:40 +00:00
autoconf.sh * tests/tools.at (unexpanded macros): Strengthen. 2000-11-03 15:08:28 +00:00
autoheader.in * autoconf.sh: Recognize short options followed by arguments 2000-10-27 13:47:54 +00:00
autoheader.sh * autoconf.sh: Recognize short options followed by arguments 2000-10-27 13:47:54 +00:00
autoreconf.in * autoconf.sh: Using trap-safe "exit". 2000-11-01 19:57:54 +00:00
autoreconf.sh * autoconf.sh: Using trap-safe "exit". 2000-11-01 19:57:54 +00:00
autoscan.in
autoscan.pl
ChangeLog . 2000-11-04 22:08:13 +00:00
ChangeLog.0
ChangeLog.1
config.guess
config.sub
configure AC_REQUIRE and AC_DEFUN_ONCE don't work properly together. This 2000-11-03 10:39:27 +00:00
configure.in Fix autoupdate: updating `AC_OUTPUT_COMMANDS' was failing because 2000-10-17 07:55:44 +00:00
COPYING
ifnames.in * ifnames.sh: Put the opening brace on the same line with 2000-11-02 17:03:32 +00:00
ifnames.sh * ifnames.sh: Put the opening brace on the same line with 2000-11-02 17:03:32 +00:00
INSTALL
install-sh
m4sh.m4 * Makefile.am (.m4.m4f): Check that processing produces only 2000-11-03 14:01:58 +00:00
m4sugar.m4 * m4sugar.m4 (m4_location): When using its value, don't use 2000-11-03 15:21:14 +00:00
Makefile.am * Makefile.am (.m4.m4f): Check that processing produces only 2000-11-03 14:01:58 +00:00
Makefile.in * Makefile.am (.m4.m4f): Check that processing produces only 2000-11-03 14:01:58 +00:00
missing
mkinstalldirs
NEWS * NEWS: Documented changes in AC_PROG_CPP and AC_TRY_CPP. 2000-10-20 00:15:34 +00:00
README
README-alpha
THANKS * acgeneral.m4 (AU_ALIAS): Don't forget to pass the arguments to 2000-11-03 11:59:39 +00:00
TODO GNU M4 1.4 improperly handle the traces of copies of builtins. 2000-11-01 17:02:34 +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
must install GNU m4 (version 1.4 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.
However, it is not required in order to use the main Autoconf program.
If it is not present, the affected Autoconf utilities will not be
installed.

You can use the program `autoheader' to automatically create a
configuration header from a `configure.in'.

The file INSTALL should 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.

Mail suggestions and bug reports for Autoconf to autoconf@gnu.org.
Please include the Autoconf version number, which you can get by
running `autoconf --version'.

PS/ Oops, by the way, please read the file `INSTALL' to install
Autoconf ;)