aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
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 /autoconf
parent74b1e1424c0e4dd8f893d1cabd0854278bfcb25f (diff)
downloadexternal_llvm-0af32251c7927f2c759495519afd8dbdb03140d5.zip
external_llvm-0af32251c7927f2c759495519afd8dbdb03140d5.tar.gz
external_llvm-0af32251c7927f2c759495519afd8dbdb03140d5.tar.bz2
support poolalloc as checked out from svn
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39983 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 45ad6a5..23897d5 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])