aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-02-11 04:46:58 +0000
committerChris Lattner <sabre@nondot.org>2005-02-11 04:46:58 +0000
commitc6cf2fbb01f45862545ef51f41980adbff4b7849 (patch)
tree7b0eeb0513488ff31ddb0a350893f6524098a250
parent3e31592dca6689a5de88433f262af1ed5c88e83a (diff)
The pool allocator is now the llvm-poolalloc module in public CVS
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20116 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--autoconf/configure.ac2
-rwxr-xr-xconfigure6
2 files changed, 4 insertions, 4 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 39e812a382..79329d3033 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -75,7 +75,7 @@ do
"llvm-java") AC_CONFIG_SUBDIRS([projects/llvm-java]) ;;
"llvm-tv") AC_CONFIG_SUBDIRS([projects/llvm-tv]) ;;
"llvm-fefw") AC_CONFIG_SUBDIRS([projects/llvm-fefw]) ;;
- "poolalloc") AC_CONFIG_SUBDIRS([projects/poolalloc]) ;;
+ "llvm-poolalloc") AC_CONFIG_SUBDIRS([projects/llvm-poolalloc]) ;;
*)
AC_MSG_WARN([Unknown project (${i}) won't be configured automatically])
;;
diff --git a/configure b/configure
index bc9d4d9031..b7b1ff9a7b 100755
--- a/configure
+++ b/configure
@@ -438,7 +438,7 @@ ac_subdirs_all="$ac_subdirs_all projects/llvm-gcc"
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-tv"
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