Go to file
Akim Demaille 4d2b6bfb9a * autoheader.sh: Don't pass a string to 'echo' that might
possibly contain backslashes.
2001-01-30 10:42:36 +00:00
bin * autoheader.sh: Don't pass a string to 'echo' that might 2001-01-30 10:42:36 +00:00
doc Don't use filenames that can be reduced to "conftest" on DOS. 2001-01-29 22:36:09 +00:00
lib Don't use filenames that can be reduced to "conftest" on DOS. 2001-01-29 22:36:09 +00:00
m4 Don't use filenames that can be reduced to "conftest" on DOS. 2001-01-29 22:36:09 +00:00
man * autoscan.pl: `Formatting++' changes: prototypes all the 2001-01-29 09:24:13 +00:00
tests * tests/atgeneral.m4: Don't redirect builtins' stderr as Ultrix 2001-01-29 15:30:11 +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 Don't use filenames that can be reduced to "conftest" on DOS. 2001-01-29 22:36:09 +00:00
acgeneral.m4 Don't use filenames that can be reduced to "conftest" on DOS. 2001-01-29 22:36:09 +00:00
acheaders
acheaders.m4
acidentifiers
aclang.m4 * aclang.m4 (AC_PROG_F77): Improve documentation of the compilers 2001-01-29 11:54:43 +00:00
aclocal.m4
acmakevars
acoldnames.m4
acprograms
acspecific.m4 Don't use filenames that can be reduced to "conftest" on DOS. 2001-01-29 22:36:09 +00:00
actypes.m4
acversion.m4.in
AUTHORS
autoconf.in
autoconf.m4
autoconf.sh
autoheader.in * autoheader.sh: Don't pass a string to 'echo' that might 2001-01-30 10:42:36 +00:00
autoheader.sh * autoheader.sh: Don't pass a string to 'echo' that might 2001-01-30 10:42:36 +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 * autoheader.sh: Don't pass a string to 'echo' that might 2001-01-30 10:42:36 +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 Rebuilt. 2001-01-29 23:20:38 +00:00
configure.in * configure.in: Bump to 2.49d. 2001-01-24 18:23:24 +00:00
COPYING
ifnames.in
ifnames.sh
INSTALL
install-sh
m4sh.m4 * m4sh.m4 (_AS_TEST_PREPARE): Discard output when testing `test 2001-01-29 15:24:10 +00:00
m4sugar.m4
Makefile.am
Makefile.in
missing
mkinstalldirs
NEWS Update. 2001-01-26 11:46:23 +00:00
README
README-alpha
THANKS
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 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'.