Use @MKDIR_P@ instead of $(MKDIR_P), since automake < 1.10 doesn't see the
authorBruno Haible <bruno@clisp.org>
Mon, 22 Jan 2007 23:09:01 +0000 (23:09 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 22 Jan 2007 23:09:01 +0000 (23:09 +0000)
MKDIR_P variable of autoconf >= 2.60.

ChangeLog

index 3a1b341..e6f93bf 100644 (file)
--- 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.