From c9d6c40b73136e4f4565f0e9c000c427674b4966 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 12 Mar 2006 08:06:49 +0000 Subject: (gl_PREREQ): Require gl_TIME_R. --- m4/prereq.m4 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'm4/prereq.m4') 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]) -- cgit v1.2.3-54-g00ecf