[llvm-commits] [release_14] CVS: llvm/autoconf/configure.ac
John Criswell
criswell at cs.uiuc.edu
Thu Dec 9 09:11:35 PST 2004
Changes in directory llvm/autoconf:
configure.ac updated: 1.138 -> 1.138.2.1
---
Log message:
I really didn't want to do this, but I don't want users seeing errors
in the configure script either.
Remove the copying of old qmtest files as they no longer exist in the
source tree.
---
Diffs of the changes: (+0 -2)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.138 llvm/autoconf/configure.ac:1.138.2.1
--- llvm/autoconf/configure.ac:1.138 Tue Nov 30 02:11:54 2004
+++ llvm/autoconf/configure.ac Thu Dec 9 11:11:20 2004
@@ -567,8 +567,6 @@
AC_CONFIG_MAKEFILE(runtime/Makefile)
AC_CONFIG_MAKEFILE(test/Makefile)
AC_CONFIG_MAKEFILE(test/Makefile.tests)
-AC_CONFIG_MAKEFILE(test/QMTest/llvm.py)
-AC_CONFIG_MAKEFILE(test/QMTest/llvmdb.py)
AC_CONFIG_MAKEFILE(tools/Makefile)
AC_CONFIG_MAKEFILE(utils/Makefile)
AC_CONFIG_MAKEFILE(projects/Makefile)
More information about the llvm-commits
mailing list