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

John Criswell criswell at cs.uiuc.edu
Thu Feb 26 14:24:01 PST 2004


Changes in directory llvm/autoconf:

configure.ac updated: 1.81 -> 1.82

---
Log message:

Modified the default pathname for Povray.



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

Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.81 llvm/autoconf/configure.ac:1.82
--- llvm/autoconf/configure.ac:1.81	Wed Feb 25 22:14:10 2004
+++ llvm/autoconf/configure.ac	Thu Feb 26 14:22:59 2004
@@ -346,9 +346,9 @@
 AC_ARG_ENABLE(povray,AC_HELP_STRING([--enable-povray],[Compile Povray benchmark (default is NO)]),,enableval=no)
 if test ${enableval} = "no"
 then
-	if test -d /home/vadve/criswell/Downloads/povray-3.50c
+	if test -d /home/vadve/shared/benchmarks/povray31
 	then
-		AC_SUBST(POVRAY_ROOT,[/home/vadve/criswell/Downloads/povray-3.50c])
+		AC_SUBST(POVRAY_ROOT,[/home/vadve/shared/benchmarks/povray31])
 		AC_SUBST(USE_POVRAY,[[USE_POVRAY=1]])
 	else
 		AC_SUBST(USE_POVRAY,[[]])
@@ -357,7 +357,7 @@
 else
 	if test ${enableval} = ""
 	then
-		AC_SUBST(POVRAY_ROOT,[/home/vadve/criswell/Downloads/povray-3.50c])
+		AC_SUBST(POVRAY_ROOT,[/home/vadve/shared/benchmarks/povray31])
 	else
 		AC_SUBST(POVRAY_ROOT,[${enableval}])
 	fi





More information about the llvm-commits mailing list