[llvm-commits] [release_19] CVS: llvm-poolalloc/configure
    John Criswell 
    criswell at cs.uiuc.edu
       
    Wed Dec 13 15:23:02 PST 2006
    
    
  
Changes in directory llvm-poolalloc:
configure updated: 1.11.2.1 -> 1.11.2.2
---
Log message:
Fix configuration when srcdir != objdir.
---
Diffs of the changes:  (+2 -1)
 configure |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm-poolalloc/configure
diff -u llvm-poolalloc/configure:1.11.2.1 llvm-poolalloc/configure:1.11.2.2
--- llvm-poolalloc/configure:1.11.2.1	Wed Dec 13 15:57:18 2006
+++ llvm-poolalloc/configure	Wed Dec 13 17:22:40 2006
@@ -1315,8 +1315,9 @@
 
 
 
-LLVM_SRC_ROOT="`(cd ../..; pwd)`"
+LLVM_SRC_ROOT="`(cd $srcdir/../..; pwd)`"
 LLVM_OBJ_ROOT="`(cd ../..; pwd)`"
+
 ac_aux_dir=
 for ac_dir in $LLVM_SRC_ROOT/autoconf $srcdir/$LLVM_SRC_ROOT/autoconf; do
   if test -f $ac_dir/install-sh; then
    
    
More information about the llvm-commits
mailing list