autoconf/tests
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
..
.cvsignore Change testsuite.tmp to *.tmp. 2006-04-02 17:13:04 +00:00
atlocal.in fix AT_CONFIG_CMP 2005-06-22 12:13:59 +00:00
autoscan.at * bin/autoscan.in (subdirs): New global. 2006-04-03 15:58:20 +00:00
autotest.at * tests/autotest.at (Multiline command from M4 expansion): 2006-05-24 03:46:00 +00:00
base.at Update copyright year. 2006-05-27 00:01:27 +00:00
c.at * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): 2006-03-08 20:48:22 +00:00
compile.at * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'. 2006-04-03 03:18:39 +00:00
foreign.at Fix Posix-conformance bugs re use of { command in sed scripts, 2006-01-05 21:43:44 +00:00
fortran.at Update FSF postal mail address. 2005-05-14 07:00:38 +00:00
local.at * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now 2006-05-13 09:54:51 +00:00
m4sh.at Undo many of the recent changes, substituting these instead: 2006-04-24 19:36:01 +00:00
m4sugar.at * doc/autoconf.texi (Looping constructs): New node, to 2006-02-20 21:43:05 +00:00
Makefile.am * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of 2006-05-09 21:26:36 +00:00
Makefile.in * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of 2006-05-09 21:26:36 +00:00
mktests.sh * tests/mktests.sh: Use "trap '' 0", not "trap 0". Do not touch 2006-04-10 21:00:40 +00:00
semantics.at * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): 2006-03-17 20:37:26 +00:00
suite.at Updated copyright years. 2005-08-16 08:18:04 +00:00
tools.at * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools): 2006-05-27 02:54:33 +00:00
torture.at * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed. 2006-05-26 22:29:50 +00:00
wrapper.as Update FSF postal mail address. 2005-05-14 07:00:38 +00:00