summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-10-27 14:17:46 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-10-27 14:17:46 (GMT)
commit89cfc8617c6dd0fd89c73e40a1b2993bff13858a (patch)
treea21dacfb2b1ae31e31c6e1775c00859ee29b65bf /configure
parent7bfab2c15371f666fc7238a5ce246a507ab722d5 (diff)
downloadhdf5-89cfc8617c6dd0fd89c73e40a1b2993bff13858a.zip
hdf5-89cfc8617c6dd0fd89c73e40a1b2993bff13858a.tar.gz
hdf5-89cfc8617c6dd0fd89c73e40a1b2993bff13858a.tar.bz2
updated configure changes with bin/reconfig
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f581c44..0859d57 100755
--- a/configure
+++ b/configure
@@ -33750,7 +33750,7 @@ if test "X$HDF_FORTRAN" = "Xyes"; then
case "`uname`" in
Linux*)
if test "X$FC_BASENAME" = "Xnagfor"; then
- cat libtool | awk '/NAG_Fortran/{flag=1}flag&&/wl=/{$NF="wl=\"-Wl,Wl,,\"";flag=0}1' > libtool.tmp && mv -f libtool.tmp libtool && chmod 755 libtool
+ cat libtool | awk '/BEGIN LIBTOOL TAG CONFIG: FC/{flag=1}flag&&/wl=/{$NF="wl=\"-Wl,-Wl,,\"";flag=0}1' > libtool.tmp && mv -f libtool.tmp libtool && chmod 755 libtool
fi
;;
esac