changeset 7926:396abf8878a6

Use @MKDIR_P@ instead of $(MKDIR_P), since automake < 1.10 doesn't see the MKDIR_P variable of autoconf >= 2.60.
author Bruno Haible <bruno@clisp.org>
date Mon, 22 Jan 2007 23:09:01 +0000
parents 923e3f215ae2
children 7ebab05df4f6
files ChangeLog
diffstat 1 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,15 @@
+2007-01-22  Bruno Haible  <bruno@clisp.org>
+
+	* modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
+	* modules/sys_select (Makefile.am): Likewise.
+	* modules/sys_socket (Makefile.am): Likewise.
+	* modules/sys_time (Makefile.am): Likewise.
+
 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
 
 	* modules/gettimeofday (License): Change from GPL to LGPL, since
 	gettimeofday is a library function.
 
-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.