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 840 by gezelter, Wed Oct 29 14:29:12 2003 UTC vs.
Revision 894 by chuckv, Mon Jan 5 21:00:05 2004 UTC

# Line 187 | Line 187 | AM_PATH_SPRNG
187  
188   ACX_MPI
189  
190 + AC_CHECK_MPI_F90MOD
191 +
192 + if test "$HAVE_MPI_MOD" = 1; then
193 +        AC_DEFINE(MPI_MOD, 1, [have mpi module])
194 + else
195 +        AC_LANG([Fortran 90])
196 +        AC_CHECK_HEADERS(mpif.h)
197 +        AC_LANG_RESTORE()
198 +        AC_DEFINE(MPI_H, 1, [have mpi Fortran header file])
199 + fi
200 +
201   AM_PATH_SPRNG
202   CHECK_MKL
203  
193 AC_CHECK_MPI_F90MOD
204  
205   AC_EXEEXT
206   AC_OBJEXT
# Line 217 | Line 227 | SUBDIRS="libBASS libmdtools src forceFields samples ut
227   MKINSTALLDIRS=`pwd`/ac-tools/"shtool mkdir -p -f"
228  
229   dnl **** Final list of subdirs
230 < SUBDIRS="libBASS libmdtools src forceFields samples utils utils/sysbuilder staticProps"
230 > SUBDIRS="libBASS libmdtools src forceFields samples utils utils/sysbuilder staticProps third-party"
231  
232   dnl **** Define CFLAGS etc empty to prevent configure from setting them
233   CFLAGS=${CFLAGS-""}
# Line 258 | Line 268 | AC_CONFIG_FILES([Makefile
268          libBASS/Makefile libmdtools/Makefile src/Makefile utils/Makefile
269          utils/sysbuilder/Makefile  forceFields/Makefile samples/Makefile
270          staticProps/Makefile
271 +        third-party/Makefile
272          samples/alkane/Makefile samples/argon/Makefile
273          samples/beadLipid/Makefile samples/lipid/Makefile
274          samples/metals/Makefile samples/water/Makefile

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines