| 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!) |
| 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" |
| 246 |
|
|
| 247 |
|
dnl **** Create Make.conf |
| 248 |
|
AC_OUTPUT(Make.conf:ac-tools/Make.conf.in) |