Skip to content

Commit 6c93fe8

Browse files
committed
configure.in cleanup from sco install.
1 parent bcc883f commit 6c93fe8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/configure

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ echo "$ac_t""$CPP" 1>&6
10211021

10221022
HAVECXX='HAVE_Cplusplus=false'
10231023

1024-
for ac_prog in ginstall installbsd install bsdinst
1024+
for ac_prog in ginstall installbsd bsdinst scoinst install
10251025
do
10261026
# Extract the first word of "$ac_prog", so it can be a program name with args.
10271027
set dummy $ac_prog; ac_word=$2
@@ -1036,7 +1036,7 @@ else
10361036
;;
10371037
*)
10381038
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
10401040
test -z "$ac_dir" && ac_dir=.
10411041
if test -f $ac_dir/$ac_word; then
10421042
ac_cv_path_INSTALL="$ac_dir/$ac_word"
@@ -1056,7 +1056,7 @@ fi
10561056

10571057
test -n "$INSTALL" && break
10581058
done
1059-
test -n "$INSTALL" || INSTALL="scoinst"
1059+
test -n "$INSTALL" || INSTALL="NONE"
10601060

10611061
if test $INSTALL = "NONE"
10621062
then

src/configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ dnl AC_SUBST(HAVECXX)
259259
dnl ****************************************************************
260260
HAVECXX='HAVE_Cplusplus=false'
261261
AC_SUBST(HAVECXX)
262-
AC_PATH_PROGS(INSTALL, ginstall installbsd install bsdinst, scoinst, NONE, $PATH)
262+
AC_PATH_PROGS(INSTALL, ginstall installbsd bsdinst scoinst install, NONE, $PATH)
263263
if test $INSTALL = "NONE"
264264
then
265265
echo "- No Install Script found - aborting."

0 commit comments

Comments
 (0)