Commit 6c820cf2 by Branko Cibej Committed by Phil Edwards

acinclude.m4 (GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT): Check for sinf, cosf, fabsf,…

acinclude.m4 (GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT): Check for sinf, cosf, fabsf, and sqrtf; add to LIBMATHOBJS if missing.

2000-06-08  Branko Cibej  <branko.cibej@hermes.si>

	* acinclude.m4 (GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT):  Check for
	  sinf, cosf, fabsf, and sqrtf; add to LIBMATHOBJS if missing.
	* aclocal.m4:  Regenerate.
	* configure:  Regenerate.
	* math/cosf.c:  New file.
	* math/fabsf.c:  Likewise.
	* math/sinf.c:  Likewise.
	* math/sqrtf.c:  Likewise.
	* math/Makefile.am (EXTRA_DIST):  Add those four files.
	* math/Makefile.in:  Regenerate.

From-SVN: r34461
parent 5c61f0f2
2000-06-08 Branko Cibej <branko.cibej@hermes.si>
* acinclude.m4 (GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT): Check for
sinf, cosf, fabsf, and sqrtf; add to LIBMATHOBJS if missing.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* math/cosf.c: New file.
* math/fabsf.c: Likewise.
* math/sinf.c: Likewise.
* math/sqrtf.c: Likewise.
* math/Makefile.am (EXTRA_DIST): Add those four files.
* math/Makefile.in: Regenerate.
2000-06-08 Phil Edwards <pme@sourceware.cygnus.com>
* testsuite/26_numerics/complex_inserters_extractors.cc: Need cmath.
......
......@@ -1027,11 +1027,12 @@ AC_DEFUN(GLIBCPP_CHECK_MATH_SUPPORT, [
AC_SUBST(USE_LONG_DOUBLE)
dnl Check to see if basic C math functions have float, long double versions.
AC_REPLACE_MATHFUNCS(cosf fabsf sinf sqrtf)
AC_CHECK_FUNCS(isnan isnanf isnanl isinf isinff isinfl copysign copysignl \
acosf acosl asinf asinl atanf atanl atan2f atan2l ceilf ceill cosf cosl \
coshf coshl expf expl fabsf fabsl floorf floorl frexpf frexpl ldexpf \
ldexpl logf logl log10f log10l modf modff modfl powf powl sinf sinl sinhf \
sinhl sqrtf sqrtl tanf tanl tanhf tanhl strtof strtold sincos sincosf \
acosf acosl asinf asinl atanf atanl atan2f atan2l ceilf ceill cosl \
coshf coshl expf expl fabsl floorf floorl frexpf frexpl ldexpf \
ldexpl logf logl log10f log10l modf modff modfl powf powl sinl sinhf \
sinhl sqrtl tanf tanl tanhf tanhl strtof strtold sincos sincosf \
sincosl finite finitef finitel fqfinite fpclass qfpclass)
#Some runtimes have these functions with a preceding underscore. Please
......
......@@ -1039,11 +1039,12 @@ AC_DEFUN(GLIBCPP_CHECK_MATH_SUPPORT, [
AC_SUBST(USE_LONG_DOUBLE)
dnl Check to see if basic C math functions have float, long double versions.
AC_REPLACE_MATHFUNCS(cosf fabsf sinf sqrtf)
AC_CHECK_FUNCS(isnan isnanf isnanl isinf isinff isinfl copysign copysignl \
acosf acosl asinf asinl atanf atanl atan2f atan2l ceilf ceill cosf cosl \
coshf coshl expf expl fabsf fabsl floorf floorl frexpf frexpl ldexpf \
ldexpl logf logl log10f log10l modf modff modfl powf powl sinf sinl sinhf \
sinhl sqrtf sqrtl tanf tanl tanhf tanhl strtof strtold sincos sincosf \
acosf acosl asinf asinl atanf atanl atan2f atan2l ceilf ceill cosl \
coshf coshl expf expl fabsl floorf floorl frexpf frexpl ldexpf \
ldexpl logf logl log10f log10l modf modff modfl powf powl sinl sinhf \
sinhl sqrtl tanf tanl tanhf tanhl strtof strtold sincos sincosf \
sincosl finite finitef finitel fqfinite fpclass qfpclass)
#Some runtimes have these functions with a preceding underscore. Please
......
......@@ -617,7 +617,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
fi
echo $ac_n "checking host system type""... $ac_c" 1>&6
echo "configure:621: checking host system type" >&5
echo "configure:610: checking host system type" >&5
host_alias=$host
case "$host_alias" in
......@@ -638,7 +638,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$ac_t""$host" 1>&6
echo $ac_n "checking target system type""... $ac_c" 1>&6
echo "configure:642: checking target system type" >&5
echo "configure:631: checking target system type" >&5
target_alias=$target
case "$target_alias" in
......@@ -656,7 +656,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$ac_t""$target" 1>&6
echo $ac_n "checking build system type""... $ac_c" 1>&6
echo "configure:660: checking build system type" >&5
echo "configure:649: checking build system type" >&5
build_alias=$build
case "$build_alias" in
......@@ -705,7 +705,7 @@ fi
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
echo "configure:709: checking for a BSD compatible install" >&5
echo "configure:698: checking for a BSD compatible install" >&5
if test -z "$INSTALL"; then
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
......@@ -758,7 +758,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
echo "configure:762: checking whether build environment is sane" >&5
echo "configure:751: checking whether build environment is sane" >&5
# Just in case
sleep 1
echo timestamp > conftestfile
......@@ -815,7 +815,7 @@ test "$program_suffix" != NONE &&
test "$program_transform_name" = "" && program_transform_name="s,x,x,"
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
echo "configure:819: checking whether ${MAKE-make} sets \${MAKE}" >&5
echo "configure:808: checking whether ${MAKE-make} sets \${MAKE}" >&5
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
......@@ -848,12 +848,12 @@ else
fi
echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
echo "configure:852: checking for Cygwin environment" >&5
echo "configure:841: checking for Cygwin environment" >&5
if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 857 "configure"
#line 846 "configure"
#include "confdefs.h"
int main() {
......@@ -864,7 +864,7 @@ int main() {
return __CYGWIN__;
; return 0; }
EOF
if { (eval echo configure:868: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:857: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_cygwin=yes
else
......@@ -881,19 +881,19 @@ echo "$ac_t""$ac_cv_cygwin" 1>&6
CYGWIN=
test "$ac_cv_cygwin" = yes && CYGWIN=yes
echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
echo "configure:885: checking for mingw32 environment" >&5
echo "configure:874: checking for mingw32 environment" >&5
if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 890 "configure"
#line 879 "configure"
#include "confdefs.h"
int main() {
return __MINGW32__;
; return 0; }
EOF
if { (eval echo configure:897: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:886: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_mingw32=yes
else
......@@ -940,7 +940,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
fi
echo $ac_n "checking host system type""... $ac_c" 1>&6
echo "configure:944: checking host system type" >&5
echo "configure:933: checking host system type" >&5
host_alias=$host
case "$host_alias" in
......@@ -981,7 +981,7 @@ EOF
missing_dir=`cd $ac_aux_dir && pwd`
echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
echo "configure:985: checking for working aclocal" >&5
echo "configure:974: checking for working aclocal" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
......@@ -994,7 +994,7 @@ else
fi
echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
echo "configure:998: checking for working autoconf" >&5
echo "configure:987: checking for working autoconf" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
......@@ -1007,7 +1007,7 @@ else
fi
echo $ac_n "checking for working automake""... $ac_c" 1>&6
echo "configure:1011: checking for working automake" >&5
echo "configure:1000: checking for working automake" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
......@@ -1020,7 +1020,7 @@ else
fi
echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
echo "configure:1024: checking for working autoheader" >&5
echo "configure:1013: checking for working autoheader" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
......@@ -1033,7 +1033,7 @@ else
fi
echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
echo "configure:1037: checking for working makeinfo" >&5
echo "configure:1026: checking for working makeinfo" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
......@@ -1059,7 +1059,7 @@ fi
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1063: checking for $ac_word" >&5
echo "configure:1052: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
......@@ -1089,7 +1089,7 @@ if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1093: checking for $ac_word" >&5
echo "configure:1082: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
......@@ -1138,7 +1138,7 @@ fi
fi
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
echo "configure:1142: checking whether we are using GNU C" >&5
echo "configure:1131: checking whether we are using GNU C" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
......@@ -1147,7 +1147,7 @@ else
yes;
#endif
EOF
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1151: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1140: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
ac_cv_prog_gcc=yes
else
ac_cv_prog_gcc=no
......@@ -1162,7 +1162,7 @@ if test $ac_cv_prog_gcc = yes; then
ac_save_CFLAGS="$CFLAGS"
CFLAGS=
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
echo "configure:1166: checking whether ${CC-cc} accepts -g" >&5
echo "configure:1155: checking whether ${CC-cc} accepts -g" >&5
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
......@@ -1199,7 +1199,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1203: checking for $ac_word" >&5
echo "configure:1192: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
......@@ -1232,7 +1232,7 @@ test -n "$CXX" || CXX="gcc"
test -z "$CXX" && { echo "configure: error: no acceptable c++ found in \$PATH" 1>&2; exit 1; }
echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
echo "configure:1236: checking whether we are using GNU C++" >&5
echo "configure:1225: checking whether we are using GNU C++" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
......@@ -1241,7 +1241,7 @@ else
yes;
#endif
EOF
if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1245: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1234: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
ac_cv_prog_gxx=yes
else
ac_cv_prog_gxx=no
......@@ -1256,7 +1256,7 @@ if test $ac_cv_prog_gxx = yes; then
ac_save_CXXFLAGS="$CXXFLAGS"
CXXFLAGS=
echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
echo "configure:1260: checking whether ${CXX-g++} accepts -g" >&5
echo "configure:1249: checking whether ${CXX-g++} accepts -g" >&5
if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
......@@ -1289,7 +1289,7 @@ fi
# LIBGCJ_CONFIGURE, which doesn't work because that means that it will
# be run before AC_CANONICAL_HOST.
echo $ac_n "checking build system type""... $ac_c" 1>&6
echo "configure:1293: checking build system type" >&5
echo "configure:1282: checking build system type" >&5
build_alias=$build
case "$build_alias" in
......@@ -1310,7 +1310,7 @@ echo "$ac_t""$build" 1>&6
# Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
set dummy ${ac_tool_prefix}as; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1314: checking for $ac_word" >&5
echo "configure:1303: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
......@@ -1342,7 +1342,7 @@ fi
# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
set dummy ${ac_tool_prefix}ar; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1346: checking for $ac_word" >&5
echo "configure:1335: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
......@@ -1374,7 +1374,7 @@ fi
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1378: checking for $ac_word" >&5
echo "configure:1367: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
......@@ -1406,7 +1406,7 @@ if test -n "$ac_tool_prefix"; then
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1410: checking for $ac_word" >&5
echo "configure:1399: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
......@@ -1451,7 +1451,7 @@ fi
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
echo "configure:1455: checking for a BSD compatible install" >&5
echo "configure:1444: checking for a BSD compatible install" >&5
if test -z "$INSTALL"; then
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
......@@ -1505,7 +1505,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
echo "configure:1509: checking whether to enable maintainer-specific portions of Makefiles" >&5
echo "configure:1498: checking whether to enable maintainer-specific portions of Makefiles" >&5
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
if test "${enable_maintainer_mode+set}" = set; then
enableval="$enable_maintainer_mode"
......@@ -1539,7 +1539,7 @@ if false; then
echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
echo "configure:1543: checking for executable suffix" >&5
echo "configure:1532: checking for executable suffix" >&5
if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
......@@ -1549,10 +1549,10 @@ else
rm -f conftest*
echo 'int main () { return 0; }' > conftest.$ac_ext
ac_cv_exeext=
if { (eval echo configure:1553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
if { (eval echo configure:1542: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
for file in conftest.*; do
case $file in
*.c | *.o | *.obj | *.ilk | *.pdb) ;;
*.c | *.o | *.obj) ;;
*) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
esac
done
......@@ -1663,7 +1663,7 @@ fi
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1667: checking for $ac_word" >&5
echo "configure:1656: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
......@@ -1702,7 +1702,7 @@ ac_prog=ld
if test "$ac_cv_prog_gcc" = yes; then
# Check if gcc -print-prog-name=ld gives a path.
echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
echo "configure:1706: checking for ld used by GCC" >&5
echo "configure:1695: checking for ld used by GCC" >&5
ac_prog=`($CC -print-prog-name=ld) 2>&5`
case "$ac_prog" in
# Accept absolute paths.
......@@ -1726,10 +1726,10 @@ echo "configure:1706: checking for ld used by GCC" >&5
esac
elif test "$with_gnu_ld" = yes; then
echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
echo "configure:1730: checking for GNU ld" >&5
echo "configure:1719: checking for GNU ld" >&5
else
echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
echo "configure:1733: checking for non-GNU ld" >&5
echo "configure:1722: checking for non-GNU ld" >&5
fi
if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
......@@ -1764,7 +1764,7 @@ else
fi
test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
echo "configure:1768: checking if the linker ($LD) is GNU ld" >&5
echo "configure:1757: checking if the linker ($LD) is GNU ld" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
......@@ -1780,7 +1780,7 @@ echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
echo "configure:1784: checking for BSD-compatible nm" >&5
echo "configure:1773: checking for BSD-compatible nm" >&5
if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
......@@ -1816,7 +1816,7 @@ NM="$ac_cv_path_NM"
echo "$ac_t""$NM" 1>&6
echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
echo "configure:1820: checking whether ln -s works" >&5
echo "configure:1809: checking whether ln -s works" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
......@@ -1865,8 +1865,8 @@ test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
case "$lt_target" in
*-*-irix6*)
# Find out which ABI we are using.
echo '#line 1869 "configure"' > conftest.$ac_ext
if { (eval echo configure:1870: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
echo '#line 1858 "configure"' > conftest.$ac_ext
if { (eval echo configure:1859: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
case "`/usr/bin/file conftest.o`" in
*32-bit*)
LD="${LD-ld} -32"
......@@ -1887,19 +1887,19 @@ case "$lt_target" in
SAVE_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -belf"
echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
echo "configure:1891: checking whether the C compiler needs -belf" >&5
echo "configure:1880: checking whether the C compiler needs -belf" >&5
if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 1896 "configure"
#line 1885 "configure"
#include "confdefs.h"
int main() {
; return 0; }
EOF
if { (eval echo configure:1903: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:1892: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
lt_cv_cc_needs_belf=yes
else
......@@ -2006,7 +2006,7 @@ exec 5>>./config.log
# Check for c++ or library specific bits that don't require linking.
echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
echo "configure:2010: checking how to run the C++ preprocessor" >&5
echo "configure:1999: checking how to run the C++ preprocessor" >&5
if test -z "$CXXCPP"; then
if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
......@@ -2019,12 +2019,12 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes
cross_compiling=$ac_cv_prog_cxx_cross
CXXCPP="${CXX-g++} -E"
cat > conftest.$ac_ext <<EOF
#line 2023 "configure"
#line 2012 "configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:2028: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{ (eval echo configure:2017: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
......@@ -2066,9 +2066,9 @@ cross_compiling=$ac_cv_prog_cxx_cross
# Sanity check that g++ is capable of dealing with v-3.
echo $ac_n "checking for g++ that will successfully compile this code""... $ac_c" 1>&6
echo "configure:2070: checking for g++ that will successfully compile this code" >&5
echo "configure:2059: checking for g++ that will successfully compile this code" >&5
cat > conftest.$ac_ext <<EOF
#line 2072 "configure"
#line 2061 "configure"
#include "confdefs.h"
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
......@@ -2090,10 +2090,10 @@ rm -f conftest*
# Check for pragma system_header.
echo $ac_n "checking for g++ that supports pragma system_header""... $ac_c" 1>&6
echo "configure:2094: checking for g++ that supports pragma system_header" >&5
echo "configure:2083: checking for g++ that supports pragma system_header" >&5
CXXFLAGS='-Wunknown-pragmas -Werror'
cat > conftest.$ac_ext <<EOF
#line 2097 "configure"
#line 2086 "configure"
#include "confdefs.h"
#pragma system_header
int main() {
......@@ -2101,7 +2101,7 @@ int foo;
; return 0; }
EOF
if { (eval echo configure:2105: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:2094: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_newpragma=yes
else
......@@ -2124,10 +2124,10 @@ rm -f conftest*
# Check for more sophisticated diagnostic control.
echo $ac_n "checking for g++ that supports -fdiagnostics-show-location=once""... $ac_c" 1>&6
echo "configure:2128: checking for g++ that supports -fdiagnostics-show-location=once" >&5
echo "configure:2117: checking for g++ that supports -fdiagnostics-show-location=once" >&5
CXXFLAGS='-fdiagnostics-show-location=once'
cat > conftest.$ac_ext <<EOF
#line 2131 "configure"
#line 2120 "configure"
#include "confdefs.h"
int main() {
......@@ -2135,7 +2135,7 @@ int foo;
; return 0; }
EOF
if { (eval echo configure:2139: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:2128: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_gabydiags=yes
else
......@@ -2168,7 +2168,7 @@ cross_compiling=$ac_cv_prog_cc_cross
echo $ac_n "checking for cpu primitives directory""... $ac_c" 1>&6
echo "configure:2172: checking for cpu primitives directory" >&5
echo "configure:2161: checking for cpu primitives directory" >&5
CPUFLAGS=
case "$target_cpu" in
alpha*)
......@@ -2225,7 +2225,7 @@ esac
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
echo "configure:2229: checking how to run the C preprocessor" >&5
echo "configure:2218: checking how to run the C preprocessor" >&5
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
CPP=
......@@ -2240,13 +2240,13 @@ else
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp.
cat > conftest.$ac_ext <<EOF
#line 2244 "configure"
#line 2233 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:2250: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{ (eval echo configure:2239: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
......@@ -2257,13 +2257,13 @@ else
rm -rf conftest*
CPP="${CC-cc} -E -traditional-cpp"
cat > conftest.$ac_ext <<EOF
#line 2261 "configure"
#line 2250 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:2267: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{ (eval echo configure:2256: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
......@@ -2274,13 +2274,13 @@ else
rm -rf conftest*
CPP="${CC-cc} -nologo -E"
cat > conftest.$ac_ext <<EOF
#line 2278 "configure"
#line 2267 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:2284: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{ (eval echo configure:2273: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
......@@ -2306,7 +2306,7 @@ echo "$ac_t""$CPP" 1>&6
echo $ac_n "checking for cstdio to use""... $ac_c" 1>&6
echo "configure:2310: checking for cstdio to use" >&5
echo "configure:2299: checking for cstdio to use" >&5
# Check whether --enable-cstdio or --disable-cstdio was given.
if test "${enable_cstdio+set}" = set; then
enableval="$enable_cstdio"
......@@ -2330,17 +2330,17 @@ fi
# see if we are on a system with libio native (ie, linux)
ac_safe=`echo "libio.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for libio.h""... $ac_c" 1>&6
echo "configure:2334: checking for libio.h" >&5
echo "configure:2323: checking for libio.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 2339 "configure"
#line 2328 "configure"
#include "confdefs.h"
#include <libio.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:2344: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{ (eval echo configure:2333: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
......@@ -2375,17 +2375,17 @@ fi
# NB: This replaces the _G_CONFIG_H machinery in libio-v2
ac_safe=`echo "_G_config.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for _G_config.h""... $ac_c" 1>&6
echo "configure:2379: checking for _G_config.h" >&5
echo "configure:2368: checking for _G_config.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 2384 "configure"
#line 2373 "configure"
#include "confdefs.h"
#include <_G_config.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:2389: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{ (eval echo configure:2378: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
......@@ -2458,12 +2458,12 @@ fi
# Check for the existance of functions used if long long is enabled.
echo $ac_n "checking for strtoll""... $ac_c" 1>&6
echo "configure:2462: checking for strtoll" >&5
echo "configure:2451: checking for strtoll" >&5
if eval "test \"`echo '$''{'ac_cv_func_strtoll'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 2467 "configure"
#line 2456 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strtoll(); below. */
......@@ -2486,7 +2486,7 @@ strtoll();
; return 0; }
EOF
if { (eval echo configure:2490: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_strtoll=yes"
else
......@@ -2507,12 +2507,12 @@ ac_strtoll=no
fi
echo $ac_n "checking for strtoull""... $ac_c" 1>&6
echo "configure:2511: checking for strtoull" >&5
echo "configure:2500: checking for strtoull" >&5
if eval "test \"`echo '$''{'ac_cv_func_strtoull'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 2516 "configure"
#line 2505 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strtoull(); below. */
......@@ -2535,7 +2535,7 @@ strtoull();
; return 0; }
EOF
if { (eval echo configure:2539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2528: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_strtoull=yes"
else
......@@ -2557,7 +2557,7 @@ fi
echo $ac_n "checking for enabled long long""... $ac_c" 1>&6
echo "configure:2561: checking for enabled long long" >&5
echo "configure:2550: checking for enabled long long" >&5
if test x"$ac_strtoll" = xno || test x"$ac_strtoull" = xno; then
enable_long_long=no;
fi;
......@@ -2572,7 +2572,7 @@ EOF
esac
echo $ac_n "checking for enabled cshadow headers""... $ac_c" 1>&6
echo "configure:2576: checking for enabled cshadow headers" >&5
echo "configure:2565: checking for enabled cshadow headers" >&5
# Check whether --enable-cshadow-headers or --disable-cshadow-headers was given.
if test "${enable_cshadow_headers+set}" = set; then
enableval="$enable_cshadow_headers"
......@@ -2613,7 +2613,7 @@ fi
echo $ac_n "checking for threads package to use""... $ac_c" 1>&6
echo "configure:2617: checking for threads package to use" >&5
echo "configure:2606: checking for threads package to use" >&5
# Check whether --enable-threads or --disable-threads was given.
if test "${enable_threads+set}" = set; then
enableval="$enable_threads"
......@@ -2676,17 +2676,17 @@ fi
posix)
ac_safe=`echo "pthread.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for pthread.h""... $ac_c" 1>&6
echo "configure:2680: checking for pthread.h" >&5
echo "configure:2669: checking for pthread.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 2685 "configure"
#line 2674 "configure"
#include "confdefs.h"
#include <pthread.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:2690: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{ (eval echo configure:2679: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
......@@ -2875,17 +2875,17 @@ else
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
echo "configure:2879: checking for $ac_hdr" >&5
echo "configure:2868: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 2884 "configure"
#line 2873 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:2889: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{ (eval echo configure:2878: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
......@@ -2915,7 +2915,7 @@ done
echo $ac_n "checking for GNU C++ __complex__ support""... $ac_c" 1>&6
echo "configure:2919: checking for GNU C++ __complex__ support" >&5
echo "configure:2908: checking for GNU C++ __complex__ support" >&5
if eval "test \"`echo '$''{'glibcpp_cv_complex'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
......@@ -2929,7 +2929,7 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes
cross_compiling=$ac_cv_prog_cxx_cross
cat > conftest.$ac_ext <<EOF
#line 2933 "configure"
#line 2922 "configure"
#include "confdefs.h"
struct dcomplex { __complex__ double x; }; \
dcomplex f(const dcomplex& x) { return dcomplex(x); }
......@@ -2938,7 +2938,7 @@ int main() {
dcomplex x; f(x);
; return 0; }
EOF
if { (eval echo configure:2942: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:2931: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
glibcpp_cv_complex=ok
else
......@@ -2970,7 +2970,7 @@ EOF
echo $ac_n "checking for GNU C++ __complex__ float support""... $ac_c" 1>&6
echo "configure:2974: checking for GNU C++ __complex__ float support" >&5
echo "configure:2963: checking for GNU C++ __complex__ float support" >&5
if eval "test \"`echo '$''{'glibcpp_cv_float_complex'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
......@@ -3003,14 +3003,14 @@ cross_compiling=$ac_cv_prog_cxx_cross
};
EOB
cat > conftest.$ac_ext <<EOF
#line 3007 "configure"
#line 2996 "configure"
#include "confdefs.h"
#include "conftest.h"
int main() {
; return 0; }
EOF
if { (eval echo configure:3014: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3003: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
glibcpp_cv_float_complex=ok
else
......@@ -3049,16 +3049,16 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes
cross_compiling=$ac_cv_prog_cxx_cross
echo $ac_n "checking for __builtin_acos""... $ac_c" 1>&6
echo "configure:3053: checking for __builtin_acos" >&5
echo "configure:3042: checking for __builtin_acos" >&5
cat > conftest.$ac_ext <<EOF
#line 3055 "configure"
#line 3044 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_acos(0.0);
; return 0; }
EOF
if { (eval echo configure:3062: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3051: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_acos=yes
else
......@@ -3076,16 +3076,16 @@ EOF
fi
echo $ac_n "checking for __builtin_acosf""... $ac_c" 1>&6
echo "configure:3080: checking for __builtin_acosf" >&5
echo "configure:3069: checking for __builtin_acosf" >&5
cat > conftest.$ac_ext <<EOF
#line 3082 "configure"
#line 3071 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_acosf(0.0);
; return 0; }
EOF
if { (eval echo configure:3089: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3078: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_acosf=yes
else
......@@ -3103,16 +3103,16 @@ EOF
fi
echo $ac_n "checking for __builtin_acosl""... $ac_c" 1>&6
echo "configure:3107: checking for __builtin_acosl" >&5
echo "configure:3096: checking for __builtin_acosl" >&5
cat > conftest.$ac_ext <<EOF
#line 3109 "configure"
#line 3098 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_acosl(0.0);
; return 0; }
EOF
if { (eval echo configure:3116: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3105: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_acosl=yes
else
......@@ -3130,16 +3130,16 @@ EOF
fi
echo $ac_n "checking for __builtin_asin""... $ac_c" 1>&6
echo "configure:3134: checking for __builtin_asin" >&5
echo "configure:3123: checking for __builtin_asin" >&5
cat > conftest.$ac_ext <<EOF
#line 3136 "configure"
#line 3125 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_asin(0.0);
; return 0; }
EOF
if { (eval echo configure:3143: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3132: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_asin=yes
else
......@@ -3157,16 +3157,16 @@ EOF
fi
echo $ac_n "checking for __builtin_asinf""... $ac_c" 1>&6
echo "configure:3161: checking for __builtin_asinf" >&5
echo "configure:3150: checking for __builtin_asinf" >&5
cat > conftest.$ac_ext <<EOF
#line 3163 "configure"
#line 3152 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_asinf(0.0);
; return 0; }
EOF
if { (eval echo configure:3170: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3159: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_asinf=yes
else
......@@ -3184,16 +3184,16 @@ EOF
fi
echo $ac_n "checking for __builtin_asinl""... $ac_c" 1>&6
echo "configure:3188: checking for __builtin_asinl" >&5
echo "configure:3177: checking for __builtin_asinl" >&5
cat > conftest.$ac_ext <<EOF
#line 3190 "configure"
#line 3179 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_asinl(0.0);
; return 0; }
EOF
if { (eval echo configure:3197: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3186: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_asinl=yes
else
......@@ -3211,16 +3211,16 @@ EOF
fi
echo $ac_n "checking for __builtin_atan""... $ac_c" 1>&6
echo "configure:3215: checking for __builtin_atan" >&5
echo "configure:3204: checking for __builtin_atan" >&5
cat > conftest.$ac_ext <<EOF
#line 3217 "configure"
#line 3206 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_atan(0.0);
; return 0; }
EOF
if { (eval echo configure:3224: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3213: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_atan=yes
else
......@@ -3238,16 +3238,16 @@ EOF
fi
echo $ac_n "checking for __builtin_atanf""... $ac_c" 1>&6
echo "configure:3242: checking for __builtin_atanf" >&5
echo "configure:3231: checking for __builtin_atanf" >&5
cat > conftest.$ac_ext <<EOF
#line 3244 "configure"
#line 3233 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_atanf(0.0);
; return 0; }
EOF
if { (eval echo configure:3251: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3240: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_atanf=yes
else
......@@ -3265,16 +3265,16 @@ EOF
fi
echo $ac_n "checking for __builtin_atanl""... $ac_c" 1>&6
echo "configure:3269: checking for __builtin_atanl" >&5
echo "configure:3258: checking for __builtin_atanl" >&5
cat > conftest.$ac_ext <<EOF
#line 3271 "configure"
#line 3260 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_atanl(0.0);
; return 0; }
EOF
if { (eval echo configure:3278: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3267: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_atanl=yes
else
......@@ -3292,16 +3292,16 @@ EOF
fi
echo $ac_n "checking for __builtin_atan2""... $ac_c" 1>&6
echo "configure:3296: checking for __builtin_atan2" >&5
echo "configure:3285: checking for __builtin_atan2" >&5
cat > conftest.$ac_ext <<EOF
#line 3298 "configure"
#line 3287 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_atan2(0.0);
; return 0; }
EOF
if { (eval echo configure:3305: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3294: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_atan2=yes
else
......@@ -3319,16 +3319,16 @@ EOF
fi
echo $ac_n "checking for __builtin_atan2f""... $ac_c" 1>&6
echo "configure:3323: checking for __builtin_atan2f" >&5
echo "configure:3312: checking for __builtin_atan2f" >&5
cat > conftest.$ac_ext <<EOF
#line 3325 "configure"
#line 3314 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_atan2f(0.0);
; return 0; }
EOF
if { (eval echo configure:3332: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3321: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_atan2f=yes
else
......@@ -3346,16 +3346,16 @@ EOF
fi
echo $ac_n "checking for __builtin_atan2l""... $ac_c" 1>&6
echo "configure:3350: checking for __builtin_atan2l" >&5
echo "configure:3339: checking for __builtin_atan2l" >&5
cat > conftest.$ac_ext <<EOF
#line 3352 "configure"
#line 3341 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_atan2l(0.0);
; return 0; }
EOF
if { (eval echo configure:3359: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3348: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_atan2l=yes
else
......@@ -3373,16 +3373,16 @@ EOF
fi
echo $ac_n "checking for __builtin_ceil""... $ac_c" 1>&6
echo "configure:3377: checking for __builtin_ceil" >&5
echo "configure:3366: checking for __builtin_ceil" >&5
cat > conftest.$ac_ext <<EOF
#line 3379 "configure"
#line 3368 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_fceil(0.0);
; return 0; }
EOF
if { (eval echo configure:3386: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3375: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_ceil=yes
else
......@@ -3400,16 +3400,16 @@ EOF
fi
echo $ac_n "checking for __builtin_ceilf""... $ac_c" 1>&6
echo "configure:3404: checking for __builtin_ceilf" >&5
echo "configure:3393: checking for __builtin_ceilf" >&5
cat > conftest.$ac_ext <<EOF
#line 3406 "configure"
#line 3395 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_ceilf(0.0);
; return 0; }
EOF
if { (eval echo configure:3413: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3402: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_ceilf=yes
else
......@@ -3427,16 +3427,16 @@ EOF
fi
echo $ac_n "checking for __builtin_ceill""... $ac_c" 1>&6
echo "configure:3431: checking for __builtin_ceill" >&5
echo "configure:3420: checking for __builtin_ceill" >&5
cat > conftest.$ac_ext <<EOF
#line 3433 "configure"
#line 3422 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_ceill(0.0);
; return 0; }
EOF
if { (eval echo configure:3440: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3429: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_ceill=yes
else
......@@ -3454,16 +3454,16 @@ EOF
fi
echo $ac_n "checking for __builtin_cos""... $ac_c" 1>&6
echo "configure:3458: checking for __builtin_cos" >&5
echo "configure:3447: checking for __builtin_cos" >&5
cat > conftest.$ac_ext <<EOF
#line 3460 "configure"
#line 3449 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_cos(0.0);
; return 0; }
EOF
if { (eval echo configure:3467: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3456: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_cos=yes
else
......@@ -3481,16 +3481,16 @@ EOF
fi
echo $ac_n "checking for __builtin_cosf""... $ac_c" 1>&6
echo "configure:3485: checking for __builtin_cosf" >&5
echo "configure:3474: checking for __builtin_cosf" >&5
cat > conftest.$ac_ext <<EOF
#line 3487 "configure"
#line 3476 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_cosf(0.0);
; return 0; }
EOF
if { (eval echo configure:3494: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3483: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_cosf=yes
else
......@@ -3508,16 +3508,16 @@ EOF
fi
echo $ac_n "checking for __builtin_cosl""... $ac_c" 1>&6
echo "configure:3512: checking for __builtin_cosl" >&5
echo "configure:3501: checking for __builtin_cosl" >&5
cat > conftest.$ac_ext <<EOF
#line 3514 "configure"
#line 3503 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_cosl(0.0);
; return 0; }
EOF
if { (eval echo configure:3521: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3510: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_cosl=yes
else
......@@ -3535,16 +3535,16 @@ EOF
fi
echo $ac_n "checking for __builtin_cosh""... $ac_c" 1>&6
echo "configure:3539: checking for __builtin_cosh" >&5
echo "configure:3528: checking for __builtin_cosh" >&5
cat > conftest.$ac_ext <<EOF
#line 3541 "configure"
#line 3530 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_cosh(0.0);
; return 0; }
EOF
if { (eval echo configure:3548: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3537: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_cosh=yes
else
......@@ -3562,16 +3562,16 @@ EOF
fi
echo $ac_n "checking for __builtin_coshf""... $ac_c" 1>&6
echo "configure:3566: checking for __builtin_coshf" >&5
echo "configure:3555: checking for __builtin_coshf" >&5
cat > conftest.$ac_ext <<EOF
#line 3568 "configure"
#line 3557 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_coshf(0.0);
; return 0; }
EOF
if { (eval echo configure:3575: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3564: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_coshf=yes
else
......@@ -3589,16 +3589,16 @@ EOF
fi
echo $ac_n "checking for __builtin_coshl""... $ac_c" 1>&6
echo "configure:3593: checking for __builtin_coshl" >&5
echo "configure:3582: checking for __builtin_coshl" >&5
cat > conftest.$ac_ext <<EOF
#line 3595 "configure"
#line 3584 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_coshl(0.0);
; return 0; }
EOF
if { (eval echo configure:3602: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3591: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_coshl=yes
else
......@@ -3616,16 +3616,16 @@ EOF
fi
echo $ac_n "checking for __builtin_exp""... $ac_c" 1>&6
echo "configure:3620: checking for __builtin_exp" >&5
echo "configure:3609: checking for __builtin_exp" >&5
cat > conftest.$ac_ext <<EOF
#line 3622 "configure"
#line 3611 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_exp(0.0);
; return 0; }
EOF
if { (eval echo configure:3629: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3618: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_exp=yes
else
......@@ -3643,16 +3643,16 @@ EOF
fi
echo $ac_n "checking for __builtin_expf""... $ac_c" 1>&6
echo "configure:3647: checking for __builtin_expf" >&5
echo "configure:3636: checking for __builtin_expf" >&5
cat > conftest.$ac_ext <<EOF
#line 3649 "configure"
#line 3638 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_expf(0.0);
; return 0; }
EOF
if { (eval echo configure:3656: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3645: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_expf=yes
else
......@@ -3670,16 +3670,16 @@ EOF
fi
echo $ac_n "checking for __builtin_expl""... $ac_c" 1>&6
echo "configure:3674: checking for __builtin_expl" >&5
echo "configure:3663: checking for __builtin_expl" >&5
cat > conftest.$ac_ext <<EOF
#line 3676 "configure"
#line 3665 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_expl(0.0);
; return 0; }
EOF
if { (eval echo configure:3683: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3672: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_expl=yes
else
......@@ -3697,16 +3697,16 @@ EOF
fi
echo $ac_n "checking for __builtin_fabs""... $ac_c" 1>&6
echo "configure:3701: checking for __builtin_fabs" >&5
echo "configure:3690: checking for __builtin_fabs" >&5
cat > conftest.$ac_ext <<EOF
#line 3703 "configure"
#line 3692 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_fabs(0.0);
; return 0; }
EOF
if { (eval echo configure:3710: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3699: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_fabs=yes
else
......@@ -3724,16 +3724,16 @@ EOF
fi
echo $ac_n "checking for __builtin_fabsf""... $ac_c" 1>&6
echo "configure:3728: checking for __builtin_fabsf" >&5
echo "configure:3717: checking for __builtin_fabsf" >&5
cat > conftest.$ac_ext <<EOF
#line 3730 "configure"
#line 3719 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_fabsf(0.0);
; return 0; }
EOF
if { (eval echo configure:3737: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3726: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_fabsf=yes
else
......@@ -3751,16 +3751,16 @@ EOF
fi
echo $ac_n "checking for __builtin_fabsl""... $ac_c" 1>&6
echo "configure:3755: checking for __builtin_fabsl" >&5
echo "configure:3744: checking for __builtin_fabsl" >&5
cat > conftest.$ac_ext <<EOF
#line 3757 "configure"
#line 3746 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_fabsl(0.0);
; return 0; }
EOF
if { (eval echo configure:3764: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3753: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_fabsl=yes
else
......@@ -3778,16 +3778,16 @@ EOF
fi
echo $ac_n "checking for __builtin_floor""... $ac_c" 1>&6
echo "configure:3782: checking for __builtin_floor" >&5
echo "configure:3771: checking for __builtin_floor" >&5
cat > conftest.$ac_ext <<EOF
#line 3784 "configure"
#line 3773 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_ffloor(0.0);
; return 0; }
EOF
if { (eval echo configure:3791: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3780: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_floor=yes
else
......@@ -3805,16 +3805,16 @@ EOF
fi
echo $ac_n "checking for __builtin_floorf""... $ac_c" 1>&6
echo "configure:3809: checking for __builtin_floorf" >&5
echo "configure:3798: checking for __builtin_floorf" >&5
cat > conftest.$ac_ext <<EOF
#line 3811 "configure"
#line 3800 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_floorf(0.0);
; return 0; }
EOF
if { (eval echo configure:3818: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3807: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_floorf=yes
else
......@@ -3832,16 +3832,16 @@ EOF
fi
echo $ac_n "checking for __builtin_floorl""... $ac_c" 1>&6
echo "configure:3836: checking for __builtin_floorl" >&5
echo "configure:3825: checking for __builtin_floorl" >&5
cat > conftest.$ac_ext <<EOF
#line 3838 "configure"
#line 3827 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_floorl(0.0);
; return 0; }
EOF
if { (eval echo configure:3845: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3834: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_floorl=yes
else
......@@ -3859,16 +3859,16 @@ EOF
fi
echo $ac_n "checking for __builtin_frexp""... $ac_c" 1>&6
echo "configure:3863: checking for __builtin_frexp" >&5
echo "configure:3852: checking for __builtin_frexp" >&5
cat > conftest.$ac_ext <<EOF
#line 3865 "configure"
#line 3854 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_frexp(0.0);
; return 0; }
EOF
if { (eval echo configure:3872: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3861: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_frexp=yes
else
......@@ -3886,16 +3886,16 @@ EOF
fi
echo $ac_n "checking for __builtin_frexpf""... $ac_c" 1>&6
echo "configure:3890: checking for __builtin_frexpf" >&5
echo "configure:3879: checking for __builtin_frexpf" >&5
cat > conftest.$ac_ext <<EOF
#line 3892 "configure"
#line 3881 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_frexpf(0.0);
; return 0; }
EOF
if { (eval echo configure:3899: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3888: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_frexpf=yes
else
......@@ -3913,16 +3913,16 @@ EOF
fi
echo $ac_n "checking for __builtin_frexpl""... $ac_c" 1>&6
echo "configure:3917: checking for __builtin_frexpl" >&5
echo "configure:3906: checking for __builtin_frexpl" >&5
cat > conftest.$ac_ext <<EOF
#line 3919 "configure"
#line 3908 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_frexpl(0.0);
; return 0; }
EOF
if { (eval echo configure:3926: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3915: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_frexpl=yes
else
......@@ -3940,16 +3940,16 @@ EOF
fi
echo $ac_n "checking for __builtin_ldexp""... $ac_c" 1>&6
echo "configure:3944: checking for __builtin_ldexp" >&5
echo "configure:3933: checking for __builtin_ldexp" >&5
cat > conftest.$ac_ext <<EOF
#line 3946 "configure"
#line 3935 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_ldexp(0.0);
; return 0; }
EOF
if { (eval echo configure:3953: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3942: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_ldexp=yes
else
......@@ -3967,16 +3967,16 @@ EOF
fi
echo $ac_n "checking for __builtin_ldexpf""... $ac_c" 1>&6
echo "configure:3971: checking for __builtin_ldexpf" >&5
echo "configure:3960: checking for __builtin_ldexpf" >&5
cat > conftest.$ac_ext <<EOF
#line 3973 "configure"
#line 3962 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_ldexpf(0.0);
; return 0; }
EOF
if { (eval echo configure:3980: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3969: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_ldexpf=yes
else
......@@ -3994,16 +3994,16 @@ EOF
fi
echo $ac_n "checking for __builtin_ldexpl""... $ac_c" 1>&6
echo "configure:3998: checking for __builtin_ldexpl" >&5
echo "configure:3987: checking for __builtin_ldexpl" >&5
cat > conftest.$ac_ext <<EOF
#line 4000 "configure"
#line 3989 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_ldexpl(0.0);
; return 0; }
EOF
if { (eval echo configure:4007: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3996: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_ldexpl=yes
else
......@@ -4021,16 +4021,16 @@ EOF
fi
echo $ac_n "checking for __builtin_log""... $ac_c" 1>&6
echo "configure:4025: checking for __builtin_log" >&5
echo "configure:4014: checking for __builtin_log" >&5
cat > conftest.$ac_ext <<EOF
#line 4027 "configure"
#line 4016 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_log(0.0);
; return 0; }
EOF
if { (eval echo configure:4034: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4023: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_log=yes
else
......@@ -4048,16 +4048,16 @@ EOF
fi
echo $ac_n "checking for __builtin_logf""... $ac_c" 1>&6
echo "configure:4052: checking for __builtin_logf" >&5
echo "configure:4041: checking for __builtin_logf" >&5
cat > conftest.$ac_ext <<EOF
#line 4054 "configure"
#line 4043 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_logf(0.0);
; return 0; }
EOF
if { (eval echo configure:4061: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4050: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_logf=yes
else
......@@ -4075,16 +4075,16 @@ EOF
fi
echo $ac_n "checking for __builtin_logl""... $ac_c" 1>&6
echo "configure:4079: checking for __builtin_logl" >&5
echo "configure:4068: checking for __builtin_logl" >&5
cat > conftest.$ac_ext <<EOF
#line 4081 "configure"
#line 4070 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_logl(0.0);
; return 0; }
EOF
if { (eval echo configure:4088: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4077: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_logl=yes
else
......@@ -4102,16 +4102,16 @@ EOF
fi
echo $ac_n "checking for __builtin_log10""... $ac_c" 1>&6
echo "configure:4106: checking for __builtin_log10" >&5
echo "configure:4095: checking for __builtin_log10" >&5
cat > conftest.$ac_ext <<EOF
#line 4108 "configure"
#line 4097 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_log10(0.0);
; return 0; }
EOF
if { (eval echo configure:4115: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4104: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_log10=yes
else
......@@ -4129,16 +4129,16 @@ EOF
fi
echo $ac_n "checking for __builtin_log10f""... $ac_c" 1>&6
echo "configure:4133: checking for __builtin_log10f" >&5
echo "configure:4122: checking for __builtin_log10f" >&5
cat > conftest.$ac_ext <<EOF
#line 4135 "configure"
#line 4124 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_log10f(0.0);
; return 0; }
EOF
if { (eval echo configure:4142: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4131: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_log10f=yes
else
......@@ -4156,16 +4156,16 @@ EOF
fi
echo $ac_n "checking for __builtin_log10l""... $ac_c" 1>&6
echo "configure:4160: checking for __builtin_log10l" >&5
echo "configure:4149: checking for __builtin_log10l" >&5
cat > conftest.$ac_ext <<EOF
#line 4162 "configure"
#line 4151 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_log10l(0.0);
; return 0; }
EOF
if { (eval echo configure:4169: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4158: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_log10l=yes
else
......@@ -4183,16 +4183,16 @@ EOF
fi
echo $ac_n "checking for __builtin_modf""... $ac_c" 1>&6
echo "configure:4187: checking for __builtin_modf" >&5
echo "configure:4176: checking for __builtin_modf" >&5
cat > conftest.$ac_ext <<EOF
#line 4189 "configure"
#line 4178 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_modf(0.0);
; return 0; }
EOF
if { (eval echo configure:4196: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4185: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_modf=yes
else
......@@ -4210,16 +4210,16 @@ EOF
fi
echo $ac_n "checking for __builtin_modff""... $ac_c" 1>&6
echo "configure:4214: checking for __builtin_modff" >&5
echo "configure:4203: checking for __builtin_modff" >&5
cat > conftest.$ac_ext <<EOF
#line 4216 "configure"
#line 4205 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_modff(0.0);
; return 0; }
EOF
if { (eval echo configure:4223: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4212: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_modff=yes
else
......@@ -4237,16 +4237,16 @@ EOF
fi
echo $ac_n "checking for __builtin_modfl""... $ac_c" 1>&6
echo "configure:4241: checking for __builtin_modfl" >&5
echo "configure:4230: checking for __builtin_modfl" >&5
cat > conftest.$ac_ext <<EOF
#line 4243 "configure"
#line 4232 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_modfl(0.0);
; return 0; }
EOF
if { (eval echo configure:4250: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4239: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_modfl=yes
else
......@@ -4264,16 +4264,16 @@ EOF
fi
echo $ac_n "checking for __builtin_pow""... $ac_c" 1>&6
echo "configure:4268: checking for __builtin_pow" >&5
echo "configure:4257: checking for __builtin_pow" >&5
cat > conftest.$ac_ext <<EOF
#line 4270 "configure"
#line 4259 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_pow(0.0);
; return 0; }
EOF
if { (eval echo configure:4277: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4266: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_pow=yes
else
......@@ -4291,16 +4291,16 @@ EOF
fi
echo $ac_n "checking for __builtin_powf""... $ac_c" 1>&6
echo "configure:4295: checking for __builtin_powf" >&5
echo "configure:4284: checking for __builtin_powf" >&5
cat > conftest.$ac_ext <<EOF
#line 4297 "configure"
#line 4286 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_powf(0.0);
; return 0; }
EOF
if { (eval echo configure:4304: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4293: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_powf=yes
else
......@@ -4318,16 +4318,16 @@ EOF
fi
echo $ac_n "checking for __builtin_powl""... $ac_c" 1>&6
echo "configure:4322: checking for __builtin_powl" >&5
echo "configure:4311: checking for __builtin_powl" >&5
cat > conftest.$ac_ext <<EOF
#line 4324 "configure"
#line 4313 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_powl(0.0);
; return 0; }
EOF
if { (eval echo configure:4331: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4320: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_powl=yes
else
......@@ -4345,16 +4345,16 @@ EOF
fi
echo $ac_n "checking for __builtin_sin""... $ac_c" 1>&6
echo "configure:4349: checking for __builtin_sin" >&5
echo "configure:4338: checking for __builtin_sin" >&5
cat > conftest.$ac_ext <<EOF
#line 4351 "configure"
#line 4340 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_sin(0.0);
; return 0; }
EOF
if { (eval echo configure:4358: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4347: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_sin=yes
else
......@@ -4372,16 +4372,16 @@ EOF
fi
echo $ac_n "checking for __builtin_sinf""... $ac_c" 1>&6
echo "configure:4376: checking for __builtin_sinf" >&5
echo "configure:4365: checking for __builtin_sinf" >&5
cat > conftest.$ac_ext <<EOF
#line 4378 "configure"
#line 4367 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_sinf(0.0);
; return 0; }
EOF
if { (eval echo configure:4385: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4374: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_sinf=yes
else
......@@ -4399,16 +4399,16 @@ EOF
fi
echo $ac_n "checking for __builtin_sinl""... $ac_c" 1>&6
echo "configure:4403: checking for __builtin_sinl" >&5
echo "configure:4392: checking for __builtin_sinl" >&5
cat > conftest.$ac_ext <<EOF
#line 4405 "configure"
#line 4394 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_sinl(0.0);
; return 0; }
EOF
if { (eval echo configure:4412: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4401: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_sinl=yes
else
......@@ -4426,16 +4426,16 @@ EOF
fi
echo $ac_n "checking for __builtin_sinh""... $ac_c" 1>&6
echo "configure:4430: checking for __builtin_sinh" >&5
echo "configure:4419: checking for __builtin_sinh" >&5
cat > conftest.$ac_ext <<EOF
#line 4432 "configure"
#line 4421 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_sinh(0.0);
; return 0; }
EOF
if { (eval echo configure:4439: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4428: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_sinh=yes
else
......@@ -4453,16 +4453,16 @@ EOF
fi
echo $ac_n "checking for __builtin_sinhf""... $ac_c" 1>&6
echo "configure:4457: checking for __builtin_sinhf" >&5
echo "configure:4446: checking for __builtin_sinhf" >&5
cat > conftest.$ac_ext <<EOF
#line 4459 "configure"
#line 4448 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_sinhf(0.0);
; return 0; }
EOF
if { (eval echo configure:4466: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4455: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_sinhf=yes
else
......@@ -4480,16 +4480,16 @@ EOF
fi
echo $ac_n "checking for __builtin_sinhl""... $ac_c" 1>&6
echo "configure:4484: checking for __builtin_sinhl" >&5
echo "configure:4473: checking for __builtin_sinhl" >&5
cat > conftest.$ac_ext <<EOF
#line 4486 "configure"
#line 4475 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_sinhl(0.0);
; return 0; }
EOF
if { (eval echo configure:4493: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4482: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_sinhl=yes
else
......@@ -4507,16 +4507,16 @@ EOF
fi
echo $ac_n "checking for __builtin_sqrt""... $ac_c" 1>&6
echo "configure:4511: checking for __builtin_sqrt" >&5
echo "configure:4500: checking for __builtin_sqrt" >&5
cat > conftest.$ac_ext <<EOF
#line 4513 "configure"
#line 4502 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_fsqrt(0.0);
; return 0; }
EOF
if { (eval echo configure:4520: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4509: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_sqrt=yes
else
......@@ -4534,16 +4534,16 @@ EOF
fi
echo $ac_n "checking for __builtin_sqrtf""... $ac_c" 1>&6
echo "configure:4538: checking for __builtin_sqrtf" >&5
echo "configure:4527: checking for __builtin_sqrtf" >&5
cat > conftest.$ac_ext <<EOF
#line 4540 "configure"
#line 4529 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_sqrtf(0.0);
; return 0; }
EOF
if { (eval echo configure:4547: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4536: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_sqrtf=yes
else
......@@ -4561,16 +4561,16 @@ EOF
fi
echo $ac_n "checking for __builtin_sqrtl""... $ac_c" 1>&6
echo "configure:4565: checking for __builtin_sqrtl" >&5
echo "configure:4554: checking for __builtin_sqrtl" >&5
cat > conftest.$ac_ext <<EOF
#line 4567 "configure"
#line 4556 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_sqrtl(0.0);
; return 0; }
EOF
if { (eval echo configure:4574: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4563: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_sqrtl=yes
else
......@@ -4588,16 +4588,16 @@ EOF
fi
echo $ac_n "checking for __builtin_tan""... $ac_c" 1>&6
echo "configure:4592: checking for __builtin_tan" >&5
echo "configure:4581: checking for __builtin_tan" >&5
cat > conftest.$ac_ext <<EOF
#line 4594 "configure"
#line 4583 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_tan(0.0);
; return 0; }
EOF
if { (eval echo configure:4601: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4590: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_tan=yes
else
......@@ -4615,16 +4615,16 @@ EOF
fi
echo $ac_n "checking for __builtin_tanf""... $ac_c" 1>&6
echo "configure:4619: checking for __builtin_tanf" >&5
echo "configure:4608: checking for __builtin_tanf" >&5
cat > conftest.$ac_ext <<EOF
#line 4621 "configure"
#line 4610 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_tanf(0.0);
; return 0; }
EOF
if { (eval echo configure:4628: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4617: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_tanf=yes
else
......@@ -4642,16 +4642,16 @@ EOF
fi
echo $ac_n "checking for __builtin_tanl""... $ac_c" 1>&6
echo "configure:4646: checking for __builtin_tanl" >&5
echo "configure:4635: checking for __builtin_tanl" >&5
cat > conftest.$ac_ext <<EOF
#line 4648 "configure"
#line 4637 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_tanl(0.0);
; return 0; }
EOF
if { (eval echo configure:4655: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4644: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_tanl=yes
else
......@@ -4669,16 +4669,16 @@ EOF
fi
echo $ac_n "checking for __builtin_tanh""... $ac_c" 1>&6
echo "configure:4673: checking for __builtin_tanh" >&5
echo "configure:4662: checking for __builtin_tanh" >&5
cat > conftest.$ac_ext <<EOF
#line 4675 "configure"
#line 4664 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_tanh(0.0);
; return 0; }
EOF
if { (eval echo configure:4682: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4671: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_tanh=yes
else
......@@ -4696,16 +4696,16 @@ EOF
fi
echo $ac_n "checking for __builtin_tanhf""... $ac_c" 1>&6
echo "configure:4700: checking for __builtin_tanhf" >&5
echo "configure:4689: checking for __builtin_tanhf" >&5
cat > conftest.$ac_ext <<EOF
#line 4702 "configure"
#line 4691 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_tanhf(0.0);
; return 0; }
EOF
if { (eval echo configure:4709: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4698: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_tanhf=yes
else
......@@ -4723,16 +4723,16 @@ EOF
fi
echo $ac_n "checking for __builtin_tanhl""... $ac_c" 1>&6
echo "configure:4727: checking for __builtin_tanhl" >&5
echo "configure:4716: checking for __builtin_tanhl" >&5
cat > conftest.$ac_ext <<EOF
#line 4729 "configure"
#line 4718 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
__builtin_tanhl(0.0);
; return 0; }
EOF
if { (eval echo configure:4736: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:4725: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_builtin_tanhl=yes
else
......@@ -4759,7 +4759,7 @@ cross_compiling=$ac_cv_prog_cc_cross
echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6
echo "configure:4763: checking for sin in -lm" >&5
echo "configure:4752: checking for sin in -lm" >&5
ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
......@@ -4767,7 +4767,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lm $LIBS"
cat > conftest.$ac_ext <<EOF
#line 4771 "configure"
#line 4760 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
......@@ -4778,7 +4778,7 @@ int main() {
sin()
; return 0; }
EOF
if { (eval echo configure:4782: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
......@@ -4805,17 +4805,17 @@ fi
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
echo "configure:4809: checking for $ac_hdr" >&5
echo "configure:4798: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 4814 "configure"
#line 4803 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:4819: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{ (eval echo configure:4808: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
......@@ -4847,12 +4847,12 @@ done
carg cargf nan hypot hypotf atan2f expf copysignf
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:4851: checking for $ac_func" >&5
echo "configure:4840: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 4856 "configure"
#line 4845 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
......@@ -4875,7 +4875,7 @@ $ac_func();
; return 0; }
EOF
if { (eval echo configure:4879: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4868: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
......@@ -4904,12 +4904,12 @@ done
USE_LONG_DOUBLE=no
echo $ac_n "checking for copysignl""... $ac_c" 1>&6
echo "configure:4908: checking for copysignl" >&5
echo "configure:4897: checking for copysignl" >&5
if eval "test \"`echo '$''{'ac_cv_func_copysignl'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 4913 "configure"
#line 4902 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char copysignl(); below. */
......@@ -4932,7 +4932,7 @@ copysignl();
; return 0; }
EOF
if { (eval echo configure:4936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_copysignl=yes"
else
......@@ -4951,12 +4951,12 @@ if eval "test \"`echo '$ac_cv_func_'copysignl`\" = yes"; then
csqrtl ctanhl ctanl cargl hypotl signbitl c_logl clog10l
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:4955: checking for $ac_func" >&5
echo "configure:4944: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 4960 "configure"
#line 4949 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
......@@ -4979,7 +4979,7 @@ $ac_func();
; return 0; }
EOF
if { (eval echo configure:4983: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4972: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
......@@ -5011,20 +5011,77 @@ fi
for ac_func in cosf fabsf sinf sqrtf
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:5007: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 5012 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char $ac_func();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
$ac_func();
#endif
; return 0; }
EOF
if { (eval echo configure:5035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
echo "configure: failed program was:" >&5
cat conftest.$ac_ext >&5
rm -rf conftest*
eval "ac_cv_func_$ac_func=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
echo "$ac_t""yes" 1>&6
ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
cat >> confdefs.h <<EOF
#define $ac_tr_func 1
EOF
else
echo "$ac_t""no" 1>&6
LIBMATHOBJS="$LIBMATHOBJS ${ac_func}.lo"
fi
done
for ac_func in isnan isnanf isnanl isinf isinff isinfl copysign copysignl \
acosf acosl asinf asinl atanf atanl atan2f atan2l ceilf ceill cosf cosl \
coshf coshl expf expl fabsf fabsl floorf floorl frexpf frexpl ldexpf \
ldexpl logf logl log10f log10l modf modff modfl powf powl sinf sinl sinhf \
sinhl sqrtf sqrtl tanf tanl tanhf tanhl strtof strtold sincos sincosf \
acosf acosl asinf asinl atanf atanl atan2f atan2l ceilf ceill cosl \
coshf coshl expf expl fabsl floorf floorl frexpf frexpl ldexpf \
ldexpl logf logl log10f log10l modf modff modfl powf powl sinl sinhf \
sinhl sqrtl tanf tanl tanhf tanhl strtof strtold sincos sincosf \
sincosl finite finitef finitel fqfinite fpclass qfpclass
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:5023: checking for $ac_func" >&5
echo "configure:5069: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 5028 "configure"
#line 5074 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
......@@ -5047,7 +5104,7 @@ $ac_func();
; return 0; }
EOF
if { (eval echo configure:5051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:5097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
......@@ -5086,12 +5143,12 @@ done
_finite _finitef _finitel _fqfinite _fpclass _qfpclass
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:5090: checking for $ac_func" >&5
echo "configure:5136: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 5095 "configure"
#line 5141 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
......@@ -5114,7 +5171,7 @@ $ac_func();
; return 0; }
EOF
if { (eval echo configure:5118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:5164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
......@@ -5145,17 +5202,17 @@ LIBS="$save_LIBS"
ac_safe=`echo "wchar.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for wchar.h""... $ac_c" 1>&6
echo "configure:5149: checking for wchar.h" >&5
echo "configure:5195: checking for wchar.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 5154 "configure"
#line 5200 "configure"
#include "confdefs.h"
#include <wchar.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:5159: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{ (eval echo configure:5205: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
......@@ -5179,17 +5236,17 @@ fi
ac_safe=`echo "wctype.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for wctype.h""... $ac_c" 1>&6
echo "configure:5183: checking for wctype.h" >&5
echo "configure:5229: checking for wctype.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 5188 "configure"
#line 5234 "configure"
#include "confdefs.h"
#include <wctype.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:5193: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{ (eval echo configure:5239: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
......@@ -5215,16 +5272,16 @@ fi
if test x"$ac_has_wchar_h" = xyes && test x"$ac_has_wctype_h" = xyes; then
echo $ac_n "checking for mbstate_t""... $ac_c" 1>&6
echo "configure:5219: checking for mbstate_t" >&5
echo "configure:5265: checking for mbstate_t" >&5
cat > conftest.$ac_ext <<EOF
#line 5221 "configure"
#line 5267 "configure"
#include "confdefs.h"
#include <wchar.h>
int main() {
mbstate_t teststate;
; return 0; }
EOF
if { (eval echo configure:5228: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:5274: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
use_native_mbstatet=yes
else
......@@ -5243,16 +5300,16 @@ EOF
fi
echo $ac_n "checking for WCHAR_MIN and WCHAR_MAX""... $ac_c" 1>&6
echo "configure:5247: checking for WCHAR_MIN and WCHAR_MAX" >&5
echo "configure:5293: checking for WCHAR_MIN and WCHAR_MAX" >&5
cat > conftest.$ac_ext <<EOF
#line 5249 "configure"
#line 5295 "configure"
#include "confdefs.h"
#include <wchar.h>
int main() {
int i = WCHAR_MIN; int j = WCHAR_MAX;
; return 0; }
EOF
if { (eval echo configure:5256: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:5302: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
has_wchar_minmax=yes
else
......@@ -5265,9 +5322,9 @@ rm -f conftest*
echo "$ac_t""$has_wchar_minmax" 1>&6
echo $ac_n "checking for WEOF""... $ac_c" 1>&6
echo "configure:5269: checking for WEOF" >&5
echo "configure:5315: checking for WEOF" >&5
cat > conftest.$ac_ext <<EOF
#line 5271 "configure"
#line 5317 "configure"
#include "confdefs.h"
#include <wchar.h>
......@@ -5276,7 +5333,7 @@ int main() {
wint_t i = WEOF;
; return 0; }
EOF
if { (eval echo configure:5280: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:5326: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
has_weof=yes
else
......@@ -5291,12 +5348,12 @@ rm -f conftest*
for ac_func in wcslen wmemchr wmemcmp wmemcpy wmemmove wmemset
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:5295: checking for $ac_func" >&5
echo "configure:5341: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 5300 "configure"
#line 5346 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
......@@ -5319,7 +5376,7 @@ $ac_func();
; return 0; }
EOF
if { (eval echo configure:5323: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:5369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
......@@ -5346,7 +5403,7 @@ done
echo $ac_n "checking for ISO C9X wchar_t support""... $ac_c" 1>&6
echo "configure:5350: checking for ISO C9X wchar_t support" >&5
echo "configure:5396: checking for ISO C9X wchar_t support" >&5
if test x"$has_weof" = xyes && test x"$has_wchar_minmax" = xyes && test x"$ac_wfuncs" = xyes; then
ac_isoC9X_wchar_t=yes
else
......@@ -5356,17 +5413,17 @@ echo "configure:5350: checking for ISO C9X wchar_t support" >&5
ac_safe=`echo "iconv.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for iconv.h""... $ac_c" 1>&6
echo "configure:5360: checking for iconv.h" >&5
echo "configure:5406: checking for iconv.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 5365 "configure"
#line 5411 "configure"
#include "confdefs.h"
#include <iconv.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:5370: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{ (eval echo configure:5416: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
......@@ -5391,12 +5448,12 @@ fi
for ac_func in iconv_open iconv_close iconv
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:5395: checking for $ac_func" >&5
echo "configure:5441: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 5400 "configure"
#line 5446 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
......@@ -5419,7 +5476,7 @@ $ac_func();
; return 0; }
EOF
if { (eval echo configure:5423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:5469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
......@@ -5446,7 +5503,7 @@ done
echo $ac_n "checking for XPG2 wchar_t support""... $ac_c" 1>&6
echo "configure:5450: checking for XPG2 wchar_t support" >&5
echo "configure:5496: checking for XPG2 wchar_t support" >&5
if test x"$ac_has_iconv_h" = xyes && test x"$ac_XPG2funcs" = xyes; then
ac_XPG2_wchar_t=yes
else
......@@ -5455,7 +5512,7 @@ echo "configure:5450: checking for XPG2 wchar_t support" >&5
echo "$ac_t""$ac_XPG2_wchar_t" 1>&6
echo $ac_n "checking for enabled wchar_t specializations""... $ac_c" 1>&6
echo "configure:5459: checking for enabled wchar_t specializations" >&5
echo "configure:5505: checking for enabled wchar_t specializations" >&5
if test x"$ac_isoC9X_wchar_t" = xyes && test x"$ac_XPG2_wchar_t" = xyes; then
libinst_wstring_la="libinst-wstring.la"
cat >> confdefs.h <<\EOF
......@@ -5480,17 +5537,17 @@ EOF
ac_safe=`echo "ctype.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for ctype.h""... $ac_c" 1>&6
echo "configure:5484: checking for ctype.h" >&5
echo "configure:5530: checking for ctype.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 5489 "configure"
#line 5535 "configure"
#include "confdefs.h"
#include <ctype.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:5494: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{ (eval echo configure:5540: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
......@@ -5511,9 +5568,9 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
ctype_default=yes
echo $ac_n "checking <ctype> for gnu-linux ""... $ac_c" 1>&6
echo "configure:5515: checking <ctype> for gnu-linux " >&5
echo "configure:5561: checking <ctype> for gnu-linux " >&5
cat > conftest.$ac_ext <<EOF
#line 5517 "configure"
#line 5563 "configure"
#include "confdefs.h"
#include <ctype.h>
int main() {
......@@ -5524,7 +5581,7 @@ int
+ __ctype_tolower[a] + __ctype_toupper[a] + __ctype_b[a];}
; return 0; }
EOF
if { (eval echo configure:5528: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:5574: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
\
ctype_linux=yes
......@@ -5543,9 +5600,9 @@ rm -f conftest*
if test $ctype_default = "yes"; then
echo $ac_n "checking <ctype> for freebsd 4.0 ""... $ac_c" 1>&6
echo "configure:5547: checking <ctype> for freebsd 4.0 " >&5
echo "configure:5593: checking <ctype> for freebsd 4.0 " >&5
cat > conftest.$ac_ext <<EOF
#line 5549 "configure"
#line 5595 "configure"
#include "confdefs.h"
#include <ctype.h>
int main() {
......@@ -5555,7 +5612,7 @@ int
+ _CTYPE_D + _CTYPE_P + _CTYPE_X + _CTYPE_G ;}
; return 0; }
EOF
if { (eval echo configure:5559: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:5605: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
\
ctype_bsd=yes
......@@ -5575,9 +5632,9 @@ rm -f conftest*
if test $ctype_default = "yes"; then
echo $ac_n "checking <ctype> for freebsd 3.4 ""... $ac_c" 1>&6
echo "configure:5579: checking <ctype> for freebsd 3.4 " >&5
echo "configure:5625: checking <ctype> for freebsd 3.4 " >&5
cat > conftest.$ac_ext <<EOF
#line 5581 "configure"
#line 5627 "configure"
#include "confdefs.h"
#include <ctype.h>
int main() {
......@@ -5587,7 +5644,7 @@ int
+ _D + _P + _X + _G + __istype (a, 0);}
; return 0; }
EOF
if { (eval echo configure:5591: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:5637: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
\
ctype_freebsd34=yes
......@@ -5607,9 +5664,9 @@ rm -f conftest*
if test $ctype_default = "yes"; then
echo $ac_n "checking <ctype> for solaris 2.6,7,8 ""... $ac_c" 1>&6
echo "configure:5611: checking <ctype> for solaris 2.6,7,8 " >&5
echo "configure:5657: checking <ctype> for solaris 2.6,7,8 " >&5
cat > conftest.$ac_ext <<EOF
#line 5613 "configure"
#line 5659 "configure"
#include "confdefs.h"
#include <ctype.h>
int main() {
......@@ -5620,7 +5677,7 @@ int
+ __trans_lower[a] + __trans_upper[a] + __ctype_mask[a];}
; return 0; }
EOF
if { (eval echo configure:5624: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:5670: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
\
ctype_solaris=yes
......@@ -5635,7 +5692,7 @@ rm -f conftest*
if test $ctype_solaris = "yes"; then
echo $ac_n "checking for version""... $ac_c" 1>&6
echo "configure:5639: checking for version" >&5
echo "configure:5685: checking for version" >&5
ac_ext=C
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CXXCPP $CPPFLAGS'
......@@ -5644,14 +5701,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes
cross_compiling=$ac_cv_prog_cxx_cross
cat > conftest.$ac_ext <<EOF
#line 5648 "configure"
#line 5694 "configure"
#include "confdefs.h"
#include <ctype.h>
int main() {
typedef long* __to_type; __to_type const& _M_toupper = __trans_upper;
; return 0; }
EOF
if { (eval echo configure:5655: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:5701: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
\
ctype_solaris26=yes
......@@ -5683,9 +5740,9 @@ cross_compiling=$ac_cv_prog_cc_cross
if test $ctype_default = "yes"; then
echo $ac_n "checking <ctype> for solaris 2.5.1 ""... $ac_c" 1>&6
echo "configure:5687: checking <ctype> for solaris 2.5.1 " >&5
echo "configure:5733: checking <ctype> for solaris 2.5.1 " >&5
cat > conftest.$ac_ext <<EOF
#line 5689 "configure"
#line 5735 "configure"
#include "confdefs.h"
#include <ctype.h>
int main() {
......@@ -5695,7 +5752,7 @@ int
+ __ctype[a];}
; return 0; }
EOF
if { (eval echo configure:5699: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:5745: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
\
ctype_solaris25=yes
......@@ -5715,9 +5772,9 @@ rm -f conftest*
if test $ctype_default = "yes"; then
echo $ac_n "checking <ctype> for aix ""... $ac_c" 1>&6
echo "configure:5719: checking <ctype> for aix " >&5
echo "configure:5765: checking <ctype> for aix " >&5
cat > conftest.$ac_ext <<EOF
#line 5721 "configure"
#line 5767 "configure"
#include "confdefs.h"
#include <ctype.h>
int main() {
......@@ -5728,7 +5785,7 @@ int
+ _VALC('a') + _IS('c', 0);}
; return 0; }
EOF
if { (eval echo configure:5732: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:5778: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
\
ctype_aix=yes
......@@ -5748,9 +5805,9 @@ rm -f conftest*
if test $ctype_default = "yes"; then
echo $ac_n "checking <ctype> for newlib ""... $ac_c" 1>&6
echo "configure:5752: checking <ctype> for newlib " >&5
echo "configure:5798: checking <ctype> for newlib " >&5
cat > conftest.$ac_ext <<EOF
#line 5754 "configure"
#line 5800 "configure"
#include "confdefs.h"
#include <ctype.h>
int main() {
......@@ -5760,7 +5817,7 @@ int
+ _ctype_[a];}
; return 0; }
EOF
if { (eval echo configure:5764: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:5810: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
\
ctype_newlib=yes
......@@ -5794,17 +5851,17 @@ fi
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
echo "configure:5798: checking for $ac_hdr" >&5
echo "configure:5844: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 5803 "configure"
#line 5849 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:5808: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{ (eval echo configure:5854: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
......@@ -5833,12 +5890,12 @@ done
for ac_func in getpagesize
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:5837: checking for $ac_func" >&5
echo "configure:5883: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 5842 "configure"
#line 5888 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
......@@ -5861,7 +5918,7 @@ $ac_func();
; return 0; }
EOF
if { (eval echo configure:5865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:5911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
......@@ -5886,7 +5943,7 @@ fi
done
echo $ac_n "checking for working mmap""... $ac_c" 1>&6
echo "configure:5890: checking for working mmap" >&5
echo "configure:5936: checking for working mmap" >&5
if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
......@@ -5894,7 +5951,7 @@ else
ac_cv_func_mmap_fixed_mapped=no
else
cat > conftest.$ac_ext <<EOF
#line 5898 "configure"
#line 5944 "configure"
#include "confdefs.h"
/* Thanks to Mike Haertel and Jim Avera for this test.
......@@ -6034,7 +6091,7 @@ main()
}
EOF
if { (eval echo configure:6038: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:6084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_func_mmap_fixed_mapped=yes
else
......@@ -6097,19 +6154,19 @@ fi
if test $ac_cv_header_locale_h = yes; then
echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
echo "configure:6101: checking for LC_MESSAGES" >&5
echo "configure:6147: checking for LC_MESSAGES" >&5
if eval "test \"`echo '$''{'ac_cv_val_LC_MESSAGES'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 6106 "configure"
#line 6152 "configure"
#include "confdefs.h"
#include <locale.h>
int main() {
return LC_MESSAGES
; return 0; }
EOF
if { (eval echo configure:6113: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:6159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_val_LC_MESSAGES=yes
else
......
......@@ -31,6 +31,7 @@ EXTRA_LONG_DOUBLE_yes = \
signbitl.c cabsl.c
EXTRA_DIST = \
cosf.c fabsf.c sinf.c sqrtf.c \
ccos.c ccosf.c ccosh.c ccoshf.c ccoshl.c \
cexp.c cexpf.c c_log.c c_logf.c clog10.c clog10f.c \
cpow.c cpowf.c csin.c csinf.c csinh.c csinhf.c \
......
......@@ -116,6 +116,7 @@ EXTRA_LONG_DOUBLE_yes = \
EXTRA_DIST = \
cosf.c fabsf.c sinf.c sqrtf.c \
ccos.c ccosf.c ccosh.c ccoshf.c ccoshl.c \
cexp.c cexpf.c c_log.c c_logf.c clog10.c clog10f.c \
cpow.c cpowf.c csin.c csinf.c csinh.c csinhf.c \
......
/* Configuration data for libmath subpart of libstdc++. */
/* Copyright (C) 1997-1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU ISO C++ Library. This library is free
software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option)
any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this library; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
As a special exception, you may use this file as part of a free software
library without restriction. Specifically, if other files instantiate
templates or use macros or inline functions from this file, or you compile
this file and link it with other files to produce an executable, this
file does not by itself cause the resulting executable to be covered by
the GNU General Public License. This exception does not however
invalidate any other reasons why the executable file might be covered by
the GNU General Public License. */
#include <math.h>
#include "mathconf.h"
/* Fallback whan __builtin_cosf can't be inlined. */
#if defined(_GLIBCPP_HAVE_BUILTIN_COSF) && !defined(_GLIBCPP_HAVE_COSF)
float cosf (float x) { return cos (x); }
#endif
/* Configuration data for libmath subpart of libstdc++. */
/* Copyright (C) 1997-1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU ISO C++ Library. This library is free
software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option)
any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this library; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
As a special exception, you may use this file as part of a free software
library without restriction. Specifically, if other files instantiate
templates or use macros or inline functions from this file, or you compile
this file and link it with other files to produce an executable, this
file does not by itself cause the resulting executable to be covered by
the GNU General Public License. This exception does not however
invalidate any other reasons why the executable file might be covered by
the GNU General Public License. */
#include <math.h>
#include "mathconf.h"
/* Fallback whan __builtin_fabsf can't be inlined. */
#if defined(_GLIBCPP_HAVE_BUILTIN_FABSF) && !defined(_GLIBCPP_HAVE_FABSF)
float fabsf (float x) { return fabs (x); }
#endif
/* Configuration data for libmath subpart of libstdc++. */
/* Copyright (C) 1997-1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU ISO C++ Library. This library is free
software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option)
any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this library; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
As a special exception, you may use this file as part of a free software
library without restriction. Specifically, if other files instantiate
templates or use macros or inline functions from this file, or you compile
this file and link it with other files to produce an executable, this
file does not by itself cause the resulting executable to be covered by
the GNU General Public License. This exception does not however
invalidate any other reasons why the executable file might be covered by
the GNU General Public License. */
#include <math.h>
#include "mathconf.h"
/* Fallback whan __builtin_sinf can't be inlined. */
#if defined(_GLIBCPP_HAVE_BUILTIN_SINF) && !defined(_GLIBCPP_HAVE_SINF)
float sinf (float x) { return sin (x); }
#endif
/* Configuration data for libmath subpart of libstdc++. */
/* Copyright (C) 1997-1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU ISO C++ Library. This library is free
software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option)
any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this library; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
As a special exception, you may use this file as part of a free software
library without restriction. Specifically, if other files instantiate
templates or use macros or inline functions from this file, or you compile
this file and link it with other files to produce an executable, this
file does not by itself cause the resulting executable to be covered by
the GNU General Public License. This exception does not however
invalidate any other reasons why the executable file might be covered by
the GNU General Public License. */
#include <math.h>
#include "mathconf.h"
/* Fallback whan __builtin_sqrtf can't be inlined. */
#if defined(_GLIBCPP_HAVE_BUILTIN_SQRTF) && !defined(_GLIBCPP_HAVE_SQRTF)
float sqrtf (float x) { return sqrt (x); }
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment