[llvm-commits] CVS: llvm-poolalloc/autoconf/configure.ac
John Criswell
criswell at cs.uiuc.edu
Fri May 27 06:52:17 PDT 2005
Changes in directory llvm-poolalloc/autoconf:
configure.ac updated: 1.9 -> 1.10
---
Log message:
Don't copy TEST.*.Makefile files to the object tree; the LLVM build
system looks for them within the source tree.
---
Diffs of the changes: (+0 -5)
configure.ac | 5 -----
1 files changed, 5 deletions(-)
Index: llvm-poolalloc/autoconf/configure.ac
diff -u llvm-poolalloc/autoconf/configure.ac:1.9 llvm-poolalloc/autoconf/configure.ac:1.10
--- llvm-poolalloc/autoconf/configure.ac:1.9 Wed May 18 14:56:21 2005
+++ llvm-poolalloc/autoconf/configure.ac Fri May 27 08:52:00 2005
@@ -28,11 +28,6 @@
AC_CONFIG_MAKEFILE(runtime/PoolAllocator/Makefile)
AC_CONFIG_MAKEFILE(runtime/FreeListAllocator/Makefile)
AC_CONFIG_MAKEFILE(test/Makefile)
-AC_CONFIG_MAKEFILE(test/TEST.poolalloc.Makefile)
-AC_CONFIG_MAKEFILE(test/TEST.pavtl.Makefile)
-AC_CONFIG_MAKEFILE(test/TEST.perf.Makefile)
-AC_CONFIG_MAKEFILE(test/TEST.p4perf.Makefile)
-AC_CONFIG_MAKEFILE(test/TEST.strace.Makefile)
dnl **************************************************************************
dnl * Determine which system we are building on
More information about the llvm-commits
mailing list