[llvm-commits] [llvm] r149569 - /llvm/trunk/configure

Eric Christopher echristo at apple.com
Wed Feb 1 16:19:05 PST 2012


Author: echristo
Date: Wed Feb  1 18:19:05 2012
New Revision: 149569

URL: http://llvm.org/viewvc/llvm-project?rev=149569&view=rev
Log:
Regenerate again.

Modified:
    llvm/trunk/configure

Modified: llvm/trunk/configure
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/configure?rev=149569&r1=149568&r2=149569&view=diff
==============================================================================
--- llvm/trunk/configure (original)
+++ llvm/trunk/configure Wed Feb  1 18:19:05 2012
@@ -5535,7 +5535,7 @@
 fi
 
 case "$withval" in
-  -) clang_src_root="$ac_pwd/tools/clang" ;;
+  -) clang_src_root="" ;;
   /* | [A-Za-z]:[\\/]*) clang_src_root="$withval" ;;
   *) clang_src_root="$ac_pwd/$withval" ;;
 esac
@@ -21095,6 +21095,9 @@
 ac_config_files="$ac_config_files docs/doxygen.cfg"
 
 
+if test ${clang_src_root} = ""; then
+  clang_src_root="$ac_pwd/tools/clang"
+fi
 if test -f ${clang_src_root}/README.txt; then
   ac_config_headers="$ac_config_headers ${clang_src_root}/include/clang/Config/config.h"
 





More information about the llvm-commits mailing list