From: Paul Eggert Date: Wed, 28 Jun 2006 22:00:13 +0000 (+0000) Subject: (gl_FUNC_GNU_STRFTIME): Don't require AC_C_CONST, since it's obsolete. X-Git-Tag: v6.0~268 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1f8b7eba9407a0e9057b4ca5b276007c0fe9abb;p=thirdparty%2Fcoreutils.git (gl_FUNC_GNU_STRFTIME): Don't require AC_C_CONST, since it's obsolete. --- diff --git a/m4/strftime.m4 b/m4/strftime.m4 index 64cdf2b6ae..bc73791a97 100644 --- a/m4/strftime.m4 +++ b/m4/strftime.m4 @@ -1,6 +1,6 @@ -#serial 25 +#serial 26 -# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005 +# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -11,7 +11,6 @@ AC_DEFUN([gl_FUNC_GNU_STRFTIME], [AC_REQUIRE([gl_FUNC_STRFTIME])dnl - AC_REQUIRE([AC_C_CONST])dnl ]) # These are the prerequisite macros for GNU's strftime.c replacement.