[llvm-commits] CVS: llvm/autoconf/configure.ac
John Criswell
criswell at cs.uiuc.edu
Tue Sep 30 11:32:01 PDT 2003
Changes in directory llvm/autoconf:
configure.ac updated: 1.28 -> 1.29
---
Log message:
Added conditional configuration of poolalloc.
---
Diffs of the changes:
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.28 llvm/autoconf/configure.ac:1.29
--- llvm/autoconf/configure.ac:1.28 Tue Sep 30 10:55:44 2003
+++ llvm/autoconf/configure.ac Tue Sep 30 11:31:48 2003
@@ -35,6 +35,11 @@
AC_CONFIG_SUBDIRS(projects/reopt)
fi
+if test -d ${srcdir}/projects/poolalloc
+then
+ AC_CONFIG_SUBDIRS(projects/poolalloc)
+fi
+
dnl Configure a header file
AC_CONFIG_HEADERS(include/Config/config.h)
AC_CONFIG_MAKEFILE(Makefile)
More information about the llvm-commits
mailing list