Go to file
Jim Meyering 20cb79c19f Remove two more generated files from version control.
* INSTALL: Remove generated file.
* lib/autoscan/autoscan.list: Remove generated file.
2007-11-11 09:22:43 +01:00
bin Remove all generated files from version control. 2007-10-27 12:44:59 +02:00
build-aux * build-aux/.gitignore: Ignore mkinstalldirs. 2007-11-04 16:59:38 +01:00
config Prepare for conversion to git. 2007-09-14 22:25:56 +00:00
doc New config files output variable `top_build_prefix'. 2007-11-09 07:51:19 +01:00
lib Remove two more generated files from version control. 2007-11-11 09:22:43 +01:00
m4 Reject FreeBSD m4. 2007-10-17 17:09:14 -06:00
man Remove all generated files from version control. 2007-10-27 12:44:59 +02:00
tests * tests/Makefile.am ($(srcdir)/package.m4): Work around bash 2007-11-03 18:55:45 +01:00
.cvsignore Ignore additional files, when copying cross-repository. 2007-09-20 09:06:28 -06:00
.gitignore Remove two more generated files from version control. 2007-11-11 09:22:43 +01:00
.x-sc_prohibit_atoi_atof * doc/autoconf.texi: Remove unused words from word list. 2006-04-10 18:14:53 +00:00
.x-sc_space_tab Rework to use more-modern build style. 2006-08-24 22:56:47 +00:00
.x-sc_sun_os_names Rework to use more-modern build style. 2006-08-24 22:56:47 +00:00
.x-sc_trailing_blank Rework to use more-modern build style. 2006-08-24 22:56:47 +00:00
.x-sc_useless_cpp_parens Rework to use more-modern build style. 2006-08-24 22:56:47 +00:00
AUTHORS More contribution housekeeping. 2007-09-20 09:51:48 -06:00
BUGS Reword the copyright notices to match what's suggested in GPLv3. 2007-07-20 23:11:49 +00:00
ChangeLog Remove two more generated files from version control. 2007-11-11 09:22:43 +01:00
ChangeLog.0 Grant more permissions to copying, as per the usual GNU standard these 2007-07-20 23:11:23 +00:00
ChangeLog.1 Grant more permissions to copying, as per the usual GNU standard these 2007-07-20 23:11:23 +00:00
ChangeLog.2 Grant more permissions to copying, as per the usual GNU standard these 2007-07-20 23:11:23 +00:00
configure.ac * configure.ac (AC_PREREQ): Require version 2.60, for 2007-11-03 18:47:50 +01:00
COPYING Update to GPLv3. 2007-07-03 20:28:58 +00:00
GNUmakefile * GNUmakefile (PATH): Remove stray apostrophes; they become 2007-11-11 08:47:46 +01:00
HACKING Reword the copyright notices to match what's suggested in GPLv3. 2007-07-20 23:11:49 +00:00
Makefile.am Make inter-release --version output more useful. 2007-10-28 15:29:01 +01:00
Makefile.cfg Reword the copyright notices to match what's suggested in GPLv3. 2007-07-20 23:11:49 +00:00
Makefile.maint Reword the copyright notices to match what's suggested in GPLv3. 2007-07-20 23:11:49 +00:00
NEWS New config files output variable `top_build_prefix'. 2007-11-09 07:51:19 +01:00
README Update list information. 2007-11-04 09:56:50 -07:00
README-alpha Reword the copyright notices to match what's suggested in GPLv3. 2007-07-20 23:11:49 +00:00
README-cvs Reword the copyright notices to match what's suggested in GPLv3. 2007-07-20 23:11:49 +00:00
README-hacking Adjust the build procedure so "make check" works reliably. 2007-11-03 19:17:32 +01:00
THANKS Fix `configure --help=recursive' in unconfigured/read-only trees. 2007-10-16 23:50:03 +02:00
TODO * TODO: multiline args in config files and headers work now. 2007-10-17 21:20:19 +02:00

-*- 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.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.).

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.

-----

Copyright (C) 1992, 1993, 1994, 1998, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007 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/>.