summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-06-28 22:24:14 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-06-28 22:24:14 +0000
commit699d9c460e9d6ba7daa9dbde75bc9faa0f133f4c (patch)
tree9aaf47f91d7dab7c4d67b62734d4b7fa6efa2971 /m4/ChangeLog
parent0b24b840446f8a8427052816017e36f75f476810 (diff)
downloadcoreutils-699d9c460e9d6ba7daa9dbde75bc9faa0f133f4c.tar.xz
* savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r--m4/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index c57e507c6..fd82c6318 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -4,11 +4,12 @@
* jm-macros.m4 (gl_CHECK_ALL_TYPES): Don't require AC_C_CONST, since
it's obsolete.
-2006-06-28 Derek Price <derek@ximbiot.com>
+2006-06-28 Derek R. Price <derek@ximbiot.com>
* fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
it's obsolete.
* strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
+ * savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
2006-06-19 Paul Eggert <eggert@cs.ucla.edu>