summaryrefslogtreecommitdiff
path: root/m4/strftime.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-05-22 06:56:43 +0000
committerJim Meyering <jim@meyering.net>2001-05-22 06:56:43 +0000
commit61e73419261c4727494ac3dbd4ecc6847dd802e8 (patch)
treecfdc0bb1b31ed128655b2b1fa9f618b220b03eaf /m4/strftime.m4
parentb0b1bd5ae2acf0d6f6304bac945142fd5406fcf7 (diff)
downloadcoreutils-61e73419261c4727494ac3dbd4ecc6847dd802e8.tar.xz
(_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.
Diffstat (limited to 'm4/strftime.m4')
-rw-r--r--m4/strftime.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/m4/strftime.m4 b/m4/strftime.m4
index 1a0559eaa..1a1423c71 100644
--- a/m4/strftime.m4
+++ b/m4/strftime.m4
@@ -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)
])