* m4/utimens.m4 (gl_UTIMENS): Likewise.
+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.
-#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.
AC_LIBOBJ([utimecmp])
dnl Prerequisites of lib/utimecmp.c.
- AC_REQUIRE([gl_TIMESPEC])
AC_REQUIRE([gl_FUNC_UTIMES])
:
])
-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.
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])