Add a const qualifier.
[oota-llvm.git] / configure
index 25cfb7a1a2042f34a51fee9321141978f046c44a..f1488d32ed4730745306b38db03e84dc8d5436f0 100755 (executable)
--- 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
@@ -20247,7 +20251,7 @@ cat >>conftest.$ac_ext <<_ACEOF
 #include <mach-o/getsect.h>
       int main() {
         unsigned long p;
-        return (int)getsect("__DATA","ยด__pass_info", &p);
+        return (int)getsect("__DATA","__pass_info", &p);
       }
 
 _ACEOF