ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/configure
(Generate patch)

Comparing trunk/OOPSE/configure (file contents):
Revision 785 by gezelter, Thu Sep 25 16:42:34 2003 UTC vs.
Revision 786 by gezelter, Thu Sep 25 18:54:34 2003 UTC

# Line 311 | Line 311 | ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKA
311   # include <unistd.h>
312   #endif"
313  
314 < ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS PROGNAME DEBUG build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX F90 F90FLAGS ac_ct_F90 PREPFLAG PREPDEFFLAG INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S SET_MAKE RANLIB ac_ct_RANLIB YACC LEX LEXLIB LEX_OUTPUT_ROOT AR F90LIBS F90_FUNC F90_FUNC_ MPI_DIR MPI_LIBDIR MPI_INC MPI_LIB MPIF77 MPIF90 MPILIBS CPP EGREP SPRNG_LIBDIR SPRNG_LIB SPRNG_INC HAVE_SPRNG MKL_LIBDIR MKL_LIB MKL_INC HAVE_MKL MPI_F90_MODS MPIMODLIBNAME BATEXT MKINSTALLDIRS OOPSE OOPSE_HOME SUBDIRS FFLAGS LIBOBJS LTLIBOBJS'
314 > ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS PROGNAME DEBUG build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX F90 F90FLAGS ac_ct_F90 PREPFLAG PREPDEFFLAG INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S SET_MAKE RANLIB ac_ct_RANLIB YACC LEX LEXLIB LEX_OUTPUT_ROOT AR F90LIBS F90_FUNC F90_FUNC_ mpi_dir MPI_LIBDIR MPI_INC MPI_LIB MPIF77 MPIF90 MPILIBS CPP EGREP SPRNG_LIBDIR SPRNG_LIB SPRNG_INC HAVE_SPRNG MKL_LIBDIR MKL_LIB MKL_INC HAVE_MKL MPI_F90_MODS MPIMODLIBNAME BATEXT MKINSTALLDIRS OOPSE OOPSE_HOME SUBDIRS FFLAGS LIBOBJS LTLIBOBJS'
315   ac_subst_files=''
316  
317   # Initialize some variables set by options.
# Line 874 | Line 874 | Optional Packages:
874   Optional Packages:
875    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
876    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
877 <  --with-mpi-dir=MPIDIR   give the path for MPI /usr/local
878 <  --with-mpi-lib-dir=dir  give the path for MPI-libraries MPI_DIR/lib
879 <  --with-mpi-inc-dir=dir  give the path for MPI-include-files MPI_DIR/include
877 >  --with-mpi_dir=MPIDIR   give the path for MPI /usr/local
878 >  --with-mpi-libdir=dir  give the path for MPI-libraries MPI_DIR/lib
879 >  --with-mpi_inc=dir  give the path for MPI-include-files MPI_DIR/include
880    --with-sprng-prefix=PREFIX
881                            Prefix where SPRNG is installed
882    --with-sprng-lib=PREFIX  SPRNG library directory
# Line 5368 | Line 5368 | echo $ECHO_N "checking for mpi-directory... $ECHO_C" >
5368   echo "$as_me:$LINENO: checking for mpi-directory" >&5
5369   echo $ECHO_N "checking for mpi-directory... $ECHO_C" >&6
5370  
5371 < # Check whether --with-MPI_DIR or --without-MPI_DIR was given.
5372 < if test "${with_MPI_DIR+set}" = set; then
5373 <  withval="$with_MPI_DIR"
5371 > # Check whether --with-mpi_dir or --without-mpi_dir was given.
5372 > if test "${with_mpi_dir+set}" = set; then
5373 >  withval="$with_mpi_dir"
5374    MPI_DIR="$withval"
5375   else
5376    MPI_DIR="/usr/local"
# Line 5382 | Line 5382 | echo $ECHO_N "checking for mpi-lib-directory... $ECHO_
5382   echo "$as_me:$LINENO: checking for mpi-lib-directory" >&5
5383   echo $ECHO_N "checking for mpi-lib-directory... $ECHO_C" >&6
5384  
5385 < # Check whether --with-MPI_LIBDIR or --without-MPI_LIBDIR was given.
5386 < if test "${with_MPI_LIBDIR+set}" = set; then
5387 <  withval="$with_MPI_LIBDIR"
5385 > # Check whether --with-mpi_libdir or --without-mpi_libdir was given.
5386 > if test "${with_mpi_libdir+set}" = set; then
5387 >  withval="$with_mpi_libdir"
5388    MPI_LIBDIR="$withval"
5389   else
5390    MPI_LIBDIR="$MPI_DIR/lib"
# Line 5396 | Line 5396 | echo $ECHO_N "checking for mpi-inc-directory... $ECHO_
5396   echo "$as_me:$LINENO: checking for mpi-inc-directory" >&5
5397   echo $ECHO_N "checking for mpi-inc-directory... $ECHO_C" >&6
5398  
5399 < # Check whether --with-MPI_INC or --without-MPI_INC was given.
5400 < if test "${with_MPI_INC+set}" = set; then
5401 <  withval="$with_MPI_INC"
5399 > # Check whether --with-mpi_inc or --without-mpi_inc was given.
5400 > if test "${with_mpi_inc+set}" = set; then
5401 >  withval="$with_mpi_inc"
5402    MPI_INC="$withval"
5403   else
5404    MPI_INC="$MPI_DIR/include"
# Line 7504 | Line 7504 | s,@MPI_DIR@,$MPI_DIR,;t t
7504   s,@F90LIBS@,$F90LIBS,;t t
7505   s,@F90_FUNC@,$F90_FUNC,;t t
7506   s,@F90_FUNC_@,$F90_FUNC_,;t t
7507 < s,@MPI_DIR@,$MPI_DIR,;t t
7507 > s,@mpi_dir@,$mpi_dir,;t t
7508   s,@MPI_LIBDIR@,$MPI_LIBDIR,;t t
7509   s,@MPI_INC@,$MPI_INC,;t t
7510   s,@MPI_LIB@,$MPI_LIB,;t t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines