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

Eric Christopher echristo at apple.com
Wed Feb 1 17:11:30 PST 2012


Author: echristo
Date: Wed Feb  1 19:11:30 2012
New Revision: 149576

URL: http://llvm.org/viewvc/llvm-project?rev=149576&view=rev
Log:
Regen one last time.

Modified:
    llvm/trunk/configure

Modified: llvm/trunk/configure
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/configure?rev=149576&r1=149575&r2=149576&view=diff
==============================================================================
--- llvm/trunk/configure (original)
+++ llvm/trunk/configure Wed Feb  1 19:11:30 2012
@@ -21096,7 +21096,7 @@
 
 
 if test ${clang_src_root} = ""; then
-  clang_src_root="$ac_pwd/tools/clang"
+  clang_src_root="$srcdir/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