mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
a91e2a71d2
Return back to GPLv2+, until the text of the exceptions is finalized, reverting the change from 2007-07-03 and the first part of the change from 2007-07-20. Also: * COPYING: Revert to GPLv2. * COPYINGv3: New file, since some auxiliary build tools, used for building autoconf and not installed, are GPLv3. * Makefile.am (EXTRA_DIST): Distribute COPYINGv3. * NEWS: Remove mention of GPLv3. * README: Clarify situation regarding GPLv3. Signed-off-by: Eric Blake <ebb9@byu.net>
79 lines
3.4 KiB
Plaintext
79 lines
3.4 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 and
|
|
Perl. You should install GNU M4 (version 1.4.5 or later is required;
|
|
1.4.11 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.).
|
|
|
|
You can get GNU M4 here:
|
|
|
|
ftp://ftp.gnu.org/gnu/m4/
|
|
|
|
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 version is not an official
|
|
release) and INSTALL.
|
|
|
|
Mail suggestions to autoconf@gnu.org, report bugs to
|
|
bug-autoconf@gnu.org, and submit patches to autoconf-patches@gnu.org.
|
|
All changes can be tracked at the read-only autoconf-commit@gnu.org.
|
|
Always include the Autoconf version number, which you can get by
|
|
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.
|
|
|
|
Licensing
|
|
|
|
Autoconf is released under the General Public License (GPL).
|
|
Additionally, Autoconf includes a licensing exception in some of its
|
|
source files; see the respective copyright notices for how your
|
|
project is impacted by including scripts generated by Autoconf.
|
|
|
|
This version of Autoconf uses GPLv2+ plus the above-mentioned
|
|
exceptions for its installed executables, as described in COPYING.
|
|
Meanwhile, several source files within the Autoconf project are under
|
|
GPLv3+, as described in COPYINGv3; these files are used for building
|
|
and installing Autoconf, but are not present in the installed
|
|
programs. The entire Autoconf project will move to GPLv3+ when the
|
|
exception statements have been reformulated in terms of the Additional
|
|
Permissions as described in section 7 of GPLv3.
|
|
|
|
For more licensing information, see
|
|
<http://www.gnu.org/licenses/gpl-faq.html>.
|
|
|
|
-----
|
|
|
|
Copyright (C) 1992, 1993, 1994, 1998, 2000, 2001, 2002, 2003, 2004,
|
|
2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
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
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|