[llvm-commits] CVS: llvm/configure 
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Thu Feb 10 20:47:12 PST 2005
    
    
  
Changes in directory llvm:
configure updated: 1.173 -> 1.174
---
Log message:
The pool allocator is now the llvm-poolalloc module in public CVS
---
Diffs of the changes:  (+3 -3)
 configure |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/configure
diff -u llvm/configure:1.173 llvm/configure:1.174
--- llvm/configure:1.173	Mon Jan 24 11:25:41 2005
+++ llvm/configure	Thu Feb 10 22:46:55 2005
@@ -438,7 +438,7 @@
 ac_subdirs_all="$ac_subdirs_all projects/llvm-java"
 ac_subdirs_all="$ac_subdirs_all projects/llvm-tv"
 ac_subdirs_all="$ac_subdirs_all projects/llvm-fefw"
-ac_subdirs_all="$ac_subdirs_all projects/poolalloc"
+ac_subdirs_all="$ac_subdirs_all projects/llvm-poolalloc"
 # Factoring default headers for most tests.
 ac_includes_default="\
 #include <stdio.h>
@@ -1603,9 +1603,9 @@
 
 subdirs="$subdirs projects/llvm-fefw"
  ;;
-      "poolalloc")
+      "llvm-poolalloc")
 
-subdirs="$subdirs projects/poolalloc"
+subdirs="$subdirs projects/llvm-poolalloc"
  ;;
       *)
         { echo "$as_me:$LINENO: WARNING: Unknown project (${i}) won't be configured automatically" >&5
    
    
More information about the llvm-commits
mailing list