[svn-r9907] Purpose:

Bug fix

Description:
Different compilers use different flags to include Fortran module files

Solution:
Changed boilerplate to use configure variable rather than hardcoded -M flag.

Platforms tested:
sleipnir, sol, copper
This commit is contained in:
James Laird
2005-02-01 10:27:37 -05:00
parent f1278ad78f
commit 30bfb1e0ea
51 changed files with 55 additions and 10 deletions

View File

@@ -180,6 +180,7 @@ H5FC_PP = $(bindir)/h5pfc
# Make sure that these variables are exported to the Makefiles
F9XMODEXT = @F9XMODEXT@
F9XMODFLAG = @F9XMODFLAG@
localdocdir = $(docdir)/hdf5/TechNotes