Displaying 1 result from an estimated 1 matches for "ac_cv_path_which".
2024 Jan 12
1
Sys.which() caching path to `which`
...- # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-printf %s "checking for $ac_word... " >&6; }
-if test ${ac_cv_path_WHICH+y}
-then :
- printf %s "(cached) " >&6
-else $as_nop
- case $WHICH in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_WHICH="$WHICH" # Let the user override the test with a path.
- ;;
- *)
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- ca...