Go to file
2001-08-07 07:55:07 +00:00
bin * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option. 2001-08-07 07:55:07 +00:00
config . 2001-08-01 17:13:26 +00:00
doc * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option. 2001-08-07 07:55:07 +00:00
lib * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE) 2001-08-04 13:16:59 +00:00
m4 * Makefile.am: Ship, build and install Autom4te. 2001-07-24 08:43:06 +00:00
man * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option. 2001-08-07 07:55:07 +00:00
tests Remove accidental additions. 2001-08-04 15:19:57 +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
BUGS Update. 2001-07-25 08:13:05 +00:00
ChangeLog * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option. 2001-08-07 07:55:07 +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 * configure.ac: Bump to 2.52c. 2001-08-01 21:21:23 +00:00
configure.ac * configure.ac: Bump to 2.52c. 2001-08-01 21:21:23 +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
INSTALL * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix 2001-07-17 07:29:35 +00:00
Makefile.am * autoconf.in, autom4te.in, autoscan.in, ifnames.in, 2001-08-01 14:28:57 +00:00
Makefile.in * autoconf.in, autom4te.in, autoscan.in, ifnames.in, 2001-08-01 14:28:57 +00:00
Makefile.maint * configure.in: Bump to 2.51a. 2001-07-18 09:22:50 +00:00
NEWS * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option. 2001-08-07 07:55:07 +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 Update. 2001-08-03 09:12:26 +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'.