* doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
commit9479591b3e0ea660c34ffe169246d5b4faf9b6ef
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 13 May 2006 09:54:51 +0000 (13 09:54 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 13 May 2006 09:54:51 +0000 (13 09:54 +0000)
treed8495b25ca4e040a155d8f5692634c7f7d79cfc0
parente9c356932afcb5a95c082c4aee654439a1603c85
* doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
Warn about obsolete install-sh files.  Remove stray sentence
fragment and fix cross reference.
* lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
install -d; this undoes the 2006-05-10 change.
(MKDIR_P): Mark with AN_MAKEVAR.
(AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
that we don't require $INSTALL to be thread-safe.  Move comments
out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
of AC_PROG_INSTALL.  Output a message saying that we're checking
mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
MKDIR_P instead of AC_SUBST.
* lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
Special magic for MKDIR_P, too.
* lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
a dnl.
* tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
ChangeLog
doc/autoconf.texi
lib/autoconf/programs.m4
lib/autoconf/status.m4
lib/m4sugar/m4sh.m4
tests/local.at