]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Insist on install -d, and have mkdir -p replacement rely on that.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 May 2006 23:44:19 +0000 (23:44 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 May 2006 23:44:19 +0000 (23:44 +0000)
ChangeLog

index 40cec30a165ecb4992827ed08319e5ca9f4a7eec..f2af1022c7e9787fad71b95598b908d5026f546a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,8 @@
        from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
        earlier editions are not (including Automake 1.8.3).
        Do not suggest mkinstalldirs for thread-safety.
+       * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
+       that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
        * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
        presence of special characters and race conditions.
        * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables