From 699d9c460e9d6ba7daa9dbde75bc9faa0f133f4c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 28 Jun 2006 22:24:14 +0000 Subject: [PATCH] * savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement. --- m4/ChangeLog | 3 ++- m4/savedir.m4 | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/m4/ChangeLog b/m4/ChangeLog index c57e507c67..fd82c63186 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 +2006-06-28 Derek R. Price * 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 diff --git a/m4/savedir.m4 b/m4/savedir.m4 index 8305816aca..0c0ee09281 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]) ]) -- 2.47.3