[llvm-commits] CVS: reopt/configure

John Criswell criswell at cs.uiuc.edu
Tue Sep 30 11:18:05 PDT 2003


Changes in directory reopt:

configure updated: 1.4 -> 1.5

---
Log message:

Added dynamic configuration of default LLVM source root directory.



---
Diffs of the changes:

Index: reopt/configure
diff -u reopt/configure:1.4 reopt/configure:1.5
--- reopt/configure:1.4	Tue Sep 30 10:31:10 2003
+++ reopt/configure	Tue Sep 30 11:17:47 2003
@@ -1297,7 +1297,7 @@
   LLVM_SRC=$withval
 
 else
-  LLVM_SRC=/home/vadve/${USER}/llvm
+  LLVM_SRC=`cd ${srcdir}/../..; pwd`
 
 fi;
 





More information about the llvm-commits mailing list