diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2016-04-12 21:22:29 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2016-04-12 21:22:29 (GMT) |
commit | 05cb2b544a671dc77ff2577abd666d071163954f (patch) | |
tree | e143244e29f37a374965fdb54e3b7ae8f956edc7 | |
parent | e1e3240c091649f853a120cced5d0ee78193e027 (diff) | |
download | hdf5-05cb2b544a671dc77ff2577abd666d071163954f.zip hdf5-05cb2b544a671dc77ff2577abd666d071163954f.tar.gz hdf5-05cb2b544a671dc77ff2577abd666d071163954f.tar.bz2 |
[svn-r29687] Fix for HDFFV-9439 (previously in trunk).
Tested with h5committest.new on kituo, ostrich, osx1010dev and platypus.
-rw-r--r-- | config/linux-gnulibc1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/linux-gnulibc1 b/config/linux-gnulibc1 index 465bfed..fb8929c 100644 --- a/config/linux-gnulibc1 +++ b/config/linux-gnulibc1 @@ -177,6 +177,7 @@ case $FC in *mpif90*) fc_version_info=`$FC $FCFLAGS $H5_FCFLAGS -v 2>&1 | grep 'version' |\ sed 's/^[a-z0-9]* for //' |\ + sed ās/\ā/\\\ā/gā |\ sed 's/^\([a-z]* \)/ built with \1/1'` fc_version_info=`echo $fc_version_info` ;; |