diff options
author | Jim Meyering <jim@meyering.net> | 2005-01-03 17:26:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-01-03 17:26:32 +0000 |
commit | 77abd819777d09493c87f13e1567d379f87d0ddf (patch) | |
tree | f3e5e35117d94676912b9ccc45058870a206f8bf /m4/ChangeLog | |
parent | 302b28318005f962c3c4965cd5fbfa183cf9f6cb (diff) | |
download | coreutils-77abd819777d09493c87f13e1567d379f87d0ddf.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r-- | m4/ChangeLog | 8 |
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. |