From: Jim Meyering Date: Sat, 15 Nov 1997 17:13:02 +0000 (+0000) Subject: Require jm_AM_FUNC_MKTIME, not the one from automake. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ae081cafcaf98a61d4190a8bbde1426922966af;p=pspp Require jm_AM_FUNC_MKTIME, not the one from automake. --- diff --git a/m4/jm-mktime.m4 b/m4/jm-mktime.m4 index 360e44aa3b..129610e34f 100644 --- a/m4/jm-mktime.m4 +++ b/m4/jm-mktime.m4 @@ -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([AM_FUNC_MKTIME])dnl +[AC_REQUIRE([jm_AM_FUNC_MKTIME])dnl dnl mktime.c uses localtime_r if it exists. Check for it. AC_CHECK_FUNCS(localtime_r)