aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2007-07-17 20:37:35 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2007-07-17 20:37:35 +0000
commit0af32251c7927f2c759495519afd8dbdb03140d5 (patch)
tree44a1dd3afb872a1d545a4420b72f0346e31b25f5
parent74b1e1424c0e4dd8f893d1cabd0854278bfcb25f (diff)
support poolalloc as checked out from svn
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39983 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--autoconf/configure.ac1
-rwxr-xr-xconfigure3
2 files changed, 4 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 45ad6a5726..23897d5fd8 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -76,6 +76,7 @@ do
llvm-java) AC_CONFIG_SUBDIRS([projects/llvm-java]) ;;
llvm-tv) AC_CONFIG_SUBDIRS([projects/llvm-tv]) ;;
llvm-poolalloc) AC_CONFIG_SUBDIRS([projects/llvm-poolalloc]) ;;
+ poolalloc) AC_CONFIG_SUBDIRS([projects/poolalloc]) ;;
llvm-kernel) AC_CONFIG_SUBDIRS([projects/llvm-kernel]) ;;
*)
AC_MSG_WARN([Unknown project (${i}) won't be configured automatically])
diff --git a/configure b/configure
index 7537318960..a3a758cb5c 100755
--- a/configure
+++ b/configure
@@ -950,6 +950,7 @@ projects/llvm-gcc
projects/llvm-java
projects/llvm-tv
projects/llvm-poolalloc
+projects/poolalloc
projects/llvm-kernel'
# Initialize some variables set by options.
@@ -2086,6 +2087,8 @@ do
;;
llvm-poolalloc) subdirs="$subdirs projects/llvm-poolalloc"
;;
+ poolalloc) subdirs="$subdirs projects/poolalloc"
+ ;;
llvm-kernel) subdirs="$subdirs projects/llvm-kernel"
;;
*)