Go to file
2000-03-01 17:06:40 +00:00
bin * autoconf.sh (AC_ACLOCALDIR): Use (aclocal) 2>/dev/null, not 2000-02-24 18:25:03 +00:00
doc * doc/autoconf.texi: Tune the use of quotes, add missing 2000-03-01 08:20:29 +00:00
lib Fixed a mistake in ChangeLog, and moved a few more addresses from acspecific to THANKS. 2000-03-01 15:54:37 +00:00
m4 2000-02-25 Akim Demaille <akim@epita.fr> 2000-02-25 13:19:35 +00:00
man 2000-02-25 Akim Demaille <akim@epita.fr> 2000-02-25 13:19:35 +00:00
tests The empty regexp cannot be portably used in egrep's alternation. 2000-03-01 17:01:29 +00:00
testsuite
acfunctions
acgeneral.m4 * src/acgeneral.texi (AC_INIT_NOTICE): Include inttypes.h in the 2000-02-25 17:49:29 +00:00
acheaders
acidentifiers
aclocal.m4
acmakevars
acoldnames.m4
acprograms
acspecific.m4 Fixed a mistake in ChangeLog, and moved a few more addresses from acspecific to THANKS. 2000-03-01 15:54:37 +00:00
acversion.m4.in
AUTHORS
autoconf.in * autoconf.sh (AC_ACLOCALDIR): Use (aclocal) 2>/dev/null, not 2000-02-24 18:25:03 +00:00
autoconf.m4
autoconf.sh * autoconf.sh (AC_ACLOCALDIR): Use (aclocal) 2>/dev/null, not 2000-02-24 18:25:03 +00:00
autoheader.in * autoheader.sh: Remove the duplicate trap code. 2000-02-10 16:27:35 +00:00
autoheader.m4 Define HAVE_DECL_FOO both to 1 if found and 0 otherwise. 2000-02-15 09:33:59 +00:00
autoheader.sh * autoheader.sh: Remove the duplicate trap code. 2000-02-10 16:27:35 +00:00
autoreconf.in autoreconf had a silly syntax error, test it and fix it. 2000-02-15 09:15:22 +00:00
autoreconf.sh autoreconf had a silly syntax error, test it and fix it. 2000-02-15 09:15:22 +00:00
autoscan.in
autoscan.pl
autoupdate.m4
ChangeLog Fixed typos in ChangeLog :-(. 2000-03-01 17:06:40 +00:00
ChangeLog.0
ChangeLog.1
config.guess * config.guess: Updated for master repository. 2000-03-01 10:11:19 +00:00
config.sub * config.guess: Updated for master repository. 2000-03-01 10:11:19 +00:00
configure 2000-02-25 Akim Demaille <akim@epita.fr> 2000-02-25 13:19:35 +00:00
configure.in * configure.in (HELP2MAN): Specify the third argument of 2000-02-22 08:46:29 +00:00
COPYING
ifnames.in
ifnames.sh
INSTALL
install-sh
libm4.m4 * libm4.m4 (near m4_split): Remove the buggy additional 2000-02-10 09:46:57 +00:00
Makefile.am * Makefile.am (MAKEINFO): Removed. 2000-02-29 08:49:17 +00:00
Makefile.in * Makefile.am (MAKEINFO): Removed. 2000-02-29 08:49:17 +00:00
mdate-sh
missing
mkinstalldirs
NEWS
README Spell checked ChangeLog. 2000-02-09 18:17:50 +00:00
README-alpha
THANKS Fixed a mistake in ChangeLog, and moved a few more addresses from acspecific to THANKS. 2000-03-01 15:54:37 +00:00
TODO Updated TODO. 2000-03-01 08:23:08 +00:00

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).

Also, some optional utilities that come with Autoconf use Perl.
However, it is not required in order to use the main Autoconf program.
If it is not present, the affected Autoconf utilities will not be
installed.

You can use the program `autoheader' to automatically create a
configuration header from a `configure.in'.

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.

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

PS/ Oops, by the way, please read the file `INSTALL' to install
Autoconf ;)