Go to file
Stepan Kasal bc31277f07 typo
2005-06-07 13:03:09 +00:00
bin Regenerate. 2005-06-01 06:36:25 +00:00
config Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
doc Solaris' awk cannot take more than 99 fields. 2005-06-06 08:01:30 +00:00
lib typo 2005-06-07 13:03:09 +00:00
man Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
tests a mistake: builddir, not srcdir 2005-06-03 13:47:56 +00:00
.cvsignore * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by 2002-09-04 16:03:12 +00:00
aclocal.m4 touch, to help people which have 2.59 installed 2005-05-20 08:38:36 +00:00
AUTHORS Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
BUGS Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
ChangeLog Fix m4_cdr for one-member lists. 2005-06-06 08:47:02 +00:00
ChangeLog.0 Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
ChangeLog.1 Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
ChangeLog.2 Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
configure Refresh. 2005-05-20 08:39:11 +00:00
configure.ac Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
COPYING Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
GNUmakefile Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
HACKING Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
INSTALL Regenerate. 2005-02-01 00:59:56 +00:00
Makefile.am Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
Makefile.cfg Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
Makefile.in Regenerate. 2005-02-23 23:26:05 +00:00
Makefile.maint Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
NEWS * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE. 2005-06-01 07:16:50 +00:00
README Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
README-alpha Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
THANKS Patch from Roger Leigh (with some minor changes) as follows: 2005-01-03 07:35:21 +00:00
TODO Update FSF postal mail address. 2005-05-14 07:00:38 +00: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 must install GNU M4 (version 1.4 or later) 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.).

Vanilla GNU m4 1.4 has some serious bugs, so we recommend using m4 1.4
as patched by the standard GNU/Linux distributions.  If you're
building GNU m4 1.4 from scratch we suggest using 1.4.2 or later.
You can get 1.4.2 here:

ftp://ftp.gnu.org/gnu/m4/m4-1.4.2.tar.gz

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.
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
Free Software Foundation, Inc.

This file is part of GNU Autoconf.

GNU Autoconf 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 2, or (at your option)
any later version.

GNU Autoconf 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 GNU Autoconf; see the file COPYING.  If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.