summaryrefslogtreecommitdiffstats
path: root/config/linux-gnulibc1
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2016-01-22 18:18:04 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2016-01-22 18:18:04 (GMT)
commit0d714830a8d0353e82f88cca214d26e4ba12044f (patch)
tree6be65c39acdf64d8e2125094672d263c337578b3 /config/linux-gnulibc1
parent43b96df2a4c229b1eeb72084fb78584a9fbf3e2f (diff)
downloadhdf5-0d714830a8d0353e82f88cca214d26e4ba12044f.zip
hdf5-0d714830a8d0353e82f88cca214d26e4ba12044f.tar.gz
hdf5-0d714830a8d0353e82f88cca214d26e4ba12044f.tar.bz2
[svn-r28960] Fix for HDFFV-9439
Escape quotes in fortran version output to find fortran version for libhdf5.settings Tested with buildhdf5 on platypus, ostrich, moohan and mayll.
Diffstat (limited to 'config/linux-gnulibc1')
-rw-r--r--config/linux-gnulibc11
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`
;;