X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fjm-mktime.m4;h=5bb73576271648eefcf97790493210d7cb6d8b87;hb=a77f28a31f55bc13c92f2485e5fe13f67a967be9;hp=8f7d6596d5afa1698d4c9651360163657a393f16;hpb=cf7f6af480e871c687a3d2e09aa6bbb758a55348;p=gnulib.git diff --git a/m4/jm-mktime.m4 b/m4/jm-mktime.m4 index 8f7d6596d..5bb735762 100644 --- a/m4/jm-mktime.m4 +++ b/m4/jm-mktime.m4 @@ -1,16 +1,16 @@ -#serial 5 +#serial 7 dnl From Jim Meyering. -dnl A wrapper around AM_FUNC_MKTIME. +dnl A wrapper around AC_FUNC_MKTIME. AC_DEFUN(jm_FUNC_MKTIME, -[AC_REQUIRE([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 $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 ])