From: Jim Meyering Date: Tue, 11 May 1999 16:29:33 +0000 (+0000) Subject: Fix typos in config.h comments. X-Git-Tag: cvs-readonly~7335 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=3b418221b9fceb125cd7ba35a26e6f22c4d1da73;p=gnulib.git Fix typos in config.h comments. --- diff --git a/m4/jm-mktime.m4 b/m4/jm-mktime.m4 index a680b2f1d..5bb735762 100644 --- a/m4/jm-mktime.m4 +++ b/m4/jm-mktime.m4 @@ -1,4 +1,4 @@ -#serial 6 +#serial 7 dnl From Jim Meyering. dnl A wrapper around AC_FUNC_MKTIME. @@ -11,6 +11,6 @@ AC_DEFUN(jm_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 ]) diff --git a/m4/putenv.m4 b/m4/putenv.m4 index c95418b2f..f9fcc8cd8 100644 --- a/m4/putenv.m4 +++ b/m4/putenv.m4 @@ -1,4 +1,4 @@ -#serial 2 +#serial 3 dnl From Jim Meyering. dnl @@ -36,6 +36,6 @@ AC_DEFUN(jm_FUNC_PUTENV, 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 ])