changeset 4117:bbb5ed2aada7

Renamed to mktime.m4.
author Bruno Haible <bruno@clisp.org>
date Tue, 31 Dec 2002 14:06:30 +0000
parents ae49d44a9d82
children d7d3623118a7
files m4/jm-mktime.m4
diffstat 1 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
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
-])