[llvm-commits] CVS: llvm-test/autoconf/configure.ac
John Criswell
criswell at cs.uiuc.edu
Thu Oct 21 08:29:59 PDT 2004
Changes in directory llvm-test/autoconf:
configure.ac updated: 1.11 -> 1.12
---
Log message:
Fixed the check for sweep3d.
Added the macro checks for sweep3d and fpgrowth into Makefile.config.in.
---
Diffs of the changes: (+1 -1)
Index: llvm-test/autoconf/configure.ac
diff -u llvm-test/autoconf/configure.ac:1.11 llvm-test/autoconf/configure.ac:1.12
--- llvm-test/autoconf/configure.ac:1.11 Thu Oct 21 10:14:59 2004
+++ llvm-test/autoconf/configure.ac Thu Oct 21 10:29:47 2004
@@ -117,7 +117,7 @@
EXTERNAL_BENCHMARK(spec2000,/home/vadve/shared/benchmarks/speccpu2000/benchspec)
EXTERNAL_BENCHMARK(povray,/home/vadve/shared/benchmarks/povray31)
EXTERNAL_BENCHMARK(namd,/home/vadve/shared/benchmarks/spec_namd)
-EXTERNAL_BENCHMARK(sweedp3d,/home/vadve/criswell/umt2k)
+EXTERNAL_BENCHMARK(sweep3d,/home/vadve/criswell/umt2k)
EXTERNAL_BENCHMARK(fpgrowth,/home/vadve/shared/benchmarks/fpgrowth)
dnl Check for f2c
More information about the llvm-commits
mailing list