--- trunk/OOPSE-3.0/ac-tools/configure.in 2005/02/15 15:17:01 2029 +++ trunk/OOPSE-3.0/ac-tools/configure.in 2005/03/04 15:29:03 2081 @@ -210,27 +210,26 @@ AC_ARG_WITH(sprng, fi AC_SUBST(USE_MPI) -AC_ARG_WITH(sprng, - [AC_HELP_STRING([--with-sprng=], - [compile with SPRNG installed in [default=/usr/local]])], - with_sprng=$withval, - with_sprng="/usr/local") - -case "x$with_sprng" in - xyes | "x") USE_SPRNG=yes;; - xno) USE_SPRNG=no ;; - *) SPRNG="$with_sprng"; USE_SPRNG=yes ;; -esac -if test "$USE_SPRNG" = "yes" -a -z "$with_sprng"; then - SPRNG="/usr/local" -fi -if test "$USE_SPRNG" = "yes"; then - ACX_SPRNG -fi -AC_SUBST(USE_SPRNG) - +dnl AC_ARG_WITH(sprng, +dnl [AC_HELP_STRING([--with-sprng=], +dnl [compile with SPRNG installed in [default=/usr/local]])], +dnl with_sprng=$withval, +dnl with_sprng="/usr/local") +dnl +dnl case "x$with_sprng" in +dnl xyes | "x") USE_SPRNG=yes;; +dnl xno) USE_SPRNG=no ;; +dnl *) SPRNG="$with_sprng"; USE_SPRNG=yes ;; +dnl esac +dnl if test "$USE_SPRNG" = "yes" -a -z "$with_sprng"; then +dnl SPRNG="/usr/local" +dnl fi +dnl if test "$USE_SPRNG" = "yes"; then +dnl ACX_SPRNG +dnl fi +dnl AC_SUBST(USE_SPRNG) -CHECK_MKL +dnl CHECK_MKL BB_ENABLE_DOXYGEN