Go to file
Akim Demaille 8376b27448 * acgeneral.m4 (AH_VERBATIM, AH_TEMPLATE): New, use AS_ESCAPE, not
_AS_QUOTE.
(_AH_VERBATIM_OLD, _AH_TEMPLATE_OLD): New, used for bugward
compatibility in...
(AC_DEFINE, AC_DEFINE_UNQUOTED): here.
2001-02-26 21:37:13 +00:00
bin * autoupdate.in (&mktmpdir): Strip the newline from the output 2001-02-26 15:11:44 +00:00
doc Missing maindex, from Enrique Robledo Arnuncio. 2001-02-26 14:37:24 +00:00
lib * acgeneral.m4 (AH_VERBATIM, AH_TEMPLATE): New, use AS_ESCAPE, not 2001-02-26 21:37:13 +00:00
m4 Missing maindex, from Enrique Robledo Arnuncio. 2001-02-26 14:37:24 +00:00
man Missing maindex, from Enrique Robledo Arnuncio. 2001-02-26 14:37:24 +00:00
tests * autoupdate.in: New. Replaces autoupdate.sh. 2001-02-21 08:59:24 +00:00
.cvsignore
acfunctions * autoscan.pl (generic_macro): s/AC_CHECK_FUNCTIONS/AC_CHECK_FUNCS/. 2001-01-24 07:58:59 +00:00
acfunctions.m4 acfunctions.m4 was still using the old AC_LIBOBJ_DECL. 2001-02-05 10:16:32 +00:00
acgeneral.m4 * acgeneral.m4 (AH_VERBATIM, AH_TEMPLATE): New, use AS_ESCAPE, not 2001-02-26 21:37:13 +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
aclang.m4 * aclang.m4 (AC_C_INLINE): Define "inline" to empty if the 2001-02-19 15:11:52 +00:00
aclocal.m4
acmakevars
acoldnames.m4
acprograms
acspecific.m4 * acspecific.m4 (AC_PROG_INSTALL): Use ac_path_separator. 2001-02-25 10:44:15 +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
AUTHORS
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 * autoheader.sh: Only set config_h for the first call to 2001-02-06 13:47:52 +00:00
autoheader.sh * autoheader.sh: Only set config_h for the first call to 2001-02-06 13:47:52 +00:00
autoreconf.in * autoreconf.sh: Fix the case when the verbose output was not 2001-02-01 23:23:57 +00:00
autoreconf.sh * autoreconf.sh: Fix the case when the verbose output was not 2001-02-01 23:23:57 +00:00
autoscan.in * autoscan.pl (&find_configure_ac): New. 2001-02-21 08:47:16 +00:00
autoscan.pl * autoscan.pl (&find_configure_ac): New. 2001-02-21 08:47:16 +00:00
autoupdate.in * autoupdate.in (&mktmpdir): Strip the newline from the output 2001-02-26 15:11:44 +00:00
autoupdate.sh * autoupdate.in (&mktmpdir): Strip the newline from the output 2001-02-26 15:11:44 +00:00
BUGS Update. 2001-02-25 10:47:00 +00:00
ChangeLog * acgeneral.m4 (AH_VERBATIM, AH_TEMPLATE): New, use AS_ESCAPE, not 2001-02-26 21:37:13 +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 * autoupdate.in: Less Bournisms, more Wallisms. 2001-02-25 10:42:49 +00:00
configure.in Some text so that people aren't surprised of seeing BUGS. 2001-02-21 10:20:47 +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
install-sh
m4sh.m4 * acgeneral.m4 (_AC_INIT_PREPARE): Remove conf$$* on exit. 2001-02-25 10:44:37 +00:00
m4sugar.m4 * m4sugar.m4 (m4_expand_once): Accept a witness. 2001-01-24 07:47:12 +00:00
Makefile.am * autoupdate.in: New. Replaces autoupdate.sh. 2001-02-21 08:59:24 +00:00
Makefile.in Missing maindex, from Enrique Robledo Arnuncio. 2001-02-26 14:37:24 +00:00
missing
mkinstalldirs
NEWS Update. 2001-01-26 11:46:23 +00:00
README
README-alpha
THANKS Missing maindex, from Enrique Robledo Arnuncio. 2001-02-26 14:37:24 +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'.