summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-06-29 21:45:51 +0000
committerJim Meyering <jim@meyering.net>2006-06-29 21:45:51 +0000
commit2e63aaa8a953eb13808635fb8d3daaf276303fdb (patch)
tree75da6d02c02df44fda0067a00ed30e32b6431b8e /m4
parent4a8016db69e2df36a55c971977102a65ebf2f41e (diff)
downloadcoreutils-2e63aaa8a953eb13808635fb8d3daaf276303fdb.tar.xz
From Derek R. Price:
* lib/strftime.c: Assume strftime exists. * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog4
-rw-r--r--m4/strftime.m45
2 files changed, 5 insertions, 4 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index fd82c6318..fc4f88c22 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,7 @@
+2006-06-29 Derek R. Price <derek@ximbiot.com>
+
+ * strftime.m4: Don't call AC_FUNC_STRFTIME.
+
2006-06-28 Paul Eggert <eggert@cs.ucla.edu>
* jm-macros.m4 (jl_MACROS): Require 2.60, not 2.59d.
diff --git a/m4/strftime.m4 b/m4/strftime.m4
index bc73791a9..ea93042db 100644
--- a/m4/strftime.m4
+++ b/m4/strftime.m4
@@ -1,4 +1,4 @@
-#serial 26
+#serial 27
# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
# Free Software Foundation, Inc.
@@ -19,9 +19,6 @@ AC_DEFUN([gl_FUNC_STRFTIME],
AC_LIBSOURCES([strftime.c, strftime.h])
AC_LIBOBJ([strftime])
- # strftime.c uses the underyling system strftime if it exists.
- AC_REQUIRE([AC_FUNC_STRFTIME])
-
# This defines (or not) HAVE_TZNAME and HAVE_TM_ZONE.
AC_REQUIRE([AC_STRUCT_TIMEZONE])