summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 70a17d1f9..f494e1593 100644
--- a/configure.in
+++ b/configure.in
@@ -274,6 +274,11 @@ dnl Find commands...
AC_PROG_CC
AC_PROG_CXX
AC_PROG_INSTALL
+case $uname in
+ OSF1*)
+ INSTALL="`pwd`/install-sh -c"
+ ;;
+esac
if test "$INSTALL" = "$ac_install_sh"; then
# Use full path to install-sh script...
INSTALL="`pwd`/install-sh -c"