2000-11-14 21:25:35 +08:00
|
|
|
-*- text -*-
|
|
|
|
|
1994-07-27 01:15:52 +08:00
|
|
|
Autoconf
|
1993-01-01 07:22:37 +08:00
|
|
|
|
2000-11-14 21:25:35 +08:00
|
|
|
Autoconf is an extensible package of M4 macros that produce shell
|
1993-01-01 07:22:37 +08:00
|
|
|
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
|
2000-11-14 21:25:35 +08:00
|
|
|
operating system features that the package can use, in the form of M4
|
1993-01-01 07:22:37 +08:00
|
|
|
macro calls.
|
|
|
|
|
2001-08-01 21:56:52 +08:00
|
|
|
Producing configuration scripts using Autoconf requires GNU M4 and
|
2007-02-04 10:46:48 +08:00
|
|
|
Perl. You should install GNU M4 (version 1.4.5 or later is required;
|
|
|
|
1.4.8 or later is recommended) and Perl (5.005_03 or later) before
|
|
|
|
configuring Autoconf, so that Autoconf's configure script can find
|
|
|
|
them. The configuration scripts produced by Autoconf are
|
|
|
|
self-contained, so their users do not need to have Autoconf (or GNU
|
|
|
|
M4, Perl, etc.).
|
2000-02-10 02:17:50 +08:00
|
|
|
|
2007-02-04 10:46:48 +08:00
|
|
|
You can get GNU M4 here:
|
2004-08-21 07:54:31 +08:00
|
|
|
|
2007-02-04 10:46:48 +08:00
|
|
|
ftp://ftp.gnu.org/gnu/m4/
|
2004-08-21 07:54:31 +08:00
|
|
|
|
2000-02-10 02:17:50 +08:00
|
|
|
The file INSTALL should be distributed with packages that use
|
1993-01-01 07:22:37 +08:00
|
|
|
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.
|
|
|
|
|
2001-08-01 21:56:52 +08:00
|
|
|
Be sure to read BUGS (especially if this version is not an official
|
2000-11-14 21:25:35 +08:00
|
|
|
release) and INSTALL.
|
|
|
|
|
2004-11-29 12:29:08 +08:00
|
|
|
Mail suggestions to autoconf@gnu.org, report bugs to
|
2001-07-19 19:59:13 +08:00
|
|
|
bug-autoconf@gnu.org, and submit patches to autoconf-patches@gnu.org.
|
|
|
|
Always include the Autoconf version number, which you can get by
|
2004-11-29 12:29:08 +08:00
|
|
|
running `autoconf --version'. Archives of bug-autoconf@gnu.org can be
|
|
|
|
found in <http://lists.gnu.org/archive/html/bug-autoconf/>, and
|
|
|
|
similarly for the other mailing lists.
|
* AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
m4/sanity.m4, tests/README, tests/aclocal.m4,
tests/atspecific.m4, tests/base.at, tests/compile.at,
tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
tests/semantics.at, tests/suite.at, tests/tools.at,
tests/torture.at: Add copyright notice.
* tests/mktests.sh: Update year in copyright notice.
2001-08-12 21:05:11 +08:00
|
|
|
|
|
|
|
-----
|
|
|
|
|
2005-06-08 15:13:50 +08:00
|
|
|
Copyright (C) 1992, 1993, 1994, 1998, 2000, 2001, 2002, 2003, 2004,
|
2007-02-04 10:46:48 +08:00
|
|
|
2005, 2006, 2007 Free Software Foundation, Inc.
|
* AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
m4/sanity.m4, tests/README, tests/aclocal.m4,
tests/atspecific.m4, tests/base.at, tests/compile.at,
tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
tests/semantics.at, tests/suite.at, tests/tools.at,
tests/torture.at: Add copyright notice.
* tests/mktests.sh: Update year in copyright notice.
2001-08-12 21:05:11 +08:00
|
|
|
|
2007-07-21 07:11:49 +08:00
|
|
|
This program is free software: you can redistribute it and/or modify
|
* AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
m4/sanity.m4, tests/README, tests/aclocal.m4,
tests/atspecific.m4, tests/base.at, tests/compile.at,
tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
tests/semantics.at, tests/suite.at, tests/tools.at,
tests/torture.at: Add copyright notice.
* tests/mktests.sh: Update year in copyright notice.
2001-08-12 21:05:11 +08:00
|
|
|
it under the terms of the GNU General Public License as published by
|
2007-07-21 07:11:49 +08:00
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
* AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
m4/sanity.m4, tests/README, tests/aclocal.m4,
tests/atspecific.m4, tests/base.at, tests/compile.at,
tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
tests/semantics.at, tests/suite.at, tests/tools.at,
tests/torture.at: Add copyright notice.
* tests/mktests.sh: Update year in copyright notice.
2001-08-12 21:05:11 +08:00
|
|
|
|
2007-07-21 07:11:49 +08:00
|
|
|
This program is distributed in the hope that it will be useful,
|
* AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
m4/sanity.m4, tests/README, tests/aclocal.m4,
tests/atspecific.m4, tests/base.at, tests/compile.at,
tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
tests/semantics.at, tests/suite.at, tests/tools.at,
tests/torture.at: Add copyright notice.
* tests/mktests.sh: Update year in copyright notice.
2001-08-12 21:05:11 +08:00
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
2007-07-21 07:11:49 +08:00
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|