*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 4 Jan 2005 20:24:58 +0000 (20:24 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 4 Jan 2005 20:24:58 +0000 (20:24 +0000)
m4/ChangeLog

index 0cf0603ccb7787fb1ab5741192dd1b3624d3c05d..52091b52a4a98e6a2a3e80da39d217e5215ea680 100644 (file)
@@ -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.