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.
This commit is contained in:
Roland McGrath 1995-11-17 19:59:08 +00:00
parent 7aedc460b1
commit f204b56740
3 changed files with 6 additions and 2 deletions

View File

@ -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

View 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"

View 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"