(gl_PREREQ): Require gl_TIME_R.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 12 Mar 2006 08:06:49 +0000 (08:06 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 12 Mar 2006 08:06:49 +0000 (08:06 +0000)
m4/prereq.m4

index b7248ad94e3d8ef03748819e35954f9262d846d5..46021025cb3ec95dcb10cb4a57444fdaffc85a3d 100644 (file)
@@ -1,4 +1,4 @@
-#serial 63
+#serial 64
 
 dnl We use gl_ for non Autoconf macros.
 m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
@@ -7,7 +7,8 @@ m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
 # directory of the coreutils package.
 
 
-# Copyright (C) 1998 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
+# Copyright (C) 1998 2000, 2001, 2003, 2004, 2005, 2006 Free Software
+# Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -146,6 +147,7 @@ AC_DEFUN([gl_PREREQ],
   AC_REQUIRE([gl_STRNUMCMP])
   AC_REQUIRE([gl_STRIPSLASH])
   AC_REQUIRE([gl_TIMESPEC])
+  AC_REQUIRE([gl_TIME_R])
   AC_REQUIRE([gl_UNICODEIO])
   AC_REQUIRE([gl_UNISTD_SAFER])
   AC_REQUIRE([gl_UNLINKDIR])