Go to file
Paul Eggert aa4a2459e6 * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
Don't use the term "thread-safe" to talk about mkdir race
conditions, since the problem is more a process than a thread
issue.  Problem reported by Stepan Kasal in:
http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
* lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
the test for 'install' more closely.  Look at MKDIR_P first.
Look in the PATH, and at /opt/sfw/bin.
Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
Don't bother to try mkdir -p, since we already check mkdir --version;
just look at the version number.  (There's no easy way to check
for race-free implementations.)
* tests/tools.at (autoconf: subdirectories): Adjust to above
changes, since MKDIR_P now might end in "/mkdir -p".
2006-05-27 02:54:33 +00:00
bin * bin/autoreconf.in ($help): Reword according to the manual. 2006-05-18 06:50:35 +00:00
config * config/config.guess, config/config.sub, config/texinfo.tex, 2006-05-17 02:15:30 +00:00
doc * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools): 2006-05-27 02:54:33 +00:00
lib * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools): 2006-05-27 02:54:33 +00:00
man * bin/autoreconf.in ($help): Reword according to the manual. 2006-05-18 06:50:35 +00:00
tests * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools): 2006-05-27 02:54:33 +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
AUTHORS
BUGS
ChangeLog * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools): 2006-05-27 02:54:33 +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
ChangeLog.2
configure Regenerate. 2006-05-22 18:23:03 +00:00
configure.ac * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since 2006-04-19 04:13:48 +00:00
COPYING
GNUmakefile
HACKING
INSTALL
Makefile.am
Makefile.cfg * Makefile.maint (cvs-sv): New macro, to be used.. 2006-04-10 20:38:17 +00:00
Makefile.in
Makefile.maint (news-date-check): Require no `*' before the date. 2006-04-12 21:24:56 +00:00
NEWS * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed. 2006-05-26 22:29:50 +00:00
README
README-alpha
THANKS * tests/autotest.at (Multiline command from M4 expansion): 2006-05-24 03:46:00 +00:00
TODO

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