aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--m4/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 584ad7d20..764744d1a 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -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.