From e783f65f9f6b01cbdc7ada937a83f752dab215a8 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 9 Apr 2003 20:17:16 -0500 Subject: [svn-r6624] Purpose: Bug Fix Description: The way to detect modules wasn't in there. Solution: Added the 'F9XMODFLAG' variable and have it pointing to the appropriate place. Platforms tested: Arabica. Will test on other platforms one at a time. This won't affect other parts of the system... Misc. update: --- fortran/src/h5fc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fortran/src/h5fc.in b/fortran/src/h5fc.in index 4e2dc05..527ed22 100755 --- a/fortran/src/h5fc.in +++ b/fortran/src/h5fc.in @@ -53,6 +53,7 @@ SHOW="eval" FCBASE="@F9X@" FLINKERBASE="@F9X@" FFLAGS="@FFLAGS@" +F9XMODFLAG="@F9XMODFLAG@" LDFLAGS="@LDFLAGS@" LIBS="@LIBS@" @@ -197,7 +198,7 @@ if test "x$do_link" = "xyes"; then link_args="$link_args ${libdir}/libhdf5_fortran.a ${libdir}/libhdf5.a" link_args="$link_args $LIBS" - $SHOW $FLINKER $FFLAGS $LDFLAGS $link_objs $link_args + $SHOW $FLINKER ${F9XMODFLAG}${libdir} $link_objs $link_args status=$? fi -- cgit v0.12