Go to file
Akim Demaille 4ae3e75ba5 * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
Fortran compilers to check.
(_AC_PROG_F77_V): Add '-###' as a possible option to print
information on library and object files.
(AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
to check.
2001-06-02 15:01:13 +00:00
bin * autom4te.in (Request::@request): Declare with vars', not my', 2001-06-02 13:00:34 +00:00
config * configure.in (standards_texi): Remove, dead code. 2001-06-02 12:30:14 +00:00
doc * configure.in (standards_texi): Remove, dead code. 2001-06-02 12:30:14 +00:00
lib * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of 2001-06-02 15:01:13 +00:00
m4 * configure.in (standards_texi): Remove, dead code. 2001-06-02 12:30:14 +00:00
man * configure.in (standards_texi): Remove, dead code. 2001-06-02 12:30:14 +00:00
tests * configure.in (standards_texi): Remove, dead code. 2001-06-02 12:30:14 +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 * acfunctions, acheaders, acidentifiers, acmakevars, acprograms: 2001-05-31 15:44:27 +00:00
acfunctions.m4 (AC_FUNC_MEMCMP): Remove int main () {' and the trailing }', 2001-04-22 12:50:07 +00:00
acgeneral.m4 * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps 2001-06-02 05:49:54 +00:00
acheaders * acfunctions, acheaders, acidentifiers, acmakevars, acprograms: 2001-05-31 15:44:27 +00:00
acheaders.m4 Copyright 2001 2001-04-15 16:20:30 +00:00
acidentifiers * acfunctions, acheaders, acidentifiers, acmakevars, acprograms: 2001-05-31 15:44:27 +00:00
aclang.m4 * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of 2001-06-02 15:01:13 +00:00
aclocal.m4
acmakevars * acfunctions, acheaders, acidentifiers, acmakevars, acprograms: 2001-05-31 15:44:27 +00:00
acoldnames.m4 Copyright 2001 2001-04-15 16:20:30 +00:00
acprograms * acfunctions, acheaders, acidentifiers, acmakevars, acprograms: 2001-05-31 15:44:27 +00:00
acspecific.m4 Copyright 2001 2001-04-15 16:20:30 +00:00
actypes.m4 Copyright 2001 2001-04-15 16:20:30 +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 * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps 2001-06-02 05:49:54 +00:00
autoconf.m4 Copyright 2001 2001-04-15 16:20:30 +00:00
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 * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in, 2001-05-22 14:04:22 +00:00
autoupdate.in * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in, 2001-05-22 14:04:22 +00:00
BUGS
ChangeLog * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of 2001-06-02 15:01:13 +00:00
ChangeLog.0
ChangeLog.1
ChangeLog.2 * configure.in: Bump to 2.50a. 2001-05-21 13:01:06 +00:00
configure * configure.in (standards_texi): Remove, dead code. 2001-06-02 12:30:14 +00:00
configure.in * configure.in (standards_texi): Remove, dead code. 2001-06-02 12:30:14 +00:00
COPYING
ifnames.in * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in, 2001-05-22 14:04:22 +00:00
INSTALL
m4sh.m4 * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps 2001-06-02 05:49:54 +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 * config: New directory. 2001-05-22 14:43:48 +00:00
Makefile.in * configure.in (standards_texi): Remove, dead code. 2001-06-02 12:30:14 +00:00
NEWS * atgeneral.m4 (AT_INIT): Use $SHELL. 2001-05-31 08:24:01 +00:00
README
README-alpha
THANKS * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure 2001-05-31 07:02:13 +00:00
TODO Update. 2001-06-01 13:40:06 +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'.