[llvm-commits] [test-suite] r49063 - /test-suite/trunk/autoconf/configure.ac

Evan Cheng evan.cheng at apple.com
Tue Apr 1 17:14:23 PDT 2008


Author: evancheng
Date: Tue Apr  1 19:14:23 2008
New Revision: 49063

URL: http://llvm.org/viewvc/llvm-project?rev=49063&view=rev
Log:
Enable SPEC benchmark with objdir != srcdir. Patch by Julien Lerouge.

Modified:
    test-suite/trunk/autoconf/configure.ac

Modified: test-suite/trunk/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/autoconf/configure.ac?rev=49063&r1=49062&r2=49063&view=diff

==============================================================================
--- test-suite/trunk/autoconf/configure.ac (original)
+++ test-suite/trunk/autoconf/configure.ac Tue Apr  1 19:14:23 2008
@@ -31,6 +31,7 @@
 AC_CONFIG_MAKEFILE(External/Povray/Makefile)
 AC_CONFIG_MAKEFILE(External/SPEC/Makefile)
 AC_CONFIG_MAKEFILE(External/SPEC/Makefile.spec)
+AC_CONFIG_MAKEFILE(External/SPEC/Makefile.spec.config)
 AC_CONFIG_MAKEFILE(External/SPEC/Makefile.spec2006)
 AC_CONFIG_MAKEFILE(External/SPEC/Makefile.spec2000)
 AC_CONFIG_MAKEFILE(External/SPEC/Makefile.spec95)





More information about the llvm-commits mailing list