-#serial 6
+#serial 7
dnl From Jim Meyering.
dnl A wrapper around AC_FUNC_MKTIME.
if test $ac_cv_func_working_mktime = no; then
AC_DEFINE_UNQUOTED(mktime, rpl_mktime,
- [Define to gnu_mktime if the replacement function should be used.])
+ [Define to rpl_mktime if the replacement function should be used.])
fi
])
-#serial 2
+#serial 3
dnl From Jim Meyering.
dnl
AC_SUBST(LIBOBJS)
LIBOBJS="$LIBOBJS putenv.$ac_objext"
AC_DEFINE_UNQUOTED(putenv, rpl_putenv,
- [Define to rpl_memcmp if the replacement function should be used.])
+ [Define to rpl_putenv if the replacement function should be used.])
fi
])