summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 3e5dcc1..4cfa8c3 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 6b7a6ad..9b2c43b 100644
--- a/configure.in
+++ b/configure.in
@@ -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