]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove file. This is now part of mktime.m4.
authorJim Meyering <jim@meyering.net>
Sat, 1 May 2004 16:38:12 +0000 (16:38 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 May 2004 16:38:12 +0000 (16:38 +0000)
m4/jm-mktime.m4 [deleted file]

diff --git a/m4/jm-mktime.m4 b/m4/jm-mktime.m4
deleted file mode 100644 (file)
index 0c40610..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#serial 9
-
-dnl From Jim Meyering.
-dnl A wrapper around AC_FUNC_MKTIME.
-
-AC_DEFUN([gl_FUNC_MKTIME],
-[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 $ac_cv_func_working_mktime = no; then
-   AC_DEFINE(mktime, rpl_mktime,
-    [Define to rpl_mktime if the replacement function should be used.])
- fi
-])