summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1864000..8ec2693 100644
--- a/configure.in
+++ b/configure.in
@@ -238,7 +238,7 @@ AM_PROG_LIBTOOL
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-sh*)
INSTALL='\${top_srcdir}'/bin/install-sh
;;
esac