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

Commit5ab8a4e

Browse files
committed
Fix for install path
1 parent566cd87 commit5ab8a4e

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

‎src/configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,6 +1351,7 @@ fi
13511351
fi
13521352

13531353

1354+
set -x
13541355

13551356
forac_progin ginstall
13561357
do

‎src/configure.in

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -354,22 +354,8 @@ AC_ARG_WITH(CXX,
354354
[ AC_PROG_CXX])
355355
AC_SUBST(HAVECXX)
356356

357-
AC_PATH_PROGS(INSTALL, ginstall, NONE, "/usr/ucb:$PATH:`pwd`")
358-
if test "$INSTALL" = "NONE"
359-
thenAC_PATH_PROGS(INSTALL, installbsd, NONE, "/usr/ucb:$PATH:`pwd`")
360-
fi
361-
if test "$INSTALL" = "NONE"
362-
thenAC_PATH_PROGS(INSTALL, bsdinst, NONE, "/usr/ucb:$PATH:`pwd`")
363-
fi
364-
if test "$INSTALL" = "NONE"
365-
thenAC_PATH_PROGS(INSTALL, scoinst, NONE, "/usr/ucb:$PATH:`pwd`")
366-
fi
367-
if test "$INSTALL" = "NONE"
368-
thenAC_PATH_PROGS(INSTALL, install, NONE, "/usr/ucb:$PATH:`pwd`")
369-
fi
370-
if test "$INSTALL" = "NONE"
371-
thenAC_PATH_PROGS(INSTALL, install-sh, NONE, "/usr/ucb:$PATH:`pwd`")
372-
fi
357+
INSTALLPATH="`echo /usr/ucb:$PATH:\`pwd\` | sed 's/:/ /g'`"
358+
AC_PATH_PROGS(INSTALL, ginstall installbsd bsdinst scoinst install install-sh, NONE, $INSTALLPATH )
373359
if test "$INSTALL" = "NONE"
374360
then
375361
echo "- No Install Script found - aborting."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp