Go to file
Akim Demaille ca0684ddb6 * autoconf.in ($AWK): Remove, no longer used.
* test/tools.at: Use AT_CHECK_AUTOCONF.
(AWK portability): Remove, for autoconf no longer uses AWK.
(Syntax of the Perl scripts): New.
* configure.ac: autoconf no longer needs an AWK with a good
regexp engine.
Use a static test on AC_PACKAGE_VERSION.
* autom4te.in (&up_to_date_p): Output depends on the arguments.
* lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
* tests/atconfig.in (PERL): New.
2001-08-01 13:56:52 +00:00
bin * autoconf.in ($AWK): Remove, no longer used. 2001-08-01 13:56:52 +00:00
config * Makefile.am: Ship, build and install Autom4te. 2001-07-24 08:43:06 +00:00
doc * doc/autoconf.texi: Moving/deleting open files is not portable. 2001-08-01 13:11:02 +00:00
lib * autoconf.in ($AWK): Remove, no longer used. 2001-08-01 13:56:52 +00:00
m4 * Makefile.am: Ship, build and install Autom4te. 2001-07-24 08:43:06 +00:00
man * acfunctions.m4: Rename as... 2001-08-01 13:46:22 +00:00
tests * autoconf.in ($AWK): Remove, no longer used. 2001-08-01 13:56:52 +00:00
.cvsignore * acfunctions.m4: Rename as... 2001-08-01 13:46:22 +00:00
aclocal.m4 * doc/autoconf.texi (Limitations of Builtins): Document `unset'. 2000-05-24 13:00:34 +00:00
AUTHORS capitalization fix 2001-05-08 00:12:28 +00:00
autoconf.in * autoconf.in ($AWK): Remove, no longer used. 2001-08-01 13:56:52 +00:00
autoheader.in Let autoconf use autom4te for traces. 2001-07-24 09:05:28 +00:00
autom4te.in * autoconf.in ($AWK): Remove, no longer used. 2001-08-01 13:56:52 +00:00
autoreconf.in * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps 2001-06-02 05:49:54 +00:00
autoscan.in * acfunctions.m4: Rename as... 2001-08-01 13:46:22 +00:00
autoupdate.in * acfunctions.m4: Rename as... 2001-08-01 13:46:22 +00:00
BUGS Update. 2001-07-25 08:13:05 +00:00
ChangeLog * autoconf.in ($AWK): Remove, no longer used. 2001-08-01 13:56:52 +00:00
ChangeLog.0 . 1995-06-23 02:57:42 +00:00
ChangeLog.1 * ChangeLog.1: Formatting changes. 2000-02-09 18:09:50 +00:00
ChangeLog.2 fixed my email address 2001-07-13 17:09:33 +00:00
configure * acfunctions.m4: Rename as... 2001-08-01 13:46:22 +00:00
configure.ac * autoconf.in ($AWK): Remove, no longer used. 2001-08-01 13:56:52 +00:00
COPYING fix a couple of bugs 1996-12-11 00:49:47 +00:00
GNUmakefile * Makefile.maint, GNUmakefile: New, from Jim Meyering. 2001-06-09 18:16:43 +00:00
ifnames.in * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in, 2001-05-22 14:04:22 +00:00
INSTALL * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix 2001-07-17 07:29:35 +00:00
Makefile.am * acfunctions.m4: Rename as... 2001-08-01 13:46:22 +00:00
Makefile.in * acfunctions.m4: Rename as... 2001-08-01 13:46:22 +00:00
Makefile.maint * configure.in: Bump to 2.51a. 2001-07-18 09:22:50 +00:00
NEWS * Makefile.am: Ship, build and install Autom4te. 2001-07-24 08:43:06 +00:00
README * autoconf.in ($AWK): Remove, no longer used. 2001-08-01 13:56:52 +00:00
README-alpha * BUGS: New file. 2000-11-14 13:25:35 +00:00
THANKS The runtime test for AC_FUNC_GETPGRP fails when prototypes are 2001-07-17 16:21:25 +00:00
TODO Flush some old mails. 2001-08-01 13:08:30 +00:00

-*- text -*-

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 and
Perl.  You must install GNU M4 (version 1.4 or later) and Perl (5.005
or later) before configuring Autoconf, so that Autoconf's configure
script can find them.  The configuration scripts produced by Autoconf
are self-contained, so their users do not need to have Autoconf (or
GNU M4, Perl etc.).

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.

Be sure to read BUGS (especially if this version is not an official
release) and INSTALL.

Mail suggestions to autoconf@gnu.org, report bugs on
http://sources.redhat.com/cgi-bin/gnatsweb.pl?database=autoconf or to
bug-autoconf@gnu.org, and submit patches to autoconf-patches@gnu.org.
Always include the Autoconf version number, which you can get by
running `autoconf --version'.