]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 3 Jan 2005 17:26:32 +0000 (17:26 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 3 Jan 2005 17:26:32 +0000 (17:26 +0000)
m4/ChangeLog

index 584ad7d20e9eae84847e90d9892667a620f543f6..764744d1a8f11ef1cd09848b44363cc39107f1ee 100644 (file)
@@ -1,3 +1,11 @@
+2005-01-03  Jim Meyering  <jim@meyering.net>
+
+       * 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 <unistd.h> for the declaration of close.
+
 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
 
        * getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.