X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fjm-mktime.m4;h=5bb73576271648eefcf97790493210d7cb6d8b87;hb=c45cb45c6d92eb8149b1ea68c9b760b78e81b1a5;hp=abdc21d604d50a8be76f444b943817e8005d14b1;hpb=c281d94c469bec6e34b0ccf74f02f0d3c0c6f7e2;p=gnulib.git diff --git a/m4/jm-mktime.m4 b/m4/jm-mktime.m4 index abdc21d60..5bb735762 100644 --- a/m4/jm-mktime.m4 +++ b/m4/jm-mktime.m4 @@ -1,16 +1,16 @@ -#serial 4 +#serial 7 dnl From Jim Meyering. -dnl A wrapper around jm_AM_FUNC_MKTIME. +dnl A wrapper around AC_FUNC_MKTIME. AC_DEFUN(jm_FUNC_MKTIME, -[AC_REQUIRE([jm_AM_FUNC_MKTIME])dnl +[AC_REQUIRE([AC_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 $ac_cv_func_working_mktime = no; then AC_DEFINE_UNQUOTED(mktime, rpl_mktime, - [Define to gnu_mktime if the replacement function should be used.]) + [Define to rpl_mktime if the replacement function should be used.]) fi ])