Go to file
2000-11-14 16:26:02 +00:00
bin * autoscan.pl (scan_files): Eliminate a warning if no C files 2000-11-10 15:49:15 +00:00
doc * acspecific.m4 (AC_SYS_LARGEFILE): Don't worry about 2000-11-14 16:01:05 +00:00
lib * acspecific.m4 (AC_SYS_LARGEFILE): Don't worry about 2000-11-14 16:01:05 +00:00
m4 * acfunctions.m4 (AC_CHECK_FUNCS): Add missing m4 quotes. 2000-11-11 07:05:02 +00:00
man * doc/autoconf.texi (autoconf Invocation): Explain `-W error' 2000-11-14 10:00:25 +00:00
tests * acspecific.m4 (AC_SYS_LARGEFILE): Don't worry about 2000-11-14 16:01:05 +00:00
.cvsignore
acfunctions * acspecific.m4 (AC_SYS_LARGEFILE): Don't worry about 2000-11-14 16:01:05 +00:00
acfunctions.m4 * acspecific.m4 (AC_SYS_LARGEFILE): Don't worry about 2000-11-14 16:01:05 +00:00
acgeneral.m4 A single m4_require is enough. 2000-11-14 11:06:37 +00:00
acheaders
acheaders.m4 * acfunctions.m4 (AC_FUNC_ALLOCA): Don't require AC_PROG_CPP, 2000-11-14 10:38:57 +00:00
acidentifiers
aclang.m4 A single m4_require is enough. 2000-11-14 11:06:37 +00:00
aclocal.m4
acmakevars
acoldnames.m4
acprograms
acspecific.m4 * acspecific.m4 (AC_SYS_LARGEFILE): Don't worry about 2000-11-14 16:01:05 +00:00
acversion.m4.in
AUTHORS
autoconf.in
autoconf.m4 Create acheaders.m4. 2000-11-14 10:31:39 +00:00
autoconf.sh
autoheader.in
autoheader.sh
autoreconf.in
autoreconf.sh
autoscan.in * autoscan.pl (scan_files): Eliminate a warning if no C files 2000-11-10 15:49:15 +00:00
autoscan.pl * autoscan.pl (scan_files): Eliminate a warning if no C files 2000-11-10 15:49:15 +00:00
BUGS * BUGS: New file. 2000-11-14 13:25:35 +00:00
ChangeLog s/Free BSD/FreeBSD/. 2000-11-14 16:26:02 +00:00
ChangeLog.0
ChangeLog.1
config.guess
config.sub
configure * BUGS: New file. 2000-11-14 13:25:35 +00:00
configure.in * acfunctions.m4: Always quote first argument of AC_MSG_ERROR, 2000-11-11 05:59:21 +00:00
COPYING
ifnames.in
ifnames.sh
INSTALL
install-sh
m4sh.m4 * acgeneral.m4 (_AC_INIT_DEFAULTS_ENVIRONMENT): Rename as... 2000-11-14 11:01:44 +00:00
m4sugar.m4 A single m4_require is enough. 2000-11-14 11:06:37 +00:00
Makefile.am * BUGS: New file. 2000-11-14 13:25:35 +00:00
Makefile.in * BUGS: New file. 2000-11-14 13:25:35 +00:00
missing
mkinstalldirs
NEWS * acspecific.m4 (AC_SYS_LARGEFILE): Don't worry about 2000-11-14 16:01:05 +00:00
README * BUGS: New file. 2000-11-14 13:25:35 +00:00
README-alpha * BUGS: New file. 2000-11-14 13:25:35 +00:00
THANKS * doc/autoconf.texi (Shellology): Some about /usr/xpg4/bin/sh on 2000-11-10 12:10:13 +00:00
TODO * BUGS: New file. 2000-11-14 13:25:35 +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'.