projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
421037d
)
Renamed to mktime.m4.
author
Bruno Haible
<bruno@clisp.org>
Tue, 31 Dec 2002 14:06:30 +0000
(14:06 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Tue, 31 Dec 2002 14:06:30 +0000
(14:06 +0000)
m4/jm-mktime.m4
[deleted file]
patch
|
blob
|
history
diff --git
a/m4/jm-mktime.m4
b/m4/jm-mktime.m4
deleted file mode 100644
(file)
index
2b5d98c
..0000000
--- 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
-])