From: Bruno Haible Date: Mon, 22 Jan 2007 14:23:39 +0000 (+0000) Subject: Fix a problem with MKDIR_P when using autoconf-2.61 and automake-1.9.6. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cbf0a54b7367253490344ece0135a7ef25e9ef8;p=pspp Fix a problem with MKDIR_P when using autoconf-2.61 and automake-1.9.6. --- diff --git a/ChangeLog b/ChangeLog index be87976ae1..1a90a50909 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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.