Go to file
2007-06-13 17:32:36 +00:00
bin Regenerate. 2007-05-27 23:21:06 +00:00
build-aux * BUGS: Remove mention of VPATH problem, since it's now documented 2006-12-11 06:40:13 +00:00
config Rework to use more-modern build style. 2006-08-24 22:56:47 +00:00
doc * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Set FPATH too. 2007-06-13 16:52:24 +00:00
lib * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Set FPATH too. 2007-06-13 16:52:24 +00:00
m4 * m4/m4.m4 (AC_PROG_GNU_M4): Reject M4 1.4 through 1.4.4 as 2007-02-02 14:07:38 +00:00
man Add *.1. 2006-12-12 00:10:51 +00:00
tests * lib/autoconf/general.m4 (AC_SUBST): Raise a fatal error if VARIABLE is 2007-06-12 11:36:56 +00:00
.cvsignore * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by 2002-09-04 16:03:12 +00: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
aclocal.m4 * configure.ac (AC_INIT): Bump version, since 2.61a is released. 2006-12-16 19:09:50 +00:00
AUTHORS Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
BUGS * BUGS: Remove mention of VPATH problem, since it's now documented 2006-12-11 06:40:13 +00:00
ChangeLog * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Set FPATH too. 2007-06-13 16:52:24 +00:00
ChangeLog.0 * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when 2006-04-06 17:43:52 +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 Regenerate. 2007-06-13 17:32:36 +00:00
configure.ac * m4/m4.m4 (AC_PROG_GNU_M4): Reject M4 1.4 through 1.4.4 as 2007-02-02 14:07:38 +00:00
COPYING Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
GNUmakefile Import upstream changes. 2006-11-17 00:00:31 +00:00
HACKING Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
INSTALL Regenerate. 2006-06-14 03:42:11 +00:00
Makefile.am * Makefile.am: Put only a single '#' into the copyright notice, 2006-11-27 21:35:37 +00:00
Makefile.cfg Rework to use more-modern build style. 2006-08-24 22:56:47 +00:00
Makefile.in Regenerate. 2006-11-27 21:39:32 +00:00
Makefile.maint Rework to use more-modern build style. 2006-08-24 22:56:47 +00:00
NEWS * NEWS: Rename AC_C_OPENMP to AC_OPENMP. 2007-05-21 17:50:57 +00:00
README * doc/autoconf.texi (Introduction, Why GNU M4): Clarify M4 version 2007-02-04 02:46:48 +00:00
README-alpha Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
README-cvs Initial version, stolen from coreutils with a lot of changes. 2006-12-11 17:07:51 +00:00
THANKS * THANKS (people): Update. 2007-01-31 23:49:25 +00:00
TODO * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4, 2006-04-05 20:55:14 +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 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.
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 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.