From: Jim Meyering Date: Sun, 10 May 1998 16:10:40 +0000 (+0000) Subject: Use AM_FUNC_MKTIME, now that it's up to date. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f4d2ee6b206bf85b4ccf8cfacc13c2564e6b936;p=pspp Use AM_FUNC_MKTIME, now that it's up to date. --- diff --git a/m4/jm-mktime.m4 b/m4/jm-mktime.m4 index d8797f3381..56b6765c96 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)