Blame README

Packit 47b4ca
-*- text -*-
Packit 47b4ca
Packit 47b4ca
Autoconf
Packit 47b4ca
Packit 47b4ca
Autoconf is an extensible package of M4 macros that produce shell
Packit 47b4ca
scripts to automatically configure software source code packages.
Packit 47b4ca
These scripts can adapt the packages to many kinds of UNIX-like
Packit 47b4ca
systems without manual user intervention.  Autoconf creates a
Packit 47b4ca
configuration script for a package from a template file that lists the
Packit 47b4ca
operating system features that the package can use, in the form of M4
Packit 47b4ca
macro calls.
Packit 47b4ca
Packit 47b4ca
Producing configuration scripts using Autoconf requires GNU M4 and
Packit 47b4ca
Perl.  You should install GNU M4 (version 1.4.6 or later is required;
Packit 47b4ca
1.4.14 or later is recommended) and Perl (5.006 or later) before
Packit 47b4ca
configuring Autoconf, so that Autoconf's configure script can find
Packit 47b4ca
them.  The configuration scripts produced by Autoconf are
Packit 47b4ca
self-contained, so their users do not need to have Autoconf (or GNU
Packit 47b4ca
M4, Perl, etc.).
Packit 47b4ca
Packit 47b4ca
You can get GNU M4 here:
Packit 47b4ca
Packit 47b4ca
ftp://ftp.gnu.org/gnu/m4/
Packit 47b4ca
Packit 47b4ca
The file INSTALL should be distributed with packages that use
Packit 47b4ca
Autoconf-generated configure scripts and Makefiles that conform to the
Packit 47b4ca
GNU coding standards.  The package's README can just give an overview
Packit 47b4ca
of the package, where to report bugs, and a pointer to INSTALL for
Packit 47b4ca
instructions on compilation and installation.  This removes the need
Packit 47b4ca
to maintain many similar sets of installation instructions.
Packit 47b4ca
Packit 47b4ca
Be sure to read BUGS and INSTALL.
Packit 47b4ca
Packit 47b4ca
Mail suggestions to autoconf@gnu.org, report bugs to
Packit 47b4ca
bug-autoconf@gnu.org, and submit patches to autoconf-patches@gnu.org.
Packit 47b4ca
All changes can be tracked at the read-only autoconf-commit@gnu.org.
Packit 47b4ca
Always include the Autoconf version number, which you can get by
Packit 47b4ca
running `autoconf --version'.  Archives of bug-autoconf@gnu.org can be
Packit 47b4ca
found in <http://lists.gnu.org/archive/html/bug-autoconf/>, and
Packit 47b4ca
similarly for the other mailing lists.
Packit 47b4ca
Packit 47b4ca
Licensing
Packit 47b4ca
Packit 47b4ca
Autoconf is released under the General Public License version 3 (GPLv3+).
Packit 47b4ca
Additionally, Autoconf includes a licensing exception in some of its
Packit 47b4ca
source files; see the respective copyright notices for how your
Packit 47b4ca
project is impacted by including scripts generated by Autoconf, and the
Packit 47b4ca
COPYING.EXCEPTION file for the exception in terms of the Additional
Packit 47b4ca
Permissions as described in section 7 of GPLv3.
Packit 47b4ca
Packit 47b4ca
For more licensing information, see
Packit 47b4ca
<http://www.gnu.org/licenses/gpl-faq.html> and
Packit 47b4ca
<http://www.gnu.org/licenses/exceptions.html>.
Packit 47b4ca
Packit 47b4ca
For any copyright year range specified as YYYY-ZZZZ in this package
Packit 47b4ca
note that the range specifies every single year in that closed interval.
Packit 47b4ca
Packit 47b4ca
-----
Packit 47b4ca
Packit 47b4ca
Copyright (C) 1992-1994, 1998, 2000-2012 Free Software Foundation, Inc.
Packit 47b4ca
Packit 47b4ca
Copying and distribution of this file, with or without modification,
Packit 47b4ca
are permitted in any medium without royalty provided the copyright
Packit 47b4ca
notice and this notice are preserved.  This file is offered as-is,
Packit 47b4ca
without warranty of any kind.