config.guess update from prep
[gnulib.git] / m4 / jm-mktime.m4
1 #serial 9
2
3 dnl From Jim Meyering.
4 dnl A wrapper around AC_FUNC_MKTIME.
5
6 AC_DEFUN([jm_FUNC_MKTIME],
7 [AC_REQUIRE([AC_FUNC_MKTIME])dnl
8
9  if test $ac_cv_func_working_mktime = no; then
10    AC_DEFINE(mktime, rpl_mktime,
11     [Define to rpl_mktime if the replacement function should be used.])
12  fi
13 ])