[svn-r27285] added search replace for space to comma

This commit is contained in:
Scot Breitenfeld
2015-06-25 15:06:16 -05:00
parent 8353d79d26
commit 44718454ca
3 changed files with 7 additions and 4 deletions

View File

@@ -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