--- trunk/OOPSE/configure 2003/09/25 18:54:34 786 +++ trunk/OOPSE/configure 2003/09/29 22:05:56 791 @@ -877,10 +877,10 @@ Optional Packages: --with-mpi_dir=MPIDIR give the path for MPI /usr/local --with-mpi-libdir=dir give the path for MPI-libraries MPI_DIR/lib --with-mpi_inc=dir give the path for MPI-include-files MPI_DIR/include - --with-sprng-prefix=PREFIX + --with-sprng_prefix=PREFIX Prefix where SPRNG is installed - --with-sprng-lib=PREFIX SPRNG library directory - --with-sprng-include=PREFIX + --with-sprng_lib_prefix=PREFIX SPRNG library directory + --with-sprng_include_prefix=PREFIX SPRNG include directory --with-mkl Do we want MKL will check /usr/local/intel/mkl60 /opt/intel/mkl60 --with-mpi_f90_mods= @@ -6131,7 +6131,7 @@ done -# Check whether --with-sprng-prefix or --without-sprng-prefix was given. +# Check whether --with-sprng_prefix or --without-sprng_prefix was given. if test "${with_sprng_prefix+set}" = set; then withval="$with_sprng_prefix" sprng_prefix="$withval" @@ -6139,7 +6139,7 @@ fi; sprng_prefix="/usr/local" fi; -# Check whether --with-sprng-lib-prefix or --without-sprng-lib-prefix was given. +# Check whether --with-sprng_lib_prefix or --without-sprng_lib_prefix was given. if test "${with_sprng_lib_prefix+set}" = set; then withval="$with_sprng_lib_prefix" sprng_lib_prefix="$withval" @@ -6147,7 +6147,7 @@ fi; sprng_lib_prefix="/usr/local/lib" fi; -# Check whether --with-sprng-include-prefix or --without-sprng-include-prefix was given. +# Check whether --with-sprng_include_prefix or --without-sprng_include_prefix was given. if test "${with_sprng_include_prefix+set}" = set; then withval="$with_sprng_include_prefix" sprng_include_prefix="$withval"