From 359a6e0fc608dcca9372a68c771ef1cf56169ac0 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 1 Mar 2007 13:16:29 +0000 Subject: [PATCH] * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC. * m4/utimens.m4 (gl_UTIMENS): Likewise. --- ChangeLog | 5 +++++ m4/utimecmp.m4 | 5 ++--- m4/utimens.m4 | 3 +-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 812b0423d..d6b1cee33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-01 Bruno Haible + + * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC. + * m4/utimens.m4 (gl_UTIMENS): Likewise. + 2007-03-01 Jim Meyering * modules/xreadlink (Maintainer): Add my name. diff --git a/m4/utimecmp.m4 b/m4/utimecmp.m4 index e448ac178..29d341921 100644 --- a/m4/utimecmp.m4 +++ b/m4/utimecmp.m4 @@ -1,5 +1,5 @@ -#serial 2 -dnl Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. +#serial 3 +dnl Copyright (C) 2004, 2005, 2006, 2007 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. @@ -9,7 +9,6 @@ AC_DEFUN([gl_UTIMECMP], AC_LIBOBJ([utimecmp]) dnl Prerequisites of lib/utimecmp.c. - AC_REQUIRE([gl_TIMESPEC]) AC_REQUIRE([gl_FUNC_UTIMES]) : ]) diff --git a/m4/utimens.m4 b/m4/utimens.m4 index 97a99ea25..9ac9c3ea1 100644 --- a/m4/utimens.m4 +++ b/m4/utimens.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +dnl Copyright (C) 2003, 2004, 2005, 2006, 2007 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. @@ -8,7 +8,6 @@ AC_DEFUN([gl_UTIMENS], AC_LIBOBJ([utimens]) dnl Prerequisites of lib/utimens.c. - AC_REQUIRE([gl_TIMESPEC]) AC_REQUIRE([gl_FUNC_UTIMES]) AC_REQUIRE([gl_CHECK_TYPE_STRUCT_TIMESPEC]) AC_REQUIRE([gl_CHECK_TYPE_STRUCT_UTIMBUF]) -- 2.11.0