diff options
author | John Criswell <criswell@uiuc.edu> | 2004-10-28 13:35:00 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-10-28 13:35:00 +0000 |
commit | e96aa1ca3cdb8bd0be5372971c560b3e2ca46a49 (patch) | |
tree | 475e455b132aeab69f96e8b80e38b7385abaad7e /autoconf | |
parent | a69b1ea1f3d7c005457f6dd79914196c2eff9d52 (diff) | |
download | external_llvm-e96aa1ca3cdb8bd0be5372971c560b3e2ca46a49.zip external_llvm-e96aa1ca3cdb8bd0be5372971c560b3e2ca46a49.tar.gz external_llvm-e96aa1ca3cdb8bd0be5372971c560b3e2ca46a49.tar.bz2 |
Added the poolalloc module to the list of projects to configure, if present.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17319 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index b86ff8d..b0913df 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -31,6 +31,7 @@ do "Java") AC_CONFIG_SUBDIRS([projects/Java]) ;; "llvm-tv") AC_CONFIG_SUBDIRS([projects/llvm-tv]) ;; "llvm-fefw") AC_CONFIG_SUBDIRS([projects/llvm-fefw]) ;; + "poolalloc") AC_CONFIG_SUBDIRS([projects/poolalloc]) ;; *) AC_MSG_WARN([Unknown project (${i}) won't be configured automatically]) ;; |