1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 18:26:32 +02:00

(_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.
This commit is contained in:
Jim Meyering
2001-05-22 06:56:43 +00:00
parent b0b1bd5ae2
commit 61e7341926

View File

@@ -33,7 +33,6 @@ AC_DEFUN(jm_FUNC_GNU_STRFTIME,
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_GNU_STRFTIME,
AC_DEFUN(jm_FUNC_STRFTIME,
[
_jm_STRFTIME_PREREQS
AC_REPLACE_FUNCS(strftime)
])