Fix typos in config.h comments.
authorJim Meyering <jim@meyering.net>
Tue, 11 May 1999 16:29:33 +0000 (16:29 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 11 May 1999 16:29:33 +0000 (16:29 +0000)
m4/jm-mktime.m4
m4/putenv.m4

index a680b2f..5bb7357 100644 (file)
@@ -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
 ])
index c95418b..f9fcc8c 100644 (file)
@@ -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
 ])