[llvm-commits] CVS: llvm/autoconf/configure.ac
John Criswell
criswell at cs.uiuc.edu
Thu Oct 28 06:35:12 PDT 2004
Changes in directory llvm/autoconf:
configure.ac updated: 1.126 -> 1.127
---
Log message:
Added the poolalloc module to the list of projects to configure, if present.
---
Diffs of the changes: (+1 -0)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.126 llvm/autoconf/configure.ac:1.127
--- llvm/autoconf/configure.ac:1.126 Wed Oct 27 18:03:44 2004
+++ llvm/autoconf/configure.ac Thu Oct 28 08:35:00 2004
@@ -31,6 +31,7 @@
"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])
;;
More information about the llvm-commits
mailing list