From f959e7f2edfeee065f6fe166610f1ef6fd27c220 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Tue, 20 Apr 2004 16:54:35 +0000 Subject: [PATCH] * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable is `ac_cv_path_GREP', not `oc_cv_path_GREP'. --- ChangeLog | 5 +++++ lib/autoconf/programs.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 93623545..33e8f841 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-04-20 Albert Chin-A-Young + + * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable + is `ac_cv_path_GREP', not `oc_cv_path_GREP'. + 2004-03-29 Paul Eggert * doc/autoconf.texi (Particular Headers, Particular Types, Generic diff --git a/lib/autoconf/programs.m4 b/lib/autoconf/programs.m4 index 88fe0aa9..2bdec224 100644 --- a/lib/autoconf/programs.m4 +++ b/lib/autoconf/programs.m4 @@ -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]) -- 2.11.4.GIT