# HG changeset patch # User Bruno Haible # Date 1041343590 0 # Node ID bbb5ed2aada7a36ea1c829d20480e3b959328f95 # Parent ae49d44a9d821eb10514d779bfc2d1ab3acb7bf0 Renamed to mktime.m4. diff --git a/m4/jm-mktime.m4 b/m4/jm-mktime.m4 deleted file mode 100644 --- a/m4/jm-mktime.m4 +++ /dev/null @@ -1,13 +0,0 @@ -#serial 9 - -dnl From Jim Meyering. -dnl A wrapper around AC_FUNC_MKTIME. - -AC_DEFUN([jm_FUNC_MKTIME], -[AC_REQUIRE([AC_FUNC_MKTIME])dnl - - if test $ac_cv_func_working_mktime = no; then - AC_DEFINE(mktime, rpl_mktime, - [Define to rpl_mktime if the replacement function should be used.]) - fi -])