From 0d714830a8d0353e82f88cca214d26e4ba12044f Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Fri, 22 Jan 2016 13:18:04 -0500 Subject: [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. --- config/linux-gnulibc1 | 1 + 1 file changed, 1 insertion(+) 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` ;; -- cgit v0.12