]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Sun Oct 29 15:13:37 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Fri, 17 Nov 1995 19:59:08 +0000 (19:59 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 17 Nov 1995 19:59:08 +0000 (19:59 +0000)
* acgeneral.m4 (AC_CHECK_PROG): Use arg 5 as search list, not arg 4.

ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index 80c772d4f82bbebec25c5b96d24c41b1f2372428..376842833caa31139f9341bc8f0a585e60f833cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Oct 29 15:13:37 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
+
+       * acgeneral.m4 (AC_CHECK_PROG): Use arg 5 as search list, not arg 4.
+
 Wed Aug 30 17:34:48 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
        * acspecific.m4 (AC_PROG_CC_C_O): If $CC groks it and cc doesn't
index 367ee4b6578e583dc6907a2662cd047c92cb5d05..161573307e99f3df2f5e08a74c7d192483ec4eb8 100644 (file)
@@ -1222,7 +1222,7 @@ AC_CACHE_VAL(ac_cv_prog_$1,
   ac_cv_prog_$1="[$]$1" # Let the user override the test.
 else
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
-  for ac_dir in ifelse([$4], , $PATH, [$4]); do
+  for ac_dir in ifelse([$5], , $PATH, [$5]); do
     test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then
       ac_cv_prog_$1="$3"
index 367ee4b6578e583dc6907a2662cd047c92cb5d05..161573307e99f3df2f5e08a74c7d192483ec4eb8 100644 (file)
@@ -1222,7 +1222,7 @@ AC_CACHE_VAL(ac_cv_prog_$1,
   ac_cv_prog_$1="[$]$1" # Let the user override the test.
 else
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
-  for ac_dir in ifelse([$4], , $PATH, [$4]); do
+  for ac_dir in ifelse([$5], , $PATH, [$5]); do
     test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then
       ac_cv_prog_$1="$3"