Go to file
Paul Eggert 85e4be2358 (.x.1): Make sure the required generated files
are up to date.  Problem and original solution proposed by Stepan Kasal.
$(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
implicit-man-prerequisites): New rules, used by the above.
2005-01-31 23:25:08 +00:00
bin Have autoheader honor --force. 2005-01-27 10:53:41 +00:00
config Regenerate. 2004-12-20 04:12:52 +00:00
doc (Limitations of Usual Tools): Recommend X 2005-01-28 21:55:57 +00:00
lib * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when this is safe. 2005-01-28 21:21:32 +00:00
man (.x.1): Make sure the required generated files 2005-01-31 23:25:08 +00:00
tests * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when this is safe. 2005-01-28 21:21:32 +00:00
.cvsignore
aclocal.m4 Regenerate. 2004-12-20 04:12:52 +00:00
AUTHORS
BUGS * BUGS (Minor Problems): Warn about makefile limitations. 2004-12-29 06:54:44 +00:00
ChangeLog *** empty log message *** 2005-01-29 01:08:44 +00:00
ChangeLog.0
ChangeLog.1
ChangeLog.2
configure Regenerate. 2005-01-04 23:50:19 +00:00
configure.ac * configure.ac (test suite): Cease to generate wrapper scripts. 2004-12-09 21:14:45 +00:00
COPYING
GNUmakefile
HACKING * HACKING: Refer to "coreutils", not "File, Shell or Text utils". 2004-11-29 04:34:31 +00:00
INSTALL Regenerate. 2004-08-21 00:00:29 +00:00
Makefile.am * BUGS (Minor Problems): Warn about makefile limitations. 2004-12-29 06:54:44 +00:00
Makefile.cfg Fix copyright. 2004-08-20 23:47:23 +00:00
Makefile.in Regenerate. 2004-12-29 06:55:11 +00:00
Makefile.maint (wget_files, cvs_files): 2004-08-20 23:47:48 +00:00
NEWS * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir, 2005-01-05 07:53:52 +00:00
README Fix documentation problems reported by Russ Boylan in 2004-11-29 04:29:08 +00:00
README-alpha
THANKS Patch from Roger Leigh (with some minor changes) as follows: 2005-01-03 07:35:21 +00:00
TODO Use "file name" rather than "filename" or "path", 2004-08-20 19:58:06 +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., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.