From: Jim Meyering Date: Mon, 3 Jan 2005 17:26:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77abd819777d09493c87f13e1567d379f87d0ddf;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 584ad7d20e..764744d1a8 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,11 @@ +2005-01-03 Jim Meyering + + * mkstemp.m4 (gl_FUNC_MKSTEMP): Don't `cd' into the temporary + subdirectory. That would make the subsequent AC_TRY_RUN macro fail, + for lack of the ./confdefs.h file. Instead, use the temporary + directory name as a prefix on the template string. + Include for the declaration of close. + 2004-12-23 Paul Eggert * getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.