summaryrefslogtreecommitdiff
path: root/m4/jm-mktime.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-05-10 16:10:40 +0000
committerJim Meyering <jim@meyering.net>1998-05-10 16:10:40 +0000
commit3e0c559579b420a80d8d2287c95e989e6546a9a5 (patch)
tree9ab65b2959c992974827350200d32f2c13a3ff81 /m4/jm-mktime.m4
parente7d6615b768b4762daf1e9a1ea8bd515c4617d04 (diff)
downloadcoreutils-3e0c559579b420a80d8d2287c95e989e6546a9a5.tar.xz
Use AM_FUNC_MKTIME, now that it's up to date.
Diffstat (limited to 'm4/jm-mktime.m4')
-rw-r--r--m4/jm-mktime.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/jm-mktime.m4 b/m4/jm-mktime.m4
index d8797f338..56b6765c9 100644
--- a/m4/jm-mktime.m4
+++ b/m4/jm-mktime.m4
@@ -1,4 +1,4 @@
-#serial 2
+#serial 3
dnl From Jim Meyering.
dnl If you use this macro in a package, you should
@@ -7,7 +7,7 @@ dnl /* Define to rpl_mktime if the replacement function should be used. */
dnl #undef mktime
dnl
AC_DEFUN(jm_FUNC_MKTIME,
-[AC_REQUIRE([jm_AM_FUNC_MKTIME])dnl
+[AC_REQUIRE([AM_FUNC_MKTIME])dnl
dnl mktime.c uses localtime_r if it exists. Check for it.
AC_CHECK_FUNCS(localtime_r)