diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-10-27 14:17:46 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-10-27 14:17:46 (GMT) |
commit | 89cfc8617c6dd0fd89c73e40a1b2993bff13858a (patch) | |
tree | a21dacfb2b1ae31e31c6e1775c00859ee29b65bf /configure | |
parent | 7bfab2c15371f666fc7238a5ce246a507ab722d5 (diff) | |
download | hdf5-89cfc8617c6dd0fd89c73e40a1b2993bff13858a.zip hdf5-89cfc8617c6dd0fd89c73e40a1b2993bff13858a.tar.gz hdf5-89cfc8617c6dd0fd89c73e40a1b2993bff13858a.tar.bz2 |
updated configure changes with bin/reconfig
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |