Go to file
Paul Eggert 0e8c81bbf2 * doc/autoconf.texi: Some systematic minor improvements, as
follows.  Use "makefile" when talking about makefiles
generally (which might be named "makefile" or "Makefile" or even
"foo.mk"), "Makefile" when talking about a specific makefile
called "Makefile".  This unclutters the text from weird quotes
(e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
values" rather than "@var{foo}s" and similar constructs containing
"}s".  Use "Make rules" rather than "Makefile rules".  Minor
English-language improvements.  Change the prefix "sub-" to "sub"
and "re-" to "re".
Put blank lines around examples more consistently.
Avoid "rather" and "very" as intensifiers.
Avoid "will" as an auxiliary.
(Limitations of Make): Split this node into....
(Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
(Leading _ in Macro Names, Backslash-Newline-Newline):
(Backslash-Newline Comments, Long Lines in Makefiles):
(Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
(obj/ and Make, make -k Status, VPATH and Make):
(VPATH and Double-colon, $< in Explicit Rules):
(Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
(Make Target Lookup, Single Suffix Rules, Timestamps and Make):
New nodes, resulting from splitup of Limitations of Make.
All cross-references changed.  Raise the top node from
a section to a chapter, and all subnodes accordingly.
Redo the introductory wording to match the new organization.
(Installation Directory Variables): Use an example that is
closer to what Autoconf actually does.  Mention that VPATH's
value should not contain metacharacters or white space.
(Fortran Compiler): Fix a VPATH bug in an example.
(Leading _ in Macro Names): Mention that this problem is no longer
of practical concern.
(VPATH and Make): Reword the advice to make it clearer
that Autoconf and Automake support VPATH in non-GNU make, but
many packages have bugs in this area.
($< in Explicit Rules): Refer to Build Directories rather
than using a (non-VPATH-safe) example.
(Automatic Rule Rewriting): Mention the sort of disaster that
can ensue with Solaris-style rule rewriting with VPATH.
2006-06-14 05:08:20 +00:00
bin * lib/freeze.mk: Quiet check-forbidden-patterns so the string 2006-06-06 20:31:55 +00:00
config . 2006-06-05 13:23:19 +00:00
doc * doc/autoconf.texi: Some systematic minor improvements, as 2006-06-14 05:08:20 +00:00
lib * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O, 2006-06-13 18:03:30 +00:00
man * configure.ac (AC_INIT): Bump to 2.59e. 2006-06-05 13:32:11 +00:00
tests * lib/freeze.mk: Quiet check-forbidden-patterns so the string 2006-06-06 20:31:55 +00:00
.cvsignore
.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 * doc/autoconf.texi: Remove unused words from word list. 2006-04-10 18:14:53 +00:00
.x-sc_sun_os_names * doc/autoconf.texi: Remove unused words from word list. 2006-04-10 18:14:53 +00:00
.x-sc_trailing_space * doc/autoconf.texi: Remove unused words from word list. 2006-04-10 18:14:53 +00:00
aclocal.m4 Regenerate. 2005-08-25 21:33:19 +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 * doc/autoconf.texi: Some systematic minor improvements, as 2006-06-14 05:08:20 +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 * configure.ac (AC_INIT): Bump to 2.59e. 2006-06-05 13:32:11 +00:00
configure.ac * configure.ac (AC_INIT): Bump to 2.59e. 2006-06-05 13:32:11 +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. 2006-06-14 03:42:11 +00:00
Makefile.am Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
Makefile.cfg * Makefile.maint (cvs-sv): New macro, to be used.. 2006-04-10 20:38:17 +00:00
Makefile.in Regenerate. 2006-02-20 08:59:37 +00:00
Makefile.maint (news-date-check): Require no `*' before the date. 2006-04-12 21:24:56 +00:00
NEWS * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake. 2006-06-06 06:18:40 +00:00
README * README: Recommend GNU M4 1.4.3 or later. 2005-06-08 07:13:50 +00:00
README-alpha Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
THANKS * THANKS: Update. 2006-06-05 08:28:32 +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 must install GNU M4 (version 1.4.3 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.).

You can get GNU M4 1.4.3 here:

ftp://ftp.gnu.org/gnu/m4/m4-1.4.3.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,
2005 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.