summaryrefslogtreecommitdiffstats
path: root/fortran/configure
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2005-01-13 23:28:59 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2005-01-13 23:28:59 (GMT)
commitbd2d4163eb167eb8bfbde17643bc61b7569354b9 (patch)
treefbc310a40022aa2b885512c4c0edf0745678f06e /fortran/configure
parentda0e88d1935a7e888f83dad70eb3ca8bfcec8cf0 (diff)
downloadhdf5-bd2d4163eb167eb8bfbde17643bc61b7569354b9.zip
hdf5-bd2d4163eb167eb8bfbde17643bc61b7569354b9.tar.gz
hdf5-bd2d4163eb167eb8bfbde17643bc61b7569354b9.tar.bz2
[svn-r9820] Purpose: Bug fix
Description: AC_F9X_MODS macro had extra ../src directory used for the F90 modules; the path should not be in the general macro; it should be specified in the Makefile.in Solution: Fixed the macro and regenerated configure Platforms tested: heping, arabica, copper (parallel) Misc. update:
Diffstat (limited to 'fortran/configure')
-rwxr-xr-xfortran/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/fortran/configure b/fortran/configure
index 4d425ca..6250cf8 100755
--- a/fortran/configure
+++ b/fortran/configure
@@ -7790,7 +7790,8 @@ done
if test -n "$F9XMODFLAG"; then
echo $F9XMODFLAG 1>&6
- FFLAGS="$F9XMODFLAG. $F9XMODFLAG../src $FFLAGS"
+# FFLAGS="$F9XMODFLAG. $F9XMODFLAG../src $FFLAGS"
+ FFLAGS="$F9XMODFLAG. $FFLAGS"
else
echo unknown 1>&6
fi