]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
authorGary V. Vaughan <gary@gnu.org>
Tue, 20 Apr 2004 16:54:35 +0000 (16:54 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 20 Apr 2004 16:54:35 +0000 (16:54 +0000)
is `ac_cv_path_GREP', not `oc_cv_path_GREP'.

ChangeLog
lib/autoconf/programs.m4

index 936235452cbe2928fb7e3a01c6ddd78ad0dd878e..33e8f84159de3b771cfc55f37ea8e0695291931b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 88fe0aa928dd1a8d3f52eeeb12a8323919618e16..2bdec224752211fb213d7935982e3c22b66e18d7 100644 (file)
@@ -393,7 +393,7 @@ AC_CACHE_CHECK([for fgrep], ac_cv_path_FGREP,
 # 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])