]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* m4/mkdirp.m4: Typo in previous patch.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 20 Aug 2006 15:38:59 +0000 (15:38 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 20 Aug 2006 15:38:59 +0000 (15:38 +0000)
ChangeLog
m4/mkdirp.m4

index d2cd2f273f12039f63715840b24b3a93f5ea40fb..5f62d0dc1fb8bdf3373f71be3ec9898140a3fdf4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-08-20  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * m4/mkdirp.m4: Typo in previous patch.
+
        * Makefile.am (maintainer-check): Fine-tune the "Unescaped @"
        check so it doesn't complain about the '@ 's in node "Standard
        Directory Variables".
index a120b4aa2a773387c6ead79fd349f42b39642747..be8a9de5d685a882e051b4ba595c039469c232c9 100644 (file)
@@ -20,7 +20,7 @@ dnl adjustment using top_builddir (which is defined more often than
 dnl MKDIR_P).
 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
 case $mkdir_p in
-  [\\/$]* | ?:[\\/]*) ;;
+  [[\\/$]]* | ?:[[\\/]]*) ;;
   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 esac
 ])