From: Bruno Haible Date: Mon, 22 Jan 2007 23:09:01 +0000 (+0000) Subject: Use @MKDIR_P@ instead of $(MKDIR_P), since automake < 1.10 doesn't see the X-Git-Tag: cvs-readonly~1292 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=34155a41ab5499528457bfe0b723532c48b8bb93;p=gnulib.git Use @MKDIR_P@ instead of $(MKDIR_P), since automake < 1.10 doesn't see the MKDIR_P variable of autoconf >= 2.60. --- diff --git a/ChangeLog b/ChangeLog index 3a1b3415e..e6f93bf21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,15 @@ +2007-01-22 Bruno Haible + + * 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 * modules/gettimeofday (License): Change from GPL to LGPL, since gettimeofday is a library function. -2007-01-22 James Youngman - - * 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 * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.