Go to file
1996-06-03 12:51:33 +00:00
bin Sun May 26 19:07:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-26 23:43:22 +00:00
doc Avoid symlinks if possible. 1996-05-06 03:45:23 +00:00
lib Mon May 27 13:49:02 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-27 17:49:57 +00:00
testsuite use /dev/null as cache 1995-06-23 03:04:05 +00:00
acconfig.h various bug fixes 1995-02-09 22:44:35 +00:00
acfunctions
acgeneral.m4 Mon May 27 13:49:02 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-27 17:49:57 +00:00
acheaders
acidentifiers
acmakevars
acoldnames.m4
acprograms
acspecific.m4 Mon May 27 13:49:02 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-27 17:49:32 +00:00
autoconf.in ignore undefined macros in shell comments 1996-01-16 04:45:37 +00:00
autoconf.m4
autoconf.sh ignore undefined macros in shell comments 1996-01-16 04:45:37 +00:00
autoconf.texi fix typo 1996-03-05 04:56:52 +00:00
autoheader.in Sun May 26 19:07:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-26 23:43:22 +00:00
autoheader.m4 more bug fixes 1995-11-22 17:42:19 +00:00
autoheader.sh Sun May 26 19:07:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-26 23:43:22 +00:00
autoreconf.in various bug fixes 1995-02-06 23:31:34 +00:00
autoreconf.sh various bug fixes 1995-02-06 23:31:34 +00:00
autoscan.in various bug fixes 1995-02-06 23:31:34 +00:00
autoscan.pl various bug fixes 1995-02-06 23:31:34 +00:00
ChangeLog . 1996-05-27 17:50:20 +00:00
ChangeLog.0 . 1995-06-23 02:57:42 +00:00
ChangeLog.1 . 1995-06-23 02:57:42 +00:00
config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux. 1996-06-03 12:51:33 +00:00
config.sub Restore `hp9k2[0-9][0-9] | hp9k31[0-9])' case line apparently accidentally 1996-05-21 22:55:56 +00:00
configure . 1996-05-07 17:21:23 +00:00
configure.in various bug fixes 1995-02-09 22:44:35 +00:00
COPYING . 1995-06-23 02:57:42 +00:00
ifnames.in fix wrong default for finding autoconf files 1995-03-24 04:13:12 +00:00
ifnames.sh fix wrong default for finding autoconf files 1995-03-24 04:13:12 +00:00
INSTALL . 1995-11-17 20:03:48 +00:00
install-sh (transformbasename): Fix misspelling in initialization. 1995-12-06 09:44:53 +00:00
install.texi add --bindir, --libdir, etc. 1995-06-27 19:09:03 +00:00
make-stds.texi Avoid symlinks if possible. 1996-05-06 03:45:23 +00:00
Makefile.in undo bogus bugfix 1995-11-21 22:45:24 +00:00
mkinstalldirs Don't report an error if mkdir fails because a directory was 1996-05-03 07:37:52 +00:00
NEWS 2.10 changes 1996-05-07 17:19:58 +00:00
README
standards.texi updated lastupdate and add 96 to copyright notices -len 1996-02-27 22:40:21 +00:00
TODO various tweaks 1995-07-26 05:30:39 +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.1 or later, preferably 1.3 or later
for better performance) 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, TCL,
and the TCL packages Expect and DejaGNU.  However, none of those
are required in order to use the main Autoconf program.  If they are
not present, the affected Autoconf utilities will not be installed.

The file INSTALL can 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.

The file `acconfig.h' contains short descriptions of the C preprocessor
variables that Autoconf can define, suitable for copying into other
packages' configuration headers or Makefile.in files.  You can use the
program `autoheader' to automatically create a configuration header
from a `configure.in', based on the information in `acconfig.h'.

Mail suggestions and bug reports for Autoconf to
bug-gnu-utils@prep.ai.mit.edu.  Please include the Autoconf version
number, which you can get by running "autoconf --version".