[llvm-commits] CVS: llvm/projects/Stacker/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Sun Sep 5 09:42:42 PDT 2004
Changes in directory llvm/projects/Stacker/autoconf:
configure.ac updated: 1.1 -> 1.2
---
Log message:
Added the configuration of the test/Makefile.
---
Diffs of the changes: (+1 -0)
Index: llvm/projects/Stacker/autoconf/configure.ac
diff -u llvm/projects/Stacker/autoconf/configure.ac:1.1 llvm/projects/Stacker/autoconf/configure.ac:1.2
--- llvm/projects/Stacker/autoconf/configure.ac:1.1 Sat Sep 4 14:48:50 2004
+++ llvm/projects/Stacker/autoconf/configure.ac Sun Sep 5 11:42:30 2004
@@ -15,6 +15,7 @@
AC_CONFIG_MAKEFILE(lib/Makefile)
AC_CONFIG_MAKEFILE(lib/compiler/Makefile)
AC_CONFIG_MAKEFILE(lib/runtime/Makefile)
+AC_CONFIG_MAKEFILE(test/Makefile)
AC_CONFIG_MAKEFILE(tools/Makefile)
AC_CONFIG_MAKEFILE(tools/stkrc/Makefile)
More information about the llvm-commits
mailing list