mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-03 02:00:36 +08:00
175bb016dd
Be sure to read this file if you're using a non released Autoconf. * tests/tools.at (Syntax of the scripts): The non built tools are in `$top_srcdir', not `..'. (autoconf --trace): When using `-i' we need the src tree, not the build tree.
36 lines
1.6 KiB
Plaintext
36 lines
1.6 KiB
Plaintext
-*- 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'.
|