[llvm-commits] [llvm] r109164 - /llvm/trunk/configure
Eric Christopher
echristo at apple.com
Thu Jul 22 14:13:49 PDT 2010
Author: echristo
Date: Thu Jul 22 16:13:48 2010
New Revision: 109164
URL: http://llvm.org/viewvc/llvm-project?rev=109164&view=rev
Log:
Regenerate.
Modified:
llvm/trunk/configure
Modified: llvm/trunk/configure
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/configure?rev=109164&r1=109163&r2=109164&view=diff
==============================================================================
--- llvm/trunk/configure (original)
+++ llvm/trunk/configure Thu Jul 22 16:13:48 2010
@@ -8004,6 +8004,10 @@
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 @@
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
More information about the llvm-commits
mailing list