Go to file
2001-03-27 16:48:27 +00:00
bin * autoheader.sh (config_h): Be robust to new lines when extracting 2001-03-27 16:47:10 +00:00
doc * doc/autoconf.texi: Minor tweaks. 2001-03-27 12:03:51 +00:00
lib * acgeneral.m4 (AC_INIT_VERSION): Improved version information string 2001-03-27 16:48:27 +00:00
m4 Missing maindex, from Enrique Robledo Arnuncio. 2001-02-26 14:37:24 +00:00
man * configure.in: Bump to 2.49e. 2001-03-19 18:14:44 +00:00
tests * tests/foreign.at (Libtool): Don't skip 1.3.5. 2001-03-20 14:15:59 +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 * configure.in: Bump to 2.49e. 2001-03-19 18:14:44 +00:00
acgeneral.m4 * acgeneral.m4 (AC_INIT_VERSION): Improved version information string 2001-03-27 16:48:27 +00:00
acheaders * autoscan.pl (@kinds, %generic_macro): New. 2001-01-24 07:58:46 +00:00
acheaders.m4
acidentifiers
aclang.m4 * aclang.m4 (AC_PROG_F77_C_O): define F77_NO_MINUS_C_MINUS_O 2001-03-13 12:28:19 +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
acversion.m4.in
AUTHORS
autoconf.in * configure.in: Bump to 2.49e. 2001-03-19 18:14:44 +00:00
autoconf.m4
autoconf.sh * configure.in: Bump to 2.49e. 2001-03-19 18:14:44 +00:00
autoheader.in * autoheader.sh (config_h): Be robust to new lines when extracting 2001-03-27 16:47:10 +00:00
autoheader.sh * autoheader.sh (config_h): Be robust to new lines when extracting 2001-03-27 16:47:10 +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, autoupdate.in: Use use' instead of require' to 2001-03-13 18:15:58 +00:00
autoscan.pl * autoscan.pl, autoupdate.in: Use use' instead of require' to 2001-03-13 18:15:58 +00:00
autoupdate.in * autoscan.pl, autoupdate.in: Use use' instead of require' to 2001-03-13 18:15:58 +00:00
autoupdate.sh * autoscan.pl, autoupdate.in: Use use' instead of require' to 2001-03-13 18:15:58 +00:00
BUGS * acgeneral.m4 (AC_OUTPUT): In the AU_DEFUN definition, don't try 2001-03-08 16:28:03 +00:00
ChangeLog * acgeneral.m4 (AC_INIT_VERSION): Improved version information string 2001-03-27 16:48:27 +00:00
ChangeLog.0
ChangeLog.1
config.guess Update. 2001-03-19 14:26:17 +00:00
config.sub Update. 2001-03-19 14:26:17 +00:00
configure * Makefile.am, configure.in: autoupdate is a Perl script. 2001-03-27 12:02:15 +00:00
configure.in * Makefile.am, configure.in: autoupdate is a Perl script. 2001-03-27 12:02:15 +00:00
COPYING
ifnames.in
ifnames.sh
INSTALL
install-sh
m4sh.m4 * acgeneral.m4 (_AC_INIT_PREPARE): Remove conf$$* on exit. 2001-02-25 10:44:37 +00:00
m4sugar.m4
Makefile.am * Makefile.am, configure.in: autoupdate is a Perl script. 2001-03-27 12:02:15 +00:00
Makefile.in * Makefile.am, configure.in: autoupdate is a Perl script. 2001-03-27 12:02:15 +00:00
missing
mkinstalldirs
NEWS * Makefile.am, configure.in: autoupdate is a Perl script. 2001-03-27 12:02:15 +00:00
README Specify the Automake we use. 2001-03-20 15:51:26 +00:00
README-alpha
THANKS Missing maindex, from Enrique Robledo Arnuncio. 2001-02-26 14:37:24 +00:00
TODO

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