is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
+2004-04-20 Albert Chin-A-Young <china@thewrittenword.com>
+
+ * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
+ is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
+
2004-03-29 Paul Eggert <eggert@twinsun.com>
* doc/autoconf.texi (Particular Headers, Particular Types, Generic
# Check for a fully functional grep program that handles
# the longest lines possible. Prefer GNU grep if found.
AC_DEFUN([AC_PROG_GREP],
-[AC_CACHE_CHECK([for grep that handles long lines], oc_cv_path_GREP,
+[AC_CACHE_CHECK([for grep that handles long lines], ac_cv_path_GREP,
[_$0(GREP, [grep ggrep])])
GREP="$ac_cv_path_GREP"
AC_SUBST([GREP])