]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Jun 2006 22:24:14 +0000 (22:24 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Jun 2006 22:24:14 +0000 (22:24 +0000)
m4/ChangeLog
m4/savedir.m4

index c57e507c674fffbd098f04b8a47d95ba3ac7ddf4..fd82c63186a34e7ffb66470b1577d881f8475978 100644 (file)
@@ -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>
 
index 8305816aca07f65a538706cac860721474299d63..0c0ee092816e56fc47f00945f51e179cbeabd55d 100644 (file)
@@ -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])
 ])