diff options
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1688,7 +1688,7 @@ exec 5>>./config.log case "$INSTALL" in - ../bin/install-sh) + ..*install-sh) INSTALL='\${top_srcdir}'/bin/install-sh ;; esac diff --git a/configure.in b/configure.in index 31e3a84..fec2e4a 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 - ../bin/install-sh) + ..*install-sh) INSTALL='\${top_srcdir}'/bin/install-sh ;; esac |