summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-07-22 21:13:48 +0000
committerEric Christopher <echristo@apple.com>2010-07-22 21:13:48 +0000
commit2a1a44fe6002099b591850d9476cad613c425379 (patch)
treee2ab8c78cdd8c4b31d1dce4b29fa89bc10f06cca /configure
parent86fa2f2540f8b1cf11530d78f83a255d4dcfb4a2 (diff)
downloadllvm-2a1a44fe6002099b591850d9476cad613c425379.tar.gz
llvm-2a1a44fe6002099b591850d9476cad613c425379.tar.bz2
llvm-2a1a44fe6002099b591850d9476cad613c425379.tar.xz
Regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109164 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index 84b0267e4c..f1488d32ed 100755
--- a/configure
+++ b/configure
@@ -8004,6 +8004,10 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+case "$INSTALL" in
+ [\\/$]* | ?:[\\/]* ) ;;
+ *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
+esac
# Extract the first word of "bzip2", so it can be a program name with args.
set dummy bzip2; ac_word=$2
@@ -11387,7 +11391,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 11390 "configure"
+#line 11394 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H