summaryrefslogtreecommitdiff
path: root/m4
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
parent0b24b840446f8a8427052816017e36f75f476810 (diff)
downloadcoreutils-699d9c460e9d6ba7daa9dbde75bc9faa0f133f4c.tar.xz
* savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog3
-rw-r--r--m4/savedir.m45
2 files changed, 4 insertions, 4 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>
diff --git a/m4/savedir.m4 b/m4/savedir.m4
index 8305816ac..0c0ee0928 100644
--- a/m4/savedir.m4
+++ b/m4/savedir.m4
@@ -1,5 +1,5 @@
-# savedir.m4 serial 4
-dnl Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+# savedir.m4 serial 5
+dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -11,5 +11,4 @@ AC_DEFUN([gl_SAVEDIR],
dnl Prerequisites of lib/savedir.c.
AC_REQUIRE([AC_HEADER_DIRENT])
- AC_REQUIRE([AC_FUNC_CLOSEDIR_VOID])
])