[llvm-commits] CVS: llvm/autoconf/configure.ac
John Criswell
criswell at cs.uiuc.edu
Thu Sep 11 13:05:31 PDT 2003
Changes in directory llvm/autoconf:
configure.ac updated: 1.10 -> 1.11
---
Log message:
Fixed SPEC so that it would run correctly with the new autoconf-style object
directory.
Added Makefile.spec to the list of files to copy to the object directory.
---
Diffs of the changes:
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.10 llvm/autoconf/configure.ac:1.11
--- llvm/autoconf/configure.ac:1.10 Wed Sep 10 13:38:44 2003
+++ llvm/autoconf/configure.ac Thu Sep 11 13:04:00 2003
@@ -92,6 +92,7 @@
AC_CONFIG_MAKEFILE(test/Programs/TEST.micro.Makefile)
AC_CONFIG_MAKEFILE(test/Programs/External/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/External/SPEC/Makefile)
+AC_CONFIG_MAKEFILE(test/Programs/External/SPEC/Makefile.spec)
AC_CONFIG_MAKEFILE(test/Programs/External/SPEC/CFP2000/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/External/SPEC/CFP2000/179.art/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/External/SPEC/CFP2000/183.equake/Makefile)
More information about the llvm-commits
mailing list