Go to file
Akim Demaille 2592cfc83e Typos.
2001-01-29 14:04:32 +00:00
bin * autoscan.pl: Do scan `configure.ac' when you claim it. 2001-01-29 09:50:01 +00:00
doc Follow Tim Van Holder's suggestions for a uniform handling of 2001-01-27 13:19:14 +00:00
lib * aclang.m4 (AC_PROG_F77): Improve documentation of the compilers 2001-01-29 11:54:43 +00:00
m4 * Makefile.am (editpl, editsh): Merge into... 2001-01-16 10:25:57 +00:00
man * autoscan.pl: `Formatting++' changes: prototypes all the 2001-01-29 09:24:13 +00:00
tests * tests/mktests.sh: Handle DOS issues: directory separator, single 2001-01-26 11:59:49 +00:00
.cvsignore Ignore also distcheck trees. 2000-10-23 19:17:31 +00:00
acfunctions * autoscan.pl (generic_macro): s/AC_CHECK_FUNCTIONS/AC_CHECK_FUNCS/. 2001-01-24 07:58:59 +00:00
acfunctions.m4 * acfunctions.m4 (AC_FUNC_GETGROUPS): Typo :(. 2001-01-22 10:13:15 +00:00
acgeneral.m4 * acgeneral.m4 (AC_SITE_LOAD): Let config.log know what you load. 2001-01-29 09:23:11 +00:00
acheaders * autoscan.pl (@kinds, %generic_macro): New. 2001-01-24 07:58:46 +00:00
acheaders.m4 Don't AC_SUBST too much, as it makes Automake include those 2001-01-24 07:50:55 +00:00
acidentifiers * autoscan.pl (init_tables): Allow spaces on the right hand side 2000-12-12 12:45:41 +00:00
aclang.m4 * aclang.m4 (AC_PROG_F77): Improve documentation of the compilers 2001-01-29 11:54:43 +00:00
aclocal.m4 * doc/autoconf.texi (Limitations of Builtins): Document `unset'. 2000-05-24 13:00:34 +00:00
acmakevars
acoldnames.m4 Put back AC_CYGWIN etc. under the responsibility of the 2000-12-14 09:39:33 +00:00
acprograms
acspecific.m4 Follow Tim Van Holder's suggestions for a uniform handling of 2001-01-27 13:19:14 +00:00
actypes.m4 * actypes.m4 (AC_TYPE_GETGROUPS): Double quote the test program 2001-01-22 09:09:21 +00:00
acversion.m4.in * autoconf.m4 (define): Reestablish only after having read the 2000-11-03 13:41:40 +00:00
AUTHORS * AUTHORS: Update. 2000-07-10 08:40:27 +00:00
autoconf.in * Makefile.am (editpl, editsh): Merge into... 2001-01-16 10:25:57 +00:00
autoconf.m4 Create actypes.m4. 2001-01-22 09:04:58 +00:00
autoconf.sh * Makefile.am (editpl, editsh): Merge into... 2001-01-16 10:25:57 +00:00
autoheader.in * Makefile.am (editpl, editsh): Merge into... 2001-01-16 10:25:57 +00:00
autoheader.sh * Makefile.am (editpl, editsh): Merge into... 2001-01-16 10:25:57 +00:00
autoreconf.in * autoreconf.sh (find): Fix precedence. 2001-01-26 16:10:42 +00:00
autoreconf.sh * autoreconf.sh (find): Fix precedence. 2001-01-26 16:10:42 +00:00
autoscan.in * autoscan.pl: Do scan `configure.ac' when you claim it. 2001-01-29 09:50:01 +00:00
autoscan.pl * autoscan.pl: Do scan `configure.ac' when you claim it. 2001-01-29 09:50:01 +00:00
BUGS Update. 2001-01-24 13:49:39 +00:00
ChangeLog Typos. 2001-01-29 14:04:32 +00:00
ChangeLog.0
ChangeLog.1
config.guess Update. 2001-01-24 13:49:39 +00:00
config.sub Update. 2001-01-24 13:49:39 +00:00
configure Typos. 2001-01-29 14:04:32 +00:00
configure.in * configure.in: Bump to 2.49d. 2001-01-24 18:23:24 +00:00
COPYING
ifnames.in * Makefile.am (editpl, editsh): Merge into... 2001-01-16 10:25:57 +00:00
ifnames.sh * Makefile.am (editpl, editsh): Merge into... 2001-01-16 10:25:57 +00:00
INSTALL * doc/install.texi: Minor changes to eliminate TeX warnings. 2000-11-28 16:53:56 +00:00
install-sh * install-sh: Use ":" instead of "true". 2000-11-09 20:59:26 +00:00
m4sh.m4 Follow Tim Van Holder's suggestions for a uniform handling of 2001-01-27 13:19:14 +00:00
m4sugar.m4 * m4sugar.m4 (m4_expand_once): Accept a witness. 2001-01-24 07:47:12 +00:00
Makefile.am Create actypes.m4. 2001-01-22 09:04:58 +00:00
Makefile.in Un-private joke. 2001-01-23 14:11:02 +00:00
missing Updated from Automake CVS. 2000-12-01 16:40:17 +00:00
mkinstalldirs
NEWS Update. 2001-01-26 11:46:23 +00:00
README * BUGS: New file. 2000-11-14 13:25:35 +00:00
README-alpha * BUGS: New file. 2000-11-14 13:25:35 +00:00
THANKS * tests/foreign.at (Autoconf & Libtool): configure.in', not .ac' 2001-01-18 13:16:02 +00:00
TODO * autoscan.pl ($headers, $functions, $identifiers, $libraries): 2001-01-22 19:04:47 +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.  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).

Some optional utilities that come with Autoconf use Perl.  However, it
is not required in order to use the main Autoconf programs.  If it is
not present, the affected Autoconf utilities will not be installed.

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 Autoconf is not an official
release) and INSTALL.

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'.