summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-06-25 20:06:16 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-06-25 20:06:16 (GMT)
commit44718454cacbad4a39e06e8935406e17be046ea0 (patch)
treeaef36ddaca5ee971108256c5564a1061a4f9cbaf /m4
parent8353d79d26b6b4ad513e4e4e7c346eda2797f3d6 (diff)
downloadhdf5-44718454cacbad4a39e06e8935406e17be046ea0.zip
hdf5-44718454cacbad4a39e06e8935406e17be046ea0.tar.gz
hdf5-44718454cacbad4a39e06e8935406e17be046ea0.tar.bz2
[svn-r27285] added search replace for space to comma
Diffstat (limited to 'm4')
-rw-r--r--m4/aclocal_fc.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/aclocal_fc.m4 b/m4/aclocal_fc.m4
index a9d18ba..0bb66a1 100644
--- a/m4/aclocal_fc.m4
+++ b/m4/aclocal_fc.m4
@@ -584,6 +584,8 @@ rm -f pac_Cconftest.out
])
AC_RUN_IFELSE([],[
if test -s pac_Cconftest.out ; then
+dnl LDBL_DIG="`perl -ne '$. == 1 && print && exit'`"
+dnl FLT128_DIG="`perl -ne '$. == 2 && print && exit'`"
LDBL_DIG="`sed -n '1p' pac_Cconftest.out`"
FLT128_DIG="`sed -n '2p' pac_Cconftest.out`"
else