]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(gl_FUNC_GNU_STRFTIME): Don't require AC_C_CONST, since it's obsolete.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Jun 2006 22:00:13 +0000 (22:00 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Jun 2006 22:00:13 +0000 (22:00 +0000)
m4/strftime.m4

index 64cdf2b6aec7a94dba1a0b53e0eb44e8811736ce..bc73791a97b97ae67cb84d4267d118fcb7d1520b 100644 (file)
@@ -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.