projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3094778
)
Require jm_AM_FUNC_MKTIME, not the one from automake.
author
Jim Meyering
<jim@meyering.net>
Sat, 15 Nov 1997 17:13:02 +0000
(17:13 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 15 Nov 1997 17:13:02 +0000
(17:13 +0000)
m4/jm-mktime.m4
patch
|
blob
|
history
diff --git
a/m4/jm-mktime.m4
b/m4/jm-mktime.m4
index 360e44aa3b51b0ce3c4bb329e3f577723926235c..129610e34fd9631edf41c69655db37aa0411e614 100644
(file)
--- a/
m4/jm-mktime.m4
+++ b/
m4/jm-mktime.m4
@@
-7,7
+7,7
@@
dnl /* Define to rpl_mktime if the replacement function should be used. */
dnl #undef mktime
dnl
AC_DEFUN(jm_FUNC_MKTIME,
-[AC_REQUIRE([AM_FUNC_MKTIME])dnl
+[AC_REQUIRE([
jm_
AM_FUNC_MKTIME])dnl
dnl mktime.c uses localtime_r if it exists. Check for it.
AC_CHECK_FUNCS(localtime_r)