From: Jim Meyering Date: Tue, 4 Jan 2005 20:24:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33a24024821d7beb89f76410f869dc98e1c8b681;p=pspp *** empty log message *** --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 0cf0603ccb..52091b52a4 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,15 @@ +2005-01-04 Jim Meyering + + Changes imported from coreutils. + * mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX" + as the mkstemp template, use a temporary directory and an + 8.3-friendly template to avoid trouble on systems like DJGPP. + Reported by Juan M. Guerrero via Stepan Kasal. + * (gl_FUNC_MKSTEMP): Include for the declaration of close. + Remove the temporary directory right away, rather than waiting + for configure's at-exit trap code to do it. + Suggestion from Stepan Kasal. + 2004-12-24 Paul Eggert * c-strtod.m4 (gl_C99_STRTOLD): New macro.