Go to file
Akim Demaille 86afd4a180 * Makefile.maint (maintainer-check): Rename as...
(maintainer-distcheck): this.
(changelog-check, static-check): New.
Use them.
2001-07-14 14:42:59 +00:00
bin * autoscan.in: Use IO::File. 2001-07-14 14:19:19 +00:00
config Move texinfo.tex from doc/ to config/. 2001-06-18 18:05:20 +00:00
doc for CXX is g++, not gcc. 2001-07-14 14:27:41 +00:00
lib * autoscan.in (&scan_makefile): Improve programs regexp to parse 2001-07-10 09:16:33 +00:00
m4 Move texinfo.tex from doc/ to config/. 2001-06-18 18:05:20 +00:00
man * autoscan.in: Use IO::File. 2001-07-14 14:19:19 +00:00
tests Regenerate. 2001-07-02 15:34:08 +00:00
.cvsignore If AC_PROG_CC is invoked but not AC_PROG_CPP, then CPPFLAGS is not 2001-04-27 13:32:50 +00:00
acfunctions * autoscan.in (%macro): Now maps from word to list of macros. 2001-06-25 06:15:07 +00:00
acfunctions.m4 * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning 2001-07-04 15:12:57 +00:00
acgeneral.m4 * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning 2001-07-04 15:12:57 +00:00
acheaders * autoscan.in (%macro): Now maps from word to list of macros. 2001-06-25 06:15:07 +00:00
acheaders.m4 * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the 2001-07-03 14:12:40 +00:00
acidentifiers * acfunctions, acheaders, acidentifiers, acmakevars, acprograms: 2001-05-31 15:44:27 +00:00
aclang.m4 fixed broken AC_F77_DUMMY_MAIN 2001-07-06 01:03:18 +00:00
aclibraries * aclibraries: New. 2001-06-12 09:33:58 +00:00
aclocal.m4
acmakevars * acfunctions, acheaders, acidentifiers, acmakevars, acprograms: 2001-05-31 15:44:27 +00:00
acoldnames.m4
acprograms * autoscan.in (&scan_makefile): Improve programs regexp to parse 2001-07-10 09:16:33 +00:00
acspecific.m4 * doc/autoconf.texi: Move AC_FUNC_WAIT3 and 2001-06-15 17:44:17 +00:00
actypes.m4 * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining 2001-06-15 15:53:18 +00:00
acversion.in * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in, 2001-05-22 14:04:22 +00:00
AUTHORS capitalization fix 2001-05-08 00:12:28 +00:00
autoconf.in For some AWK, such as on HPUX 11, xfoo' does not match foo|^bar'. 2001-07-12 12:42:46 +00:00
autoconf.m4
autoheader.in * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps 2001-06-02 05:49:54 +00:00
autom4te.in * autom4te.in (Request::@request): Declare with vars', not my', 2001-06-02 13:00:34 +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 * autoscan.in: Use IO::File. 2001-07-14 14:19:19 +00:00
autoupdate.in * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in, 2001-05-22 14:04:22 +00:00
BUGS * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work 2001-06-06 15:03:29 +00:00
ChangeLog * Makefile.maint (maintainer-check): Rename as... 2001-07-14 14:42:59 +00:00
ChangeLog.0
ChangeLog.1
ChangeLog.2 fixed my email address 2001-07-13 17:09:33 +00:00
configure For some AWK, such as on HPUX 11, xfoo' does not match foo|^bar'. 2001-07-12 12:42:46 +00:00
configure.in For some AWK, such as on HPUX 11, xfoo' does not match foo|^bar'. 2001-07-12 12:42:46 +00:00
COPYING
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
m4sh.m4 ./configure --program-suffix=foo produces `transform=s,$$,foo,;', 2001-06-21 09:18:16 +00:00
m4sugar.m4 * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error 2001-06-01 10:55:21 +00:00
Makefile.am For some AWK, such as on HPUX 11, xfoo' does not match foo|^bar'. 2001-07-12 12:42:46 +00:00
Makefile.in For some AWK, such as on HPUX 11, xfoo' does not match foo|^bar'. 2001-07-12 12:42:46 +00:00
Makefile.maint * Makefile.maint (maintainer-check): Rename as... 2001-07-14 14:42:59 +00:00
NEWS * autoscan.in: Use IO::File. 2001-07-14 14:19:19 +00:00
README
README-alpha
THANKS For some AWK, such as on HPUX 11, xfoo' does not match foo|^bar'. 2001-07-12 12:42:46 +00:00
TODO * doc/autoconf.texi (ms): New index. 2001-06-18 17:23:12 +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, autoscan and
autoupdate, use Perl 5.5.  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.

This version of the package Autoconf uses a fixed version of Automake
1.4.  If ever you alter some Makefile.am (i.e., if you hack Autoconf
itself), you'll have to use either a more recent release of Automake,
or download the patch from

   http://packages.debian.org/stable/devel/automake.html

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