Fix a problem with MKDIR_P when using autoconf-2.61 and automake-1.9.6.
authorBruno Haible <bruno@clisp.org>
Mon, 22 Jan 2007 14:23:39 +0000 (14:23 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 22 Jan 2007 14:23:39 +0000 (14:23 +0000)
ChangeLog

index be87976ae1132706b0f3a1bcfaa0e5b6546163df..1a90a5090902a99ff18783eac7b098b867baaef9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-01-22  James Youngman  <jay@gnu.org>
+
+       * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): If AC_PROG_MKDIR_P is already
+       provided, call AC_SUBST on MKDIR_P anyway, since the version of
+       AC_PROG_MKDIR_P in Autoconf-2.61 (at least) doesn't do that.
+
 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
 
        * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.