install on HP-UX does not support the -d option. Using the install-sh instead.

This fixes SF bug: [ #473491 ] "install -d" doesn't work on HP-UX.
This commit is contained in:
Neil Schemenauer 2001-10-21 22:32:04 +00:00
parent f23473f008
commit af5567f734
2 changed files with 329 additions and 318 deletions

643
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -327,8 +327,8 @@ AC_SUBST(AR)
AC_CHECK_PROGS(AR, ar aal, ar)
case $MACHDEP in
bsdos*)
# install -d does not work on BSDI
bsdos*|hp*|HP*)
# install -d does not work on BSDI or HP-UX
if test -z "$INSTALL"
then
INSTALL="${srcdir}/install-sh -c"