changeset 3270:9e253b345ac2

(_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime), now that we use the package-supplied version unconditionally. (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
author Jim Meyering <jim@meyering.net>
date Tue, 22 May 2001 06:56:43 +0000
parents fa89edcf4142
children cf2231397c31
files m4/strftime.m4
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/strftime.m4
+++ b/m4/strftime.m4
@@ -33,7 +33,6 @@
  AC_REQUIRE([AC_C_CONST])dnl
  AC_REQUIRE([AC_HEADER_STDC])dnl
  AC_CHECK_HEADERS(sys/time.h)
- AC_LIBOBJ(strftime)
  AC_DEFINE([my_strftime], [nstrftime],
    [Define to the name of the strftime replacement function.])
 ])
@@ -41,5 +40,4 @@
 AC_DEFUN(jm_FUNC_STRFTIME,
 [
   _jm_STRFTIME_PREREQS
-  AC_REPLACE_FUNCS(strftime)
 ])