summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--configure.in6
2 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 4697704..8fc2b83 100755
--- a/configure
+++ b/configure
@@ -1689,7 +1689,7 @@ exec 5>>./config.log
case "$INSTALL" in
*install-sh*)
- INSTALL='\${top_srcdir}'/bin/install-sh
+ INSTALL='\${top_srcdir}/bin/install-sh -c'
;;
esac
diff --git a/configure.in b/configure.in
index 5f063ea..2c3e75b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce configure.
dnl
-dnl Copyright (C) 1997 National Center for Supercomputing Applications.
-dnl All rights reserved.
+dnl Copyright (C) 1997-2001 National Center for Supercomputing Applications
+dnl All rights reserved.
dnl ----------------------------------------------------------------------
dnl Initialize configure.
@@ -239,7 +239,7 @@ dnl Fix up the INSTALL macro if it's a relative path. We want the
dnl full-path to the binary instead.
case "$INSTALL" in
*install-sh*)
- INSTALL='\${top_srcdir}'/bin/install-sh
+ INSTALL='\${top_srcdir}/bin/install-sh -c'
;;
esac