Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6c93fe8

Browse files
committed
configure.in cleanup from sco install.
1 parentbcc883f commit6c93fe8

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-
forac_progin ginstall installbsdinstallbsdinst
1024+
forac_progin 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-
forac_dirinNONE$ac_dummy;do
1039+
forac_dirin$PATH$ac_dummy;do
10401040
test -z"$ac_dir"&& ac_dir=.
10411041
iftest -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
iftest$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 installbsdinstallbsdinst, 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)

[8]ページ先頭

©2009-2025 Movatter.jp