[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:
This commit is contained in:
Bill Wendling 2003-04-09 20:17:16 -05:00
parent 16af7806e7
commit e783f65f9f

View File

@ -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