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

Comparing trunk/OOPSE/ac-tools/configure.in (file contents):
Revision 396 by gezelter, Tue Mar 25 00:51:00 2003 UTC vs.
Revision 679 by chuckv, Mon Aug 11 22:25:28 2003 UTC

# Line 183 | Line 183 | if test -r $mpi_f90_mods/MPI.mod; then
183      [mpi_f90_mods="${withval}"],
184      [mpi_f90_mods="/usr/local/include/f90choice"] )
185   AC_SUBST(mpi_f90_mods)
186 < if test -r $mpi_f90_mods/MPI.mod; then
186 > if test -r $mpi_f90_mods/MPI.mod || test -r $mpi_f90_mods/mpi.mod; then
187    AC_DEFINE(USE_MPI_F90_MODS, 1, [define whether we have the MPI f90 modules])
188   else
189    AC_MSG_ERROR(--> Can't find MPI f90 modules!)
# Line 242 | Line 242 | SUBDIRS="libBASS libmdtools src forceFields samples"
242   MKINSTALLDIRS=`pwd`/ac-tools/"shtool mkdir -p -f"
243  
244   dnl **** Final list of subdirs
245 < SUBDIRS="libBASS libmdtools src forceFields samples"
245 > SUBDIRS="libBASS libmdtools src forceFields samples utils utils/sysbuilder"
246  
247   dnl **** Create Make.conf
248   AC_OUTPUT(Make.conf:ac-tools/Make.conf.in)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines