* m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
authorEric Blake <ebb9@byu.net>
Thu, 1 Mar 2007 13:16:29 +0000 (13:16 +0000)
committerEric Blake <ebb9@byu.net>
Thu, 1 Mar 2007 13:16:29 +0000 (13:16 +0000)
* m4/utimens.m4 (gl_UTIMENS): Likewise.

ChangeLog
m4/utimecmp.m4
m4/utimens.m4

index 812b042..d6b1cee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-01  Bruno Haible  <bruno@clisp.org>
+
+       * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
+       * m4/utimens.m4 (gl_UTIMENS): Likewise.
+
 2007-03-01  Jim Meyering  <jim@meyering.net>
 
        * modules/xreadlink (Maintainer): Add my name.
index e448ac1..29d3419 100644 (file)
@@ -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])
   :
 ])
index 97a99ea..9ac9c3e 100644 (file)
@@ -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])