summaryrefslogtreecommitdiff
path: root/m4/prereq.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-03-12 08:06:49 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-03-12 08:06:49 +0000
commitc9d6c40b73136e4f4565f0e9c000c427674b4966 (patch)
tree29c330fc7916af0d6b5dd35ea14d72451c6493b2 /m4/prereq.m4
parentbe8d40f7e74028a2469d7624cc9a02828ca0c85c (diff)
downloadcoreutils-c9d6c40b73136e4f4565f0e9c000c427674b4966.tar.xz
(gl_PREREQ): Require gl_TIME_R.
Diffstat (limited to 'm4/prereq.m4')
-rw-r--r--m4/prereq.m46
1 files changed, 4 insertions, 2 deletions
diff --git a/m4/prereq.m4 b/m4/prereq.m4
index b7248ad94..46021025c 100644
--- a/m4/prereq.m4
+++ b/m4/prereq.m4
@@ -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])