diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2016-01-22 18:18:04 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2016-01-22 18:18:04 (GMT) |
commit | 0d714830a8d0353e82f88cca214d26e4ba12044f (patch) | |
tree | 6be65c39acdf64d8e2125094672d263c337578b3 | |
parent | 43b96df2a4c229b1eeb72084fb78584a9fbf3e2f (diff) | |
download | hdf5-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.
-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` ;; |