]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Sep 2003 08:26:01 +0000 (08:26 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Sep 2003 08:26:01 +0000 (08:26 +0000)
rm -fr ./-p to remove junk left behind on NextStep and OpenStep.

ChangeLog

index 8f2dfb5927ab242b80507de7d44b443cad03f937..cd5f1da641d0d2c098c7f27c5973230b2dba2ce6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-09-26  Paul Eggert  <eggert@twinsun.com>
+
+       * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
+       rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
+       Problem reported by Eric Sunshine in:
+       http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
+
 2003-09-26  Akim Demaille  <akim@epita.fr>
 
        The test suite are sometimes assigning timings incorrectly.