diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-07-09 21:28:26 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-07-09 21:28:26 (GMT) |
commit | 6874139caa0c91fb9f2a52f9606e6fd5ed64a9d5 (patch) | |
tree | 62d359126b1ca70cdec5a38d68170e2a99c1e832 /fortran/acsite.m4 | |
parent | f4da6baf5dc8a0f029f004c2146ee293ae2ef079 (diff) | |
download | hdf5-6874139caa0c91fb9f2a52f9606e6fd5ed64a9d5.zip hdf5-6874139caa0c91fb9f2a52f9606e6fd5ed64a9d5.tar.gz hdf5-6874139caa0c91fb9f2a52f9606e6fd5ed64a9d5.tar.bz2 |
[svn-r4166]
Purpose:
Fix
Description:
Porting fixes from the 1.4 branch to the 1.5 branch. This fixes the
dependency problem in the testpar/ directory and also the problem
with module includes on the command line.
Diffstat (limited to 'fortran/acsite.m4')
-rw-r--r-- | fortran/acsite.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fortran/acsite.m4 b/fortran/acsite.m4 index 37db8a0..dd949c0 100644 --- a/fortran/acsite.m4 +++ b/fortran/acsite.m4 @@ -249,6 +249,7 @@ done if test -n "$F9XMODFLAG"; then echo $F9XMODFLAG 1>&6 + FFLAGS="$(F9XMODFLAG). $(F9XMODFLAG)../src $FFLAGS" else echo unknown 1>&6 fi |