Make this a wrapper around the official AM_FUNC_MKTIME
authorJim Meyering <jim@meyering.net>
Sun, 31 Jan 1999 05:06:51 +0000 (05:06 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 31 Jan 1999 05:06:51 +0000 (05:06 +0000)
rather than my private copy, now that the official one is up to date.

m4/jm-mktime.m4

index abdc21d..8f7d659 100644 (file)
@@ -1,15 +1,15 @@
-#serial 4
+#serial 5
 
 dnl From Jim Meyering.
-dnl A wrapper around jm_AM_FUNC_MKTIME.
+dnl A wrapper around AM_FUNC_MKTIME.
 
 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)
 
- if test $jm_am_cv_func_working_mktime = no; then
+ if test $am_cv_func_working_mktime = no; then
    AC_DEFINE_UNQUOTED(mktime, rpl_mktime,
     [Define to gnu_mktime if the replacement function should be used.])
  fi