Go to file
Ben Elliston 9acec64512 1998-09-26 Ben Elliston <bje@cygnus.com>
* config.guess: Treat all SPARC variant processors running BSD/OS
	as just `sparc' for compatibility reasons.  Contributed by Chris
	Torek <torek@bsdi.com>.
1998-09-26 01:29:31 +00:00
bin Thu May 28 18:37:36 1998 Ian Lance Taylor <ian@cygnus.com> 1998-09-03 00:47:24 +00:00
doc Thu May 28 18:37:36 1998 Ian Lance Taylor <ian@cygnus.com> 1998-09-03 00:54:34 +00:00
lib 1998-09-15 Didier Verna <verna@inf.enst.fr> 1998-09-26 01:18:30 +00:00
testsuite more fixups 1996-11-20 22:53:55 +00:00
acconfig.h many bug fixes and a few additions, mostly derived from bug-gnu-utils 1996-11-09 22:19:24 +00:00
acfunctions rewhack the compiler checking and fix some minor bugs 1996-11-20 00:21:34 +00:00
acgeneral.m4 1998-09-26 Ben Elliston <bje@cygnus.com> 1998-09-26 00:41:55 +00:00
acheaders more tweaks 1996-11-15 00:04:39 +00:00
acidentifiers
acmakevars
acoldnames.m4 update street address 1996-06-12 17:55:25 +00:00
acprograms
acspecific.m4 1998-09-15 Didier Verna <verna@inf.enst.fr> 1998-09-26 01:18:30 +00:00
AUTHORS rewhack the compiler checking and fix some minor bugs 1996-11-20 00:21:34 +00:00
autoconf.in Thu May 28 18:37:36 1998 Ian Lance Taylor <ian@cygnus.com> 1998-09-03 00:47:24 +00:00
autoconf.m4 update street address 1996-06-12 17:55:25 +00:00
autoconf.sh Thu May 28 18:37:36 1998 Ian Lance Taylor <ian@cygnus.com> 1998-09-03 00:47:24 +00:00
autoconf.texi fix a couple of bugs 1996-12-11 00:49:47 +00:00
autoheader.in Thu May 28 18:37:36 1998 Ian Lance Taylor <ian@cygnus.com> 1998-09-03 00:32:51 +00:00
autoheader.m4 update street address 1996-06-12 17:55:25 +00:00
autoheader.sh Thu May 28 18:37:36 1998 Ian Lance Taylor <ian@cygnus.com> 1998-09-03 00:32:51 +00:00
autoreconf.in Thu May 28 18:37:36 1998 Ian Lance Taylor <ian@cygnus.com> 1998-09-03 00:37:37 +00:00
autoreconf.sh Thu May 28 18:37:36 1998 Ian Lance Taylor <ian@cygnus.com> 1998-09-03 00:37:37 +00:00
autoscan.in update street address 1996-06-12 17:55:25 +00:00
autoscan.pl update street address 1996-06-12 17:55:25 +00:00
ChangeLog 1998-09-26 Ben Elliston <bje@cygnus.com> 1998-09-26 01:29:31 +00:00
ChangeLog.0
ChangeLog.1
config.guess 1998-09-26 Ben Elliston <bje@cygnus.com> 1998-09-26 01:29:31 +00:00
config.sub Finish previous change. 1998-08-19 04:29:25 +00:00
configure Mon Jun 1 12:30:39 1998 Ian Lance Taylor <ian@cygnus.com> 1998-09-03 00:50:28 +00:00
configure.in
COPYING fix a couple of bugs 1996-12-11 00:49:47 +00:00
ifnames.in Thu May 28 18:37:36 1998 Ian Lance Taylor <ian@cygnus.com> 1998-09-02 23:39:30 +00:00
ifnames.sh Thu May 28 18:37:36 1998 Ian Lance Taylor <ian@cygnus.com> 1998-09-02 23:39:30 +00:00
INSTALL many bug fixes and a few additions, mostly derived from bug-gnu-utils 1996-11-09 22:19:24 +00:00
install.texi many bug fixes and a few additions, mostly derived from bug-gnu-utils 1996-11-09 22:19:24 +00:00
make-stds.texi Mention YFLAGS and LFLAGS along with CFLAGS. 1997-10-27 03:47:03 +00:00
Makefile.in Thu May 28 18:37:36 1998 Ian Lance Taylor <ian@cygnus.com> 1998-09-03 00:54:34 +00:00
NEWS lots of new ways to create stuff 1996-11-20 05:09:56 +00:00
README
standards.texi *** empty log message *** 1998-08-26 21:05:13 +00:00
TODO cleanups 1996-11-20 21:27:29 +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".