Blame README

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