2 files changed
+4
-4
lines changedLines changed: 3 additions & 3 deletions
@@ -1021,7 +1021,7 @@ echo "$ac_t""$CPP" 1>&6
1021
1021
1022
1022
HAVECXX='HAVE_Cplusplus=false'
1023
1023
1024
-for ac_prog in ginstall installbsd install bsdinst
1024
+for ac_prog in ginstall installbsd bsdinst scoinst install
1025
1025
do
1026
1026
# Extract the first word of "$ac_prog", so it can be a program name with args.
1027
1027
set dummy $ac_prog; ac_word=$2
@@ -1036,7 +1036,7 @@ else
1036
1036
;;
1037
1037
*)
1038
1038
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1039
- for ac_dir in NONE$ac_dummy; do
1039
+ for ac_dir in $PATH$ac_dummy; do
1040
1040
test -z "$ac_dir" && ac_dir=.
1041
1041
if test -f $ac_dir/$ac_word; then
1042
1042
ac_cv_path_INSTALL="$ac_dir/$ac_word"
@@ -1056,7 +1056,7 @@ fi
1056
1056
1057
1057
test -n "$INSTALL" && break
1058
1058
done
1059
-test -n "$INSTALL" || INSTALL="scoinst"
1059
+test -n "$INSTALL" || INSTALL="NONE"
1060
1060
1061
1061
if test $INSTALL = "NONE"
1062
1062
then
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
259 | 259 |
| |
260 | 260 |
| |
261 | 261 |
| |
262 |
| - | |
| 262 | + | |
263 | 263 |
| |
264 | 264 |
| |
265 | 265 |
| |
|
0 commit comments