diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-06-28 22:00:13 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-06-28 22:00:13 +0000 |
commit | c1f8b7eba9407a0e9057b4ca5b276007c0fe9abb (patch) | |
tree | b1f3b51b138f1f8172be21e6bf0f5218eed2e25a /m4 | |
parent | 84ab5b148fc08fc1ee258dbf062bb2c90567e805 (diff) | |
download | coreutils-c1f8b7eba9407a0e9057b4ca5b276007c0fe9abb.tar.xz |
(gl_FUNC_GNU_STRFTIME): Don't require AC_C_CONST, since it's obsolete.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/strftime.m4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/strftime.m4 b/m4/strftime.m4 index 64cdf2b6a..bc73791a9 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. |