From: Jim Meyering Date: Tue, 21 Dec 2004 21:46:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=331f6aa987c0697d8121cd444c93f24176e2fcc4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/m4/ChangeLog b/m4/ChangeLog index bc245c5f35..3424ff5ecb 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +2004-12-21 Jim Meyering + + * mkstemp.m4 (gl_FUNC_MKSTEMP): Remove temporary directory right + away, rather than waiting for configure's at-exit trap code to do it. + Suggestion from Stepan Kasal. + 2004-12-20 Jim Meyering * mkstemp.m4: Do the `cd' in a subshell.