From: Gary V. Vaughan Date: Tue, 20 Apr 2004 16:54:35 +0000 (+0000) Subject: * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable X-Git-Tag: AUTOCONF-2.59c~718 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f959e7f2edfeee065f6fe166610f1ef6fd27c220;p=thirdparty%2Fautoconf.git * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable is `ac_cv_path_GREP', not `oc_cv_path_GREP'. --- diff --git a/ChangeLog b/ChangeLog index 936235452..33e8f8415 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 88fe0aa92..2bdec2247 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])