[llvm-commits] CVS: llvm-test/autoconf/configure.ac

Misha Brukman brukman at cs.uiuc.edu
Thu May 12 14:57:31 PDT 2005



Changes in directory llvm-test/autoconf:

configure.ac updated: 1.18 -> 1.19
---
Log message:

PerfectClub benchmarks don't work, at least not with f2c


---
Diffs of the changes:  (+0 -3)

 configure.ac |    3 ---
 1 files changed, 3 deletions(-)


Index: llvm-test/autoconf/configure.ac
diff -u llvm-test/autoconf/configure.ac:1.18 llvm-test/autoconf/configure.ac:1.19
--- llvm-test/autoconf/configure.ac:1.18	Sun Apr 24 19:39:33 2005
+++ llvm-test/autoconf/configure.ac	Thu May 12 16:57:20 2005
@@ -31,8 +31,6 @@
 AC_CONFIG_MAKEFILE(External/Makefile)
 AC_CONFIG_MAKEFILE(External/Makefile.external)
 AC_CONFIG_MAKEFILE(External/Povray/Makefile)
-AC_CONFIG_MAKEFILE(External/PerfectClub/Makefile)
-AC_CONFIG_MAKEFILE(External/PerfectClub/Makefile.perfect)
 AC_CONFIG_MAKEFILE(External/SPEC/Makefile)
 AC_CONFIG_MAKEFILE(External/SPEC/Makefile.spec)
 AC_CONFIG_MAKEFILE(External/SPEC/Makefile.spec2000)
@@ -108,7 +106,6 @@
 EXTERNAL_BENCHMARK(sweep3d,/home/vadve/criswell/umt2k)
 EXTERNAL_BENCHMARK(fpgrowth,/home/vadve/shared/benchmarks/fpgrowth)
 EXTERNAL_BENCHMARK(boxedsim,/home/vadve/shared/benchmarks/boxed-sim)
-EXTERNAL_BENCHMARK(perfect,/home/vadve/shared/benchmarks/perfectclub)
 
 dnl Check for f2c
 CHECK_F2C_ALL()






More information about the llvm-commits mailing list