From 16af7806e7b492a91bee96abdd985e35cd607e1d Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 9 Apr 2003 20:05:03 -0500 Subject: [svn-r6623] Purpose: Bug Fix Description: Some of the macros in the script weren't being updated by configure correctly. Also, the FFLAGS needed to be used during compilation. Solution: Put the correct macros in there. Added FFLAGS. Platforms tested: Arabica. Only testing it on one platform for now since this is a script change and needs to be tested on one machine first before further testing... Misc. update: --- fortran/src/h5fc.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fortran/src/h5fc.in b/fortran/src/h5fc.in index cedc0b5..4e2dc05 100755 --- a/fortran/src/h5fc.in +++ b/fortran/src/h5fc.in @@ -50,8 +50,9 @@ dash_c="no" get_output_file="no" SHOW="eval" -FCBASE="@FC@" -FLINKERBASE="@FC@" +FCBASE="@F9X@" +FLINKERBASE="@F9X@" +FFLAGS="@FFLAGS@" LDFLAGS="@LDFLAGS@" LIBS="@LIBS@" @@ -196,7 +197,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 $LDFLAGS $link_objs $link_args + $SHOW $FLINKER $FFLAGS $LDFLAGS $link_objs $link_args status=$? fi -- cgit v0.12