summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-04-13 03:44:49 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-04-13 03:44:49 (GMT)
commit933adde73a7a2cf25bb0716a275ebff56807bf11 (patch)
treece31758d6aec81eb8510226c481985ac743b0774
parent05cb2b544a671dc77ff2577abd666d071163954f (diff)
downloadhdf5-933adde73a7a2cf25bb0716a275ebff56807bf11.zip
hdf5-933adde73a7a2cf25bb0716a275ebff56807bf11.tar.gz
hdf5-933adde73a7a2cf25bb0716a275ebff56807bf11.tar.bz2
[svn-r29688] Merge of r29090 from trunk.
Changes smart quotes to ASCII quotes in autotools gnu config file. Additional fix for HDFFV-9439. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Fortran autotools parallel (MPICH 3.1.4) w/ Fortran
-rw-r--r--config/linux-gnulibc12
1 files changed, 1 insertions, 1 deletions
diff --git a/config/linux-gnulibc1 b/config/linux-gnulibc1
index fb8929c..c9811e6 100644
--- a/config/linux-gnulibc1
+++ b/config/linux-gnulibc1
@@ -177,7 +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/\"/\\\"/g' |\
sed 's/^\([a-z]* \)/ built with \1/1'`
fc_version_info=`echo $fc_version_info`
;;