changeset 1123:0cb68e75251a

add jm_ prefix to use of am_cv_func_working_mktime increment serial #
author Jim Meyering <jim@meyering.net>
date Mon, 17 Nov 1997 15:13:41 +0000
parents 54e247331e74
children 86bd2215994d
files m4/jm-mktime.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/jm-mktime.m4
+++ b/m4/jm-mktime.m4
@@ -1,4 +1,4 @@
-#serial 1
+#serial 2
 
 dnl From Jim Meyering.
 dnl If you use this macro in a package, you should
@@ -12,7 +12,7 @@
  dnl mktime.c uses localtime_r if it exists.  Check for it.
  AC_CHECK_FUNCS(localtime_r)
 
- if test $am_cv_func_working_mktime = no; then
+ if test $jm_am_cv_func_working_mktime = no; then
    AC_DEFINE_UNQUOTED(mktime, rpl_mktime)
  fi
 ])