summaryrefslogtreecommitdiffstats
path: root/acsite.m4
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2005-01-19 01:57:44 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2005-01-19 01:57:44 (GMT)
commita067f223455fa59e2107b65efaa14b1abf58e0f4 (patch)
treeabb4c638342ba779e0bd19ef0507578259096430 /acsite.m4
parentd6c70331d748cefa9b048c7b87ea17c86e149834 (diff)
downloadhdf5-a067f223455fa59e2107b65efaa14b1abf58e0f4.zip
hdf5-a067f223455fa59e2107b65efaa14b1abf58e0f4.tar.gz
hdf5-a067f223455fa59e2107b65efaa14b1abf58e0f4.tar.bz2
[svn-r9835] Purpose: Bug fix/enhancement
Description: Fortran module search directories included ../src and ../../fortran/src directories; this was defined in acsite.m4 file in order for fortran and HL fortran tests to compile. Those flags were included in h5fc and h5pfc scripts. Solution: Removed those directories from acsite.m4 file and updated Makefile.in files. Platforms tested: sequential on arabica and parallel on copper including HL Fortran Misc. update:
Diffstat (limited to 'acsite.m4')
-rw-r--r--acsite.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acsite.m4 b/acsite.m4
index c6bbdbf..4235368 100644
--- a/acsite.m4
+++ b/acsite.m4
@@ -261,7 +261,7 @@ done
if test -n "$F9XMODFLAG"; then
echo $F9XMODFLAG 1>&6
- FFLAGS="$F9XMODFLAG. $F9XMODFLAG../src $F9XMODFLAG../../../fortran/src $FFLAGS"
+ FFLAGS="$F9XMODFLAG. $FFLAGS"
else
echo unknown 1>&6
fi