changeset 1118:f384bd621075

Require jm_AM_FUNC_MKTIME, not the one from automake.
author Jim Meyering <jim@meyering.net>
date Sat, 15 Nov 1997 17:13:02 +0000
parents 813df200bb0c
children b92c5f461502
files m4/jm-mktime.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/jm-mktime.m4
+++ b/m4/jm-mktime.m4
@@ -7,7 +7,7 @@
 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)