diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2007-05-14 12:00:06 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2007-05-14 12:00:06 +0000 |
| commit | 2df9fcb3aabd15b2537565fb20b6470f7fe33331 (patch) | |
| tree | a45d5dc7c11825dbf8494848544c59ea60341ecd /configure.in | |
| parent | e42fac099f8d56e24987183edaf0e3d2386770b8 (diff) | |
OSF/Tru64 now uses 'install-sh' instead of 'install' to accomodate for a missing '-d' option (STR #1632)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5822 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 5 |
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" |
