changeset 7922:91052ba3359d

Fix a problem with MKDIR_P when using autoconf-2.61 and automake-1.9.6.
author Bruno Haible <bruno@clisp.org>
date Mon, 22 Jan 2007 14:23:39 +0000
parents 3456eea85728
children 04fd73b49c0f
files ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.