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,[[]])
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
fi;
if test ${enableval} = "no"
then
- if test -d /home/vadve/criswell/Downloads/povray-3.50c
+ if test -d /home/vadve/shared/benchmarks/povray31
then
- POVRAY_ROOT=/home/vadve/criswell/Downloads/povray-3.50c
+ POVRAY_ROOT=/home/vadve/shared/benchmarks/povray31
USE_POVRAY=USE_POVRAY=1
else
if test ${enableval} = ""
then
- POVRAY_ROOT=/home/vadve/criswell/Downloads/povray-3.50c
+ POVRAY_ROOT=/home/vadve/shared/benchmarks/povray31
else
POVRAY_ROOT=${enableval}