changeset 5571:1629cbb32ef3

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Tue, 04 Jan 2005 20:24:58 +0000
parents 6bfb33d2482d
children 54000928a33d
files m4/ChangeLog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,15 @@
+2005-01-04  Jim Meyering  <jim@meyering.net>
+
+	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 <unistd.h> 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  <eggert@cs.ucla.edu>
 
 	* c-strtod.m4 (gl_C99_STRTOLD): New macro.