From 68b053714acc483bd624d2fafb235b0b833812f1 Mon Sep 17 00:00:00 2001 From: bkoz Date: Thu, 14 Dec 2000 23:42:27 +0000 Subject: 2000-12-14 Benjamin Kosnik * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Revert changes touching copysignf, atan2f, expf. (GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT): Add it back here. * aclocal.m4: Regenerate. * configure: Regenerate. 2 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38263 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/configure | 2802 +++++++++++++++++++----------------------------- 1 file changed, 1089 insertions(+), 1713 deletions(-) (limited to 'libstdc++-v3/configure') diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index eba163b70d7..c62a2cff0c4 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -3669,7 +3669,7 @@ else echo "$ac_t""no" 1>&6 fi - for ac_func in csqrt csqrtf nan hypot hypotf + for ac_func in csqrt csqrtf nan hypot hypotf atan2f expf copysignf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:3676: checking for $ac_func" >&5 @@ -6871,10 +6871,10 @@ done fi - echo $ac_n "checking for copysignf declaration""... $ac_c" 1>&6 -echo "configure:6876: checking for copysignf declaration" >&5 - if test x${glibcpp_cv_func_copysignf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_copysignf_use'+set}'`\" = set"; then + echo $ac_n "checking for acosf declaration""... $ac_c" 1>&6 +echo "configure:6876: checking for acosf declaration" >&5 + if test x${glibcpp_cv_func_acosf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_acosf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6891,17 +6891,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - copysignf(0, 0); + acosf(0); ; return 0; } EOF if { (eval echo configure:6898: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_copysignf_use=yes + glibcpp_cv_func_acosf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_copysignf_use=no + glibcpp_cv_func_acosf_use=no fi rm -f conftest* ac_ext=c @@ -6915,9 +6915,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_copysignf_use" 1>&6 - if test x$glibcpp_cv_func_copysignf_use = x"yes"; then - for ac_func in copysignf + echo "$ac_t""$glibcpp_cv_func_acosf_use" 1>&6 + if test x$glibcpp_cv_func_acosf_use = x"yes"; then + for ac_func in acosf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:6924: checking for $ac_func" >&5 @@ -6975,10 +6975,10 @@ done fi - echo $ac_n "checking for acosf declaration""... $ac_c" 1>&6 -echo "configure:6980: checking for acosf declaration" >&5 - if test x${glibcpp_cv_func_acosf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_acosf_use'+set}'`\" = set"; then + echo $ac_n "checking for asinf declaration""... $ac_c" 1>&6 +echo "configure:6980: checking for asinf declaration" >&5 + if test x${glibcpp_cv_func_asinf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_asinf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6995,17 +6995,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - acosf(0); + asinf(0); ; return 0; } EOF if { (eval echo configure:7002: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_acosf_use=yes + glibcpp_cv_func_asinf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_acosf_use=no + glibcpp_cv_func_asinf_use=no fi rm -f conftest* ac_ext=c @@ -7019,9 +7019,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_acosf_use" 1>&6 - if test x$glibcpp_cv_func_acosf_use = x"yes"; then - for ac_func in acosf + echo "$ac_t""$glibcpp_cv_func_asinf_use" 1>&6 + if test x$glibcpp_cv_func_asinf_use = x"yes"; then + for ac_func in asinf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:7028: checking for $ac_func" >&5 @@ -7079,10 +7079,10 @@ done fi - echo $ac_n "checking for asinf declaration""... $ac_c" 1>&6 -echo "configure:7084: checking for asinf declaration" >&5 - if test x${glibcpp_cv_func_asinf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_asinf_use'+set}'`\" = set"; then + echo $ac_n "checking for atanf declaration""... $ac_c" 1>&6 +echo "configure:7084: checking for atanf declaration" >&5 + if test x${glibcpp_cv_func_atanf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_atanf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7099,17 +7099,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - asinf(0); + atanf(0); ; return 0; } EOF if { (eval echo configure:7106: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_asinf_use=yes + glibcpp_cv_func_atanf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_asinf_use=no + glibcpp_cv_func_atanf_use=no fi rm -f conftest* ac_ext=c @@ -7123,9 +7123,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_asinf_use" 1>&6 - if test x$glibcpp_cv_func_asinf_use = x"yes"; then - for ac_func in asinf + echo "$ac_t""$glibcpp_cv_func_atanf_use" 1>&6 + if test x$glibcpp_cv_func_atanf_use = x"yes"; then + for ac_func in atanf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:7132: checking for $ac_func" >&5 @@ -7183,10 +7183,10 @@ done fi - echo $ac_n "checking for atanf declaration""... $ac_c" 1>&6 -echo "configure:7188: checking for atanf declaration" >&5 - if test x${glibcpp_cv_func_atanf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_atanf_use'+set}'`\" = set"; then + echo $ac_n "checking for ceilf declaration""... $ac_c" 1>&6 +echo "configure:7188: checking for ceilf declaration" >&5 + if test x${glibcpp_cv_func_ceilf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_ceilf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7203,17 +7203,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - atanf(0); + ceilf(0); ; return 0; } EOF if { (eval echo configure:7210: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_atanf_use=yes + glibcpp_cv_func_ceilf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_atanf_use=no + glibcpp_cv_func_ceilf_use=no fi rm -f conftest* ac_ext=c @@ -7227,9 +7227,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_atanf_use" 1>&6 - if test x$glibcpp_cv_func_atanf_use = x"yes"; then - for ac_func in atanf + echo "$ac_t""$glibcpp_cv_func_ceilf_use" 1>&6 + if test x$glibcpp_cv_func_ceilf_use = x"yes"; then + for ac_func in ceilf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:7236: checking for $ac_func" >&5 @@ -7287,10 +7287,10 @@ done fi - echo $ac_n "checking for atan2f declaration""... $ac_c" 1>&6 -echo "configure:7292: checking for atan2f declaration" >&5 - if test x${glibcpp_cv_func_atan2f_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_atan2f_use'+set}'`\" = set"; then + echo $ac_n "checking for cosf declaration""... $ac_c" 1>&6 +echo "configure:7292: checking for cosf declaration" >&5 + if test x${glibcpp_cv_func_cosf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_cosf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7307,17 +7307,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - atan2f(0, 0); + cosf(0); ; return 0; } EOF if { (eval echo configure:7314: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_atan2f_use=yes + glibcpp_cv_func_cosf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_atan2f_use=no + glibcpp_cv_func_cosf_use=no fi rm -f conftest* ac_ext=c @@ -7331,9 +7331,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_atan2f_use" 1>&6 - if test x$glibcpp_cv_func_atan2f_use = x"yes"; then - for ac_func in atan2f + echo "$ac_t""$glibcpp_cv_func_cosf_use" 1>&6 + if test x$glibcpp_cv_func_cosf_use = x"yes"; then + for ac_func in cosf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:7340: checking for $ac_func" >&5 @@ -7391,10 +7391,10 @@ done fi - echo $ac_n "checking for ceilf declaration""... $ac_c" 1>&6 -echo "configure:7396: checking for ceilf declaration" >&5 - if test x${glibcpp_cv_func_ceilf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_ceilf_use'+set}'`\" = set"; then + echo $ac_n "checking for coshf declaration""... $ac_c" 1>&6 +echo "configure:7396: checking for coshf declaration" >&5 + if test x${glibcpp_cv_func_coshf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_coshf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7411,17 +7411,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - ceilf(0); + coshf(0); ; return 0; } EOF if { (eval echo configure:7418: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_ceilf_use=yes + glibcpp_cv_func_coshf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_ceilf_use=no + glibcpp_cv_func_coshf_use=no fi rm -f conftest* ac_ext=c @@ -7435,9 +7435,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_ceilf_use" 1>&6 - if test x$glibcpp_cv_func_ceilf_use = x"yes"; then - for ac_func in ceilf + echo "$ac_t""$glibcpp_cv_func_coshf_use" 1>&6 + if test x$glibcpp_cv_func_coshf_use = x"yes"; then + for ac_func in coshf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:7444: checking for $ac_func" >&5 @@ -7495,10 +7495,10 @@ done fi - echo $ac_n "checking for cosf declaration""... $ac_c" 1>&6 -echo "configure:7500: checking for cosf declaration" >&5 - if test x${glibcpp_cv_func_cosf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_cosf_use'+set}'`\" = set"; then + echo $ac_n "checking for fabsf declaration""... $ac_c" 1>&6 +echo "configure:7500: checking for fabsf declaration" >&5 + if test x${glibcpp_cv_func_fabsf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_fabsf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7515,17 +7515,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - cosf(0); + fabsf(0); ; return 0; } EOF if { (eval echo configure:7522: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_cosf_use=yes + glibcpp_cv_func_fabsf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_cosf_use=no + glibcpp_cv_func_fabsf_use=no fi rm -f conftest* ac_ext=c @@ -7539,9 +7539,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_cosf_use" 1>&6 - if test x$glibcpp_cv_func_cosf_use = x"yes"; then - for ac_func in cosf + echo "$ac_t""$glibcpp_cv_func_fabsf_use" 1>&6 + if test x$glibcpp_cv_func_fabsf_use = x"yes"; then + for ac_func in fabsf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:7548: checking for $ac_func" >&5 @@ -7599,10 +7599,10 @@ done fi - echo $ac_n "checking for coshf declaration""... $ac_c" 1>&6 -echo "configure:7604: checking for coshf declaration" >&5 - if test x${glibcpp_cv_func_coshf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_coshf_use'+set}'`\" = set"; then + echo $ac_n "checking for floorf declaration""... $ac_c" 1>&6 +echo "configure:7604: checking for floorf declaration" >&5 + if test x${glibcpp_cv_func_floorf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_floorf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7619,17 +7619,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - coshf(0); + floorf(0); ; return 0; } EOF if { (eval echo configure:7626: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_coshf_use=yes + glibcpp_cv_func_floorf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_coshf_use=no + glibcpp_cv_func_floorf_use=no fi rm -f conftest* ac_ext=c @@ -7643,9 +7643,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_coshf_use" 1>&6 - if test x$glibcpp_cv_func_coshf_use = x"yes"; then - for ac_func in coshf + echo "$ac_t""$glibcpp_cv_func_floorf_use" 1>&6 + if test x$glibcpp_cv_func_floorf_use = x"yes"; then + for ac_func in floorf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:7652: checking for $ac_func" >&5 @@ -7703,10 +7703,10 @@ done fi - echo $ac_n "checking for expf declaration""... $ac_c" 1>&6 -echo "configure:7708: checking for expf declaration" >&5 - if test x${glibcpp_cv_func_expf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_expf_use'+set}'`\" = set"; then + echo $ac_n "checking for fmodf declaration""... $ac_c" 1>&6 +echo "configure:7708: checking for fmodf declaration" >&5 + if test x${glibcpp_cv_func_fmodf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_fmodf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7723,17 +7723,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - expf(0); + fmodf(0, 0); ; return 0; } EOF if { (eval echo configure:7730: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_expf_use=yes + glibcpp_cv_func_fmodf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_expf_use=no + glibcpp_cv_func_fmodf_use=no fi rm -f conftest* ac_ext=c @@ -7747,9 +7747,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_expf_use" 1>&6 - if test x$glibcpp_cv_func_expf_use = x"yes"; then - for ac_func in expf + echo "$ac_t""$glibcpp_cv_func_fmodf_use" 1>&6 + if test x$glibcpp_cv_func_fmodf_use = x"yes"; then + for ac_func in fmodf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:7756: checking for $ac_func" >&5 @@ -7807,10 +7807,10 @@ done fi - echo $ac_n "checking for fabsf declaration""... $ac_c" 1>&6 -echo "configure:7812: checking for fabsf declaration" >&5 - if test x${glibcpp_cv_func_fabsf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_fabsf_use'+set}'`\" = set"; then + echo $ac_n "checking for frexpf declaration""... $ac_c" 1>&6 +echo "configure:7812: checking for frexpf declaration" >&5 + if test x${glibcpp_cv_func_frexpf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_frexpf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7827,17 +7827,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - fabsf(0); + frexpf(0, 0); ; return 0; } EOF if { (eval echo configure:7834: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_fabsf_use=yes + glibcpp_cv_func_frexpf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_fabsf_use=no + glibcpp_cv_func_frexpf_use=no fi rm -f conftest* ac_ext=c @@ -7851,9 +7851,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_fabsf_use" 1>&6 - if test x$glibcpp_cv_func_fabsf_use = x"yes"; then - for ac_func in fabsf + echo "$ac_t""$glibcpp_cv_func_frexpf_use" 1>&6 + if test x$glibcpp_cv_func_frexpf_use = x"yes"; then + for ac_func in frexpf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:7860: checking for $ac_func" >&5 @@ -7911,10 +7911,10 @@ done fi - echo $ac_n "checking for floorf declaration""... $ac_c" 1>&6 -echo "configure:7916: checking for floorf declaration" >&5 - if test x${glibcpp_cv_func_floorf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_floorf_use'+set}'`\" = set"; then + echo $ac_n "checking for ldexpf declaration""... $ac_c" 1>&6 +echo "configure:7916: checking for ldexpf declaration" >&5 + if test x${glibcpp_cv_func_ldexpf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_ldexpf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7931,17 +7931,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - floorf(0); + ldexpf(0, 0); ; return 0; } EOF if { (eval echo configure:7938: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_floorf_use=yes + glibcpp_cv_func_ldexpf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_floorf_use=no + glibcpp_cv_func_ldexpf_use=no fi rm -f conftest* ac_ext=c @@ -7955,9 +7955,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_floorf_use" 1>&6 - if test x$glibcpp_cv_func_floorf_use = x"yes"; then - for ac_func in floorf + echo "$ac_t""$glibcpp_cv_func_ldexpf_use" 1>&6 + if test x$glibcpp_cv_func_ldexpf_use = x"yes"; then + for ac_func in ldexpf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:7964: checking for $ac_func" >&5 @@ -8015,10 +8015,10 @@ done fi - echo $ac_n "checking for fmodf declaration""... $ac_c" 1>&6 -echo "configure:8020: checking for fmodf declaration" >&5 - if test x${glibcpp_cv_func_fmodf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_fmodf_use'+set}'`\" = set"; then + echo $ac_n "checking for logf declaration""... $ac_c" 1>&6 +echo "configure:8020: checking for logf declaration" >&5 + if test x${glibcpp_cv_func_logf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_logf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8035,17 +8035,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - fmodf(0, 0); + logf(0); ; return 0; } EOF if { (eval echo configure:8042: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_fmodf_use=yes + glibcpp_cv_func_logf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_fmodf_use=no + glibcpp_cv_func_logf_use=no fi rm -f conftest* ac_ext=c @@ -8059,9 +8059,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_fmodf_use" 1>&6 - if test x$glibcpp_cv_func_fmodf_use = x"yes"; then - for ac_func in fmodf + echo "$ac_t""$glibcpp_cv_func_logf_use" 1>&6 + if test x$glibcpp_cv_func_logf_use = x"yes"; then + for ac_func in logf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:8068: checking for $ac_func" >&5 @@ -8119,10 +8119,10 @@ done fi - echo $ac_n "checking for frexpf declaration""... $ac_c" 1>&6 -echo "configure:8124: checking for frexpf declaration" >&5 - if test x${glibcpp_cv_func_frexpf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_frexpf_use'+set}'`\" = set"; then + echo $ac_n "checking for log10f declaration""... $ac_c" 1>&6 +echo "configure:8124: checking for log10f declaration" >&5 + if test x${glibcpp_cv_func_log10f_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_log10f_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8139,17 +8139,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - frexpf(0, 0); + log10f(0); ; return 0; } EOF if { (eval echo configure:8146: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_frexpf_use=yes + glibcpp_cv_func_log10f_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_frexpf_use=no + glibcpp_cv_func_log10f_use=no fi rm -f conftest* ac_ext=c @@ -8163,9 +8163,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_frexpf_use" 1>&6 - if test x$glibcpp_cv_func_frexpf_use = x"yes"; then - for ac_func in frexpf + echo "$ac_t""$glibcpp_cv_func_log10f_use" 1>&6 + if test x$glibcpp_cv_func_log10f_use = x"yes"; then + for ac_func in log10f do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:8172: checking for $ac_func" >&5 @@ -8223,10 +8223,10 @@ done fi - echo $ac_n "checking for ldexpf declaration""... $ac_c" 1>&6 -echo "configure:8228: checking for ldexpf declaration" >&5 - if test x${glibcpp_cv_func_ldexpf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_ldexpf_use'+set}'`\" = set"; then + echo $ac_n "checking for modff declaration""... $ac_c" 1>&6 +echo "configure:8228: checking for modff declaration" >&5 + if test x${glibcpp_cv_func_modff_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_modff_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8243,17 +8243,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - ldexpf(0, 0); + modff(0, 0); ; return 0; } EOF if { (eval echo configure:8250: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_ldexpf_use=yes + glibcpp_cv_func_modff_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_ldexpf_use=no + glibcpp_cv_func_modff_use=no fi rm -f conftest* ac_ext=c @@ -8267,9 +8267,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_ldexpf_use" 1>&6 - if test x$glibcpp_cv_func_ldexpf_use = x"yes"; then - for ac_func in ldexpf + echo "$ac_t""$glibcpp_cv_func_modff_use" 1>&6 + if test x$glibcpp_cv_func_modff_use = x"yes"; then + for ac_func in modff do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:8276: checking for $ac_func" >&5 @@ -8327,10 +8327,10 @@ done fi - echo $ac_n "checking for logf declaration""... $ac_c" 1>&6 -echo "configure:8332: checking for logf declaration" >&5 - if test x${glibcpp_cv_func_logf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_logf_use'+set}'`\" = set"; then + echo $ac_n "checking for powf declaration""... $ac_c" 1>&6 +echo "configure:8332: checking for powf declaration" >&5 + if test x${glibcpp_cv_func_powf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_powf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8347,17 +8347,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - logf(0); + powf(0, 0); ; return 0; } EOF if { (eval echo configure:8354: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_logf_use=yes + glibcpp_cv_func_powf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_logf_use=no + glibcpp_cv_func_powf_use=no fi rm -f conftest* ac_ext=c @@ -8371,9 +8371,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_logf_use" 1>&6 - if test x$glibcpp_cv_func_logf_use = x"yes"; then - for ac_func in logf + echo "$ac_t""$glibcpp_cv_func_powf_use" 1>&6 + if test x$glibcpp_cv_func_powf_use = x"yes"; then + for ac_func in powf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:8380: checking for $ac_func" >&5 @@ -8431,10 +8431,10 @@ done fi - echo $ac_n "checking for log10f declaration""... $ac_c" 1>&6 -echo "configure:8436: checking for log10f declaration" >&5 - if test x${glibcpp_cv_func_log10f_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_log10f_use'+set}'`\" = set"; then + echo $ac_n "checking for sinf declaration""... $ac_c" 1>&6 +echo "configure:8436: checking for sinf declaration" >&5 + if test x${glibcpp_cv_func_sinf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_sinf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8451,17 +8451,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - log10f(0); + sinf(0); ; return 0; } EOF if { (eval echo configure:8458: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_log10f_use=yes + glibcpp_cv_func_sinf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_log10f_use=no + glibcpp_cv_func_sinf_use=no fi rm -f conftest* ac_ext=c @@ -8475,9 +8475,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_log10f_use" 1>&6 - if test x$glibcpp_cv_func_log10f_use = x"yes"; then - for ac_func in log10f + echo "$ac_t""$glibcpp_cv_func_sinf_use" 1>&6 + if test x$glibcpp_cv_func_sinf_use = x"yes"; then + for ac_func in sinf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:8484: checking for $ac_func" >&5 @@ -8535,10 +8535,10 @@ done fi - echo $ac_n "checking for modff declaration""... $ac_c" 1>&6 -echo "configure:8540: checking for modff declaration" >&5 - if test x${glibcpp_cv_func_modff_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_modff_use'+set}'`\" = set"; then + echo $ac_n "checking for sinhf declaration""... $ac_c" 1>&6 +echo "configure:8540: checking for sinhf declaration" >&5 + if test x${glibcpp_cv_func_sinhf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_sinhf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8555,17 +8555,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - modff(0, 0); + sinhf(0); ; return 0; } EOF if { (eval echo configure:8562: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_modff_use=yes + glibcpp_cv_func_sinhf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_modff_use=no + glibcpp_cv_func_sinhf_use=no fi rm -f conftest* ac_ext=c @@ -8579,9 +8579,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_modff_use" 1>&6 - if test x$glibcpp_cv_func_modff_use = x"yes"; then - for ac_func in modff + echo "$ac_t""$glibcpp_cv_func_sinhf_use" 1>&6 + if test x$glibcpp_cv_func_sinhf_use = x"yes"; then + for ac_func in sinhf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:8588: checking for $ac_func" >&5 @@ -8639,10 +8639,10 @@ done fi - echo $ac_n "checking for powf declaration""... $ac_c" 1>&6 -echo "configure:8644: checking for powf declaration" >&5 - if test x${glibcpp_cv_func_powf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_powf_use'+set}'`\" = set"; then + echo $ac_n "checking for sqrtf declaration""... $ac_c" 1>&6 +echo "configure:8644: checking for sqrtf declaration" >&5 + if test x${glibcpp_cv_func_sqrtf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_sqrtf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8659,17 +8659,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - powf(0, 0); + sqrtf(0); ; return 0; } EOF if { (eval echo configure:8666: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_powf_use=yes + glibcpp_cv_func_sqrtf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_powf_use=no + glibcpp_cv_func_sqrtf_use=no fi rm -f conftest* ac_ext=c @@ -8683,9 +8683,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_powf_use" 1>&6 - if test x$glibcpp_cv_func_powf_use = x"yes"; then - for ac_func in powf + echo "$ac_t""$glibcpp_cv_func_sqrtf_use" 1>&6 + if test x$glibcpp_cv_func_sqrtf_use = x"yes"; then + for ac_func in sqrtf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:8692: checking for $ac_func" >&5 @@ -8743,10 +8743,10 @@ done fi - echo $ac_n "checking for sinf declaration""... $ac_c" 1>&6 -echo "configure:8748: checking for sinf declaration" >&5 - if test x${glibcpp_cv_func_sinf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_sinf_use'+set}'`\" = set"; then + echo $ac_n "checking for tanf declaration""... $ac_c" 1>&6 +echo "configure:8748: checking for tanf declaration" >&5 + if test x${glibcpp_cv_func_tanf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_tanf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8763,17 +8763,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - sinf(0); + tanf(0); ; return 0; } EOF if { (eval echo configure:8770: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_sinf_use=yes + glibcpp_cv_func_tanf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_sinf_use=no + glibcpp_cv_func_tanf_use=no fi rm -f conftest* ac_ext=c @@ -8787,9 +8787,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_sinf_use" 1>&6 - if test x$glibcpp_cv_func_sinf_use = x"yes"; then - for ac_func in sinf + echo "$ac_t""$glibcpp_cv_func_tanf_use" 1>&6 + if test x$glibcpp_cv_func_tanf_use = x"yes"; then + for ac_func in tanf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:8796: checking for $ac_func" >&5 @@ -8847,10 +8847,10 @@ done fi - echo $ac_n "checking for sinhf declaration""... $ac_c" 1>&6 -echo "configure:8852: checking for sinhf declaration" >&5 - if test x${glibcpp_cv_func_sinhf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_sinhf_use'+set}'`\" = set"; then + echo $ac_n "checking for tanhf declaration""... $ac_c" 1>&6 +echo "configure:8852: checking for tanhf declaration" >&5 + if test x${glibcpp_cv_func_tanhf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_tanhf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8867,17 +8867,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - sinhf(0); + tanhf(0); ; return 0; } EOF if { (eval echo configure:8874: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_sinhf_use=yes + glibcpp_cv_func_tanhf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_sinhf_use=no + glibcpp_cv_func_tanhf_use=no fi rm -f conftest* ac_ext=c @@ -8891,9 +8891,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_sinhf_use" 1>&6 - if test x$glibcpp_cv_func_sinhf_use = x"yes"; then - for ac_func in sinhf + echo "$ac_t""$glibcpp_cv_func_tanhf_use" 1>&6 + if test x$glibcpp_cv_func_tanhf_use = x"yes"; then + for ac_func in tanhf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:8900: checking for $ac_func" >&5 @@ -8951,10 +8951,10 @@ done fi - echo $ac_n "checking for sqrtf declaration""... $ac_c" 1>&6 -echo "configure:8956: checking for sqrtf declaration" >&5 - if test x${glibcpp_cv_func_sqrtf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_sqrtf_use'+set}'`\" = set"; then + echo $ac_n "checking for sincosf declaration""... $ac_c" 1>&6 +echo "configure:8956: checking for sincosf declaration" >&5 + if test x${glibcpp_cv_func_sincosf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_sincosf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8971,17 +8971,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - sqrtf(0); + sincosf(0, 0, 0); ; return 0; } EOF if { (eval echo configure:8978: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_sqrtf_use=yes + glibcpp_cv_func_sincosf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_sqrtf_use=no + glibcpp_cv_func_sincosf_use=no fi rm -f conftest* ac_ext=c @@ -8995,9 +8995,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_sqrtf_use" 1>&6 - if test x$glibcpp_cv_func_sqrtf_use = x"yes"; then - for ac_func in sqrtf + echo "$ac_t""$glibcpp_cv_func_sincosf_use" 1>&6 + if test x$glibcpp_cv_func_sincosf_use = x"yes"; then + for ac_func in sincosf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:9004: checking for $ac_func" >&5 @@ -9055,10 +9055,10 @@ done fi - echo $ac_n "checking for tanf declaration""... $ac_c" 1>&6 -echo "configure:9060: checking for tanf declaration" >&5 - if test x${glibcpp_cv_func_tanf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_tanf_use'+set}'`\" = set"; then + echo $ac_n "checking for finitef declaration""... $ac_c" 1>&6 +echo "configure:9060: checking for finitef declaration" >&5 + if test x${glibcpp_cv_func_finitef_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_finitef_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9075,17 +9075,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - tanf(0); + finitef(0); ; return 0; } EOF if { (eval echo configure:9082: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_tanf_use=yes + glibcpp_cv_func_finitef_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_tanf_use=no + glibcpp_cv_func_finitef_use=no fi rm -f conftest* ac_ext=c @@ -9099,9 +9099,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_tanf_use" 1>&6 - if test x$glibcpp_cv_func_tanf_use = x"yes"; then - for ac_func in tanf + echo "$ac_t""$glibcpp_cv_func_finitef_use" 1>&6 + if test x$glibcpp_cv_func_finitef_use = x"yes"; then + for ac_func in finitef do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:9108: checking for $ac_func" >&5 @@ -9158,11 +9158,12 @@ done fi - - echo $ac_n "checking for tanhf declaration""... $ac_c" 1>&6 -echo "configure:9164: checking for tanhf declaration" >&5 - if test x${glibcpp_cv_func_tanhf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_tanhf_use'+set}'`\" = set"; then + + + echo $ac_n "checking for isnanl declaration""... $ac_c" 1>&6 +echo "configure:9165: checking for isnanl declaration" >&5 + if test x${glibcpp_cv_func_isnanl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_isnanl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9175,21 +9176,21 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { - tanhf(0); + isnanl(0); ; return 0; } EOF -if { (eval echo configure:9186: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:9187: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_tanhf_use=yes + glibcpp_cv_func_isnanl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_tanhf_use=no + glibcpp_cv_func_isnanl_use=no fi rm -f conftest* ac_ext=c @@ -9203,17 +9204,17 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_tanhf_use" 1>&6 - if test x$glibcpp_cv_func_tanhf_use = x"yes"; then - for ac_func in tanhf + echo "$ac_t""$glibcpp_cv_func_isnanl_use" 1>&6 + if test x$glibcpp_cv_func_isnanl_use = x"yes"; then + for ac_func in isnanl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:9212: checking for $ac_func" >&5 +echo "configure:9213: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:9241: \"$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 @@ -9263,10 +9264,10 @@ done fi - echo $ac_n "checking for sincosf declaration""... $ac_c" 1>&6 -echo "configure:9268: checking for sincosf declaration" >&5 - if test x${glibcpp_cv_func_sincosf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_sincosf_use'+set}'`\" = set"; then + echo $ac_n "checking for isinfl declaration""... $ac_c" 1>&6 +echo "configure:9269: checking for isinfl declaration" >&5 + if test x${glibcpp_cv_func_isinfl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_isinfl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9279,21 +9280,21 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { - sincosf(0, 0, 0); + isinfl(0); ; return 0; } EOF -if { (eval echo configure:9290: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:9291: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_sincosf_use=yes + glibcpp_cv_func_isinfl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_sincosf_use=no + glibcpp_cv_func_isinfl_use=no fi rm -f conftest* ac_ext=c @@ -9307,17 +9308,17 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_sincosf_use" 1>&6 - if test x$glibcpp_cv_func_sincosf_use = x"yes"; then - for ac_func in sincosf + echo "$ac_t""$glibcpp_cv_func_isinfl_use" 1>&6 + if test x$glibcpp_cv_func_isinfl_use = x"yes"; then + for ac_func in isinfl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:9316: checking for $ac_func" >&5 +echo "configure:9317: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:9345: \"$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 @@ -9367,10 +9368,10 @@ done fi - echo $ac_n "checking for finitef declaration""... $ac_c" 1>&6 -echo "configure:9372: checking for finitef declaration" >&5 - if test x${glibcpp_cv_func_finitef_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_finitef_use'+set}'`\" = set"; then + echo $ac_n "checking for copysignl declaration""... $ac_c" 1>&6 +echo "configure:9373: checking for copysignl declaration" >&5 + if test x${glibcpp_cv_func_copysignl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_copysignl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9383,21 +9384,21 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { - finitef(0); + copysignl(0, 0); ; return 0; } EOF -if { (eval echo configure:9394: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:9395: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_finitef_use=yes + glibcpp_cv_func_copysignl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_finitef_use=no + glibcpp_cv_func_copysignl_use=no fi rm -f conftest* ac_ext=c @@ -9411,17 +9412,17 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_finitef_use" 1>&6 - if test x$glibcpp_cv_func_finitef_use = x"yes"; then - for ac_func in finitef + echo "$ac_t""$glibcpp_cv_func_copysignl_use" 1>&6 + if test x$glibcpp_cv_func_copysignl_use = x"yes"; then + for ac_func in copysignl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:9420: checking for $ac_func" >&5 +echo "configure:9421: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:9449: \"$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 @@ -9470,12 +9471,11 @@ done fi - - - echo $ac_n "checking for isnanl declaration""... $ac_c" 1>&6 -echo "configure:9477: checking for isnanl declaration" >&5 - if test x${glibcpp_cv_func_isnanl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_isnanl_use'+set}'`\" = set"; then + + echo $ac_n "checking for acosl declaration""... $ac_c" 1>&6 +echo "configure:9477: checking for acosl declaration" >&5 + if test x${glibcpp_cv_func_acosl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_acosl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9492,17 +9492,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - isnanl(0); + acosl(0); ; return 0; } EOF if { (eval echo configure:9499: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_isnanl_use=yes + glibcpp_cv_func_acosl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_isnanl_use=no + glibcpp_cv_func_acosl_use=no fi rm -f conftest* ac_ext=c @@ -9516,9 +9516,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_isnanl_use" 1>&6 - if test x$glibcpp_cv_func_isnanl_use = x"yes"; then - for ac_func in isnanl + echo "$ac_t""$glibcpp_cv_func_acosl_use" 1>&6 + if test x$glibcpp_cv_func_acosl_use = x"yes"; then + for ac_func in acosl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:9525: checking for $ac_func" >&5 @@ -9576,10 +9576,10 @@ done fi - echo $ac_n "checking for isinfl declaration""... $ac_c" 1>&6 -echo "configure:9581: checking for isinfl declaration" >&5 - if test x${glibcpp_cv_func_isinfl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_isinfl_use'+set}'`\" = set"; then + echo $ac_n "checking for asinl declaration""... $ac_c" 1>&6 +echo "configure:9581: checking for asinl declaration" >&5 + if test x${glibcpp_cv_func_asinl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_asinl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9596,17 +9596,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - isinfl(0); + asinl(0); ; return 0; } EOF if { (eval echo configure:9603: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_isinfl_use=yes + glibcpp_cv_func_asinl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_isinfl_use=no + glibcpp_cv_func_asinl_use=no fi rm -f conftest* ac_ext=c @@ -9620,9 +9620,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_isinfl_use" 1>&6 - if test x$glibcpp_cv_func_isinfl_use = x"yes"; then - for ac_func in isinfl + echo "$ac_t""$glibcpp_cv_func_asinl_use" 1>&6 + if test x$glibcpp_cv_func_asinl_use = x"yes"; then + for ac_func in asinl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:9629: checking for $ac_func" >&5 @@ -9680,10 +9680,10 @@ done fi - echo $ac_n "checking for copysignl declaration""... $ac_c" 1>&6 -echo "configure:9685: checking for copysignl declaration" >&5 - if test x${glibcpp_cv_func_copysignl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_copysignl_use'+set}'`\" = set"; then + echo $ac_n "checking for atanl declaration""... $ac_c" 1>&6 +echo "configure:9685: checking for atanl declaration" >&5 + if test x${glibcpp_cv_func_atanl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_atanl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9700,17 +9700,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - copysignl(0, 0); + atanl(0); ; return 0; } EOF if { (eval echo configure:9707: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_copysignl_use=yes + glibcpp_cv_func_atanl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_copysignl_use=no + glibcpp_cv_func_atanl_use=no fi rm -f conftest* ac_ext=c @@ -9724,9 +9724,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_copysignl_use" 1>&6 - if test x$glibcpp_cv_func_copysignl_use = x"yes"; then - for ac_func in copysignl + echo "$ac_t""$glibcpp_cv_func_atanl_use" 1>&6 + if test x$glibcpp_cv_func_atanl_use = x"yes"; then + for ac_func in atanl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:9733: checking for $ac_func" >&5 @@ -9784,10 +9784,10 @@ done fi - echo $ac_n "checking for acosl declaration""... $ac_c" 1>&6 -echo "configure:9789: checking for acosl declaration" >&5 - if test x${glibcpp_cv_func_acosl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_acosl_use'+set}'`\" = set"; then + echo $ac_n "checking for atan2l declaration""... $ac_c" 1>&6 +echo "configure:9789: checking for atan2l declaration" >&5 + if test x${glibcpp_cv_func_atan2l_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_atan2l_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9804,17 +9804,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - acosl(0); + atan2l(0, 0); ; return 0; } EOF if { (eval echo configure:9811: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_acosl_use=yes + glibcpp_cv_func_atan2l_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_acosl_use=no + glibcpp_cv_func_atan2l_use=no fi rm -f conftest* ac_ext=c @@ -9828,9 +9828,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_acosl_use" 1>&6 - if test x$glibcpp_cv_func_acosl_use = x"yes"; then - for ac_func in acosl + echo "$ac_t""$glibcpp_cv_func_atan2l_use" 1>&6 + if test x$glibcpp_cv_func_atan2l_use = x"yes"; then + for ac_func in atan2l do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:9837: checking for $ac_func" >&5 @@ -9888,10 +9888,10 @@ done fi - echo $ac_n "checking for asinl declaration""... $ac_c" 1>&6 -echo "configure:9893: checking for asinl declaration" >&5 - if test x${glibcpp_cv_func_asinl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_asinl_use'+set}'`\" = set"; then + echo $ac_n "checking for ceill declaration""... $ac_c" 1>&6 +echo "configure:9893: checking for ceill declaration" >&5 + if test x${glibcpp_cv_func_ceill_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_ceill_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9908,17 +9908,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - asinl(0); + ceill(0); ; return 0; } EOF if { (eval echo configure:9915: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_asinl_use=yes + glibcpp_cv_func_ceill_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_asinl_use=no + glibcpp_cv_func_ceill_use=no fi rm -f conftest* ac_ext=c @@ -9932,9 +9932,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_asinl_use" 1>&6 - if test x$glibcpp_cv_func_asinl_use = x"yes"; then - for ac_func in asinl + echo "$ac_t""$glibcpp_cv_func_ceill_use" 1>&6 + if test x$glibcpp_cv_func_ceill_use = x"yes"; then + for ac_func in ceill do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:9941: checking for $ac_func" >&5 @@ -9992,10 +9992,10 @@ done fi - echo $ac_n "checking for atanl declaration""... $ac_c" 1>&6 -echo "configure:9997: checking for atanl declaration" >&5 - if test x${glibcpp_cv_func_atanl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_atanl_use'+set}'`\" = set"; then + echo $ac_n "checking for cosl declaration""... $ac_c" 1>&6 +echo "configure:9997: checking for cosl declaration" >&5 + if test x${glibcpp_cv_func_cosl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_cosl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10012,17 +10012,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - atanl(0); + cosl(0); ; return 0; } EOF if { (eval echo configure:10019: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_atanl_use=yes + glibcpp_cv_func_cosl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_atanl_use=no + glibcpp_cv_func_cosl_use=no fi rm -f conftest* ac_ext=c @@ -10036,9 +10036,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_atanl_use" 1>&6 - if test x$glibcpp_cv_func_atanl_use = x"yes"; then - for ac_func in atanl + echo "$ac_t""$glibcpp_cv_func_cosl_use" 1>&6 + if test x$glibcpp_cv_func_cosl_use = x"yes"; then + for ac_func in cosl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:10045: checking for $ac_func" >&5 @@ -10096,10 +10096,10 @@ done fi - echo $ac_n "checking for atan2l declaration""... $ac_c" 1>&6 -echo "configure:10101: checking for atan2l declaration" >&5 - if test x${glibcpp_cv_func_atan2l_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_atan2l_use'+set}'`\" = set"; then + echo $ac_n "checking for coshl declaration""... $ac_c" 1>&6 +echo "configure:10101: checking for coshl declaration" >&5 + if test x${glibcpp_cv_func_coshl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_coshl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10116,17 +10116,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - atan2l(0, 0); + coshl(0); ; return 0; } EOF if { (eval echo configure:10123: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_atan2l_use=yes + glibcpp_cv_func_coshl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_atan2l_use=no + glibcpp_cv_func_coshl_use=no fi rm -f conftest* ac_ext=c @@ -10140,9 +10140,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_atan2l_use" 1>&6 - if test x$glibcpp_cv_func_atan2l_use = x"yes"; then - for ac_func in atan2l + echo "$ac_t""$glibcpp_cv_func_coshl_use" 1>&6 + if test x$glibcpp_cv_func_coshl_use = x"yes"; then + for ac_func in coshl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:10149: checking for $ac_func" >&5 @@ -10200,10 +10200,10 @@ done fi - echo $ac_n "checking for ceill declaration""... $ac_c" 1>&6 -echo "configure:10205: checking for ceill declaration" >&5 - if test x${glibcpp_cv_func_ceill_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_ceill_use'+set}'`\" = set"; then + echo $ac_n "checking for expl declaration""... $ac_c" 1>&6 +echo "configure:10205: checking for expl declaration" >&5 + if test x${glibcpp_cv_func_expl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_expl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10220,17 +10220,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - ceill(0); + expl(0); ; return 0; } EOF if { (eval echo configure:10227: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_ceill_use=yes + glibcpp_cv_func_expl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_ceill_use=no + glibcpp_cv_func_expl_use=no fi rm -f conftest* ac_ext=c @@ -10244,9 +10244,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_ceill_use" 1>&6 - if test x$glibcpp_cv_func_ceill_use = x"yes"; then - for ac_func in ceill + echo "$ac_t""$glibcpp_cv_func_expl_use" 1>&6 + if test x$glibcpp_cv_func_expl_use = x"yes"; then + for ac_func in expl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:10253: checking for $ac_func" >&5 @@ -10304,10 +10304,10 @@ done fi - echo $ac_n "checking for cosl declaration""... $ac_c" 1>&6 -echo "configure:10309: checking for cosl declaration" >&5 - if test x${glibcpp_cv_func_cosl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_cosl_use'+set}'`\" = set"; then + echo $ac_n "checking for fabsl declaration""... $ac_c" 1>&6 +echo "configure:10309: checking for fabsl declaration" >&5 + if test x${glibcpp_cv_func_fabsl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_fabsl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10324,17 +10324,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - cosl(0); + fabsl(0); ; return 0; } EOF if { (eval echo configure:10331: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_cosl_use=yes + glibcpp_cv_func_fabsl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_cosl_use=no + glibcpp_cv_func_fabsl_use=no fi rm -f conftest* ac_ext=c @@ -10348,9 +10348,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_cosl_use" 1>&6 - if test x$glibcpp_cv_func_cosl_use = x"yes"; then - for ac_func in cosl + echo "$ac_t""$glibcpp_cv_func_fabsl_use" 1>&6 + if test x$glibcpp_cv_func_fabsl_use = x"yes"; then + for ac_func in fabsl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:10357: checking for $ac_func" >&5 @@ -10408,10 +10408,10 @@ done fi - echo $ac_n "checking for coshl declaration""... $ac_c" 1>&6 -echo "configure:10413: checking for coshl declaration" >&5 - if test x${glibcpp_cv_func_coshl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_coshl_use'+set}'`\" = set"; then + echo $ac_n "checking for floorl declaration""... $ac_c" 1>&6 +echo "configure:10413: checking for floorl declaration" >&5 + if test x${glibcpp_cv_func_floorl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_floorl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10428,17 +10428,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - coshl(0); + floorl(0); ; return 0; } EOF if { (eval echo configure:10435: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_coshl_use=yes + glibcpp_cv_func_floorl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_coshl_use=no + glibcpp_cv_func_floorl_use=no fi rm -f conftest* ac_ext=c @@ -10452,9 +10452,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_coshl_use" 1>&6 - if test x$glibcpp_cv_func_coshl_use = x"yes"; then - for ac_func in coshl + echo "$ac_t""$glibcpp_cv_func_floorl_use" 1>&6 + if test x$glibcpp_cv_func_floorl_use = x"yes"; then + for ac_func in floorl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:10461: checking for $ac_func" >&5 @@ -10512,10 +10512,10 @@ done fi - echo $ac_n "checking for expl declaration""... $ac_c" 1>&6 -echo "configure:10517: checking for expl declaration" >&5 - if test x${glibcpp_cv_func_expl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_expl_use'+set}'`\" = set"; then + echo $ac_n "checking for fmodl declaration""... $ac_c" 1>&6 +echo "configure:10517: checking for fmodl declaration" >&5 + if test x${glibcpp_cv_func_fmodl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_fmodl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10532,17 +10532,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - expl(0); + fmodl(0, 0); ; return 0; } EOF if { (eval echo configure:10539: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_expl_use=yes + glibcpp_cv_func_fmodl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_expl_use=no + glibcpp_cv_func_fmodl_use=no fi rm -f conftest* ac_ext=c @@ -10556,9 +10556,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_expl_use" 1>&6 - if test x$glibcpp_cv_func_expl_use = x"yes"; then - for ac_func in expl + echo "$ac_t""$glibcpp_cv_func_fmodl_use" 1>&6 + if test x$glibcpp_cv_func_fmodl_use = x"yes"; then + for ac_func in fmodl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:10565: checking for $ac_func" >&5 @@ -10616,10 +10616,10 @@ done fi - echo $ac_n "checking for fabsl declaration""... $ac_c" 1>&6 -echo "configure:10621: checking for fabsl declaration" >&5 - if test x${glibcpp_cv_func_fabsl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_fabsl_use'+set}'`\" = set"; then + echo $ac_n "checking for frexpl declaration""... $ac_c" 1>&6 +echo "configure:10621: checking for frexpl declaration" >&5 + if test x${glibcpp_cv_func_frexpl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_frexpl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10636,17 +10636,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - fabsl(0); + frexpl(0, 0); ; return 0; } EOF if { (eval echo configure:10643: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_fabsl_use=yes + glibcpp_cv_func_frexpl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_fabsl_use=no + glibcpp_cv_func_frexpl_use=no fi rm -f conftest* ac_ext=c @@ -10660,9 +10660,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_fabsl_use" 1>&6 - if test x$glibcpp_cv_func_fabsl_use = x"yes"; then - for ac_func in fabsl + echo "$ac_t""$glibcpp_cv_func_frexpl_use" 1>&6 + if test x$glibcpp_cv_func_frexpl_use = x"yes"; then + for ac_func in frexpl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:10669: checking for $ac_func" >&5 @@ -10720,10 +10720,10 @@ done fi - echo $ac_n "checking for floorl declaration""... $ac_c" 1>&6 -echo "configure:10725: checking for floorl declaration" >&5 - if test x${glibcpp_cv_func_floorl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_floorl_use'+set}'`\" = set"; then + echo $ac_n "checking for ldexpl declaration""... $ac_c" 1>&6 +echo "configure:10725: checking for ldexpl declaration" >&5 + if test x${glibcpp_cv_func_ldexpl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_ldexpl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10740,17 +10740,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - floorl(0); + ldexpl(0, 0); ; return 0; } EOF if { (eval echo configure:10747: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_floorl_use=yes + glibcpp_cv_func_ldexpl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_floorl_use=no + glibcpp_cv_func_ldexpl_use=no fi rm -f conftest* ac_ext=c @@ -10764,9 +10764,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_floorl_use" 1>&6 - if test x$glibcpp_cv_func_floorl_use = x"yes"; then - for ac_func in floorl + echo "$ac_t""$glibcpp_cv_func_ldexpl_use" 1>&6 + if test x$glibcpp_cv_func_ldexpl_use = x"yes"; then + for ac_func in ldexpl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:10773: checking for $ac_func" >&5 @@ -10824,10 +10824,10 @@ done fi - echo $ac_n "checking for fmodl declaration""... $ac_c" 1>&6 -echo "configure:10829: checking for fmodl declaration" >&5 - if test x${glibcpp_cv_func_fmodl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_fmodl_use'+set}'`\" = set"; then + echo $ac_n "checking for logl declaration""... $ac_c" 1>&6 +echo "configure:10829: checking for logl declaration" >&5 + if test x${glibcpp_cv_func_logl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_logl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10844,17 +10844,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - fmodl(0, 0); + logl(0); ; return 0; } EOF if { (eval echo configure:10851: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_fmodl_use=yes + glibcpp_cv_func_logl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_fmodl_use=no + glibcpp_cv_func_logl_use=no fi rm -f conftest* ac_ext=c @@ -10868,9 +10868,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_fmodl_use" 1>&6 - if test x$glibcpp_cv_func_fmodl_use = x"yes"; then - for ac_func in fmodl + echo "$ac_t""$glibcpp_cv_func_logl_use" 1>&6 + if test x$glibcpp_cv_func_logl_use = x"yes"; then + for ac_func in logl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:10877: checking for $ac_func" >&5 @@ -10928,10 +10928,10 @@ done fi - echo $ac_n "checking for frexpl declaration""... $ac_c" 1>&6 -echo "configure:10933: checking for frexpl declaration" >&5 - if test x${glibcpp_cv_func_frexpl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_frexpl_use'+set}'`\" = set"; then + echo $ac_n "checking for log10l declaration""... $ac_c" 1>&6 +echo "configure:10933: checking for log10l declaration" >&5 + if test x${glibcpp_cv_func_log10l_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_log10l_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10948,17 +10948,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - frexpl(0, 0); + log10l(0); ; return 0; } EOF if { (eval echo configure:10955: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_frexpl_use=yes + glibcpp_cv_func_log10l_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_frexpl_use=no + glibcpp_cv_func_log10l_use=no fi rm -f conftest* ac_ext=c @@ -10972,9 +10972,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_frexpl_use" 1>&6 - if test x$glibcpp_cv_func_frexpl_use = x"yes"; then - for ac_func in frexpl + echo "$ac_t""$glibcpp_cv_func_log10l_use" 1>&6 + if test x$glibcpp_cv_func_log10l_use = x"yes"; then + for ac_func in log10l do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:10981: checking for $ac_func" >&5 @@ -11032,10 +11032,10 @@ done fi - echo $ac_n "checking for ldexpl declaration""... $ac_c" 1>&6 -echo "configure:11037: checking for ldexpl declaration" >&5 - if test x${glibcpp_cv_func_ldexpl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_ldexpl_use'+set}'`\" = set"; then + echo $ac_n "checking for modfl declaration""... $ac_c" 1>&6 +echo "configure:11037: checking for modfl declaration" >&5 + if test x${glibcpp_cv_func_modfl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_modfl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -11052,17 +11052,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - ldexpl(0, 0); + modfl(0, 0); ; return 0; } EOF if { (eval echo configure:11059: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_ldexpl_use=yes + glibcpp_cv_func_modfl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_ldexpl_use=no + glibcpp_cv_func_modfl_use=no fi rm -f conftest* ac_ext=c @@ -11076,9 +11076,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_ldexpl_use" 1>&6 - if test x$glibcpp_cv_func_ldexpl_use = x"yes"; then - for ac_func in ldexpl + echo "$ac_t""$glibcpp_cv_func_modfl_use" 1>&6 + if test x$glibcpp_cv_func_modfl_use = x"yes"; then + for ac_func in modfl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:11085: checking for $ac_func" >&5 @@ -11136,10 +11136,10 @@ done fi - echo $ac_n "checking for logl declaration""... $ac_c" 1>&6 -echo "configure:11141: checking for logl declaration" >&5 - if test x${glibcpp_cv_func_logl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_logl_use'+set}'`\" = set"; then + echo $ac_n "checking for powl declaration""... $ac_c" 1>&6 +echo "configure:11141: checking for powl declaration" >&5 + if test x${glibcpp_cv_func_powl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_powl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -11156,17 +11156,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - logl(0); + powl(0, 0); ; return 0; } EOF if { (eval echo configure:11163: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_logl_use=yes + glibcpp_cv_func_powl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_logl_use=no + glibcpp_cv_func_powl_use=no fi rm -f conftest* ac_ext=c @@ -11180,9 +11180,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_logl_use" 1>&6 - if test x$glibcpp_cv_func_logl_use = x"yes"; then - for ac_func in logl + echo "$ac_t""$glibcpp_cv_func_powl_use" 1>&6 + if test x$glibcpp_cv_func_powl_use = x"yes"; then + for ac_func in powl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:11189: checking for $ac_func" >&5 @@ -11240,10 +11240,10 @@ done fi - echo $ac_n "checking for log10l declaration""... $ac_c" 1>&6 -echo "configure:11245: checking for log10l declaration" >&5 - if test x${glibcpp_cv_func_log10l_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_log10l_use'+set}'`\" = set"; then + echo $ac_n "checking for sinl declaration""... $ac_c" 1>&6 +echo "configure:11245: checking for sinl declaration" >&5 + if test x${glibcpp_cv_func_sinl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_sinl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -11260,17 +11260,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - log10l(0); + sinl(0); ; return 0; } EOF if { (eval echo configure:11267: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_log10l_use=yes + glibcpp_cv_func_sinl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_log10l_use=no + glibcpp_cv_func_sinl_use=no fi rm -f conftest* ac_ext=c @@ -11284,9 +11284,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_log10l_use" 1>&6 - if test x$glibcpp_cv_func_log10l_use = x"yes"; then - for ac_func in log10l + echo "$ac_t""$glibcpp_cv_func_sinl_use" 1>&6 + if test x$glibcpp_cv_func_sinl_use = x"yes"; then + for ac_func in sinl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:11293: checking for $ac_func" >&5 @@ -11344,10 +11344,10 @@ done fi - echo $ac_n "checking for modfl declaration""... $ac_c" 1>&6 -echo "configure:11349: checking for modfl declaration" >&5 - if test x${glibcpp_cv_func_modfl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_modfl_use'+set}'`\" = set"; then + echo $ac_n "checking for sinhl declaration""... $ac_c" 1>&6 +echo "configure:11349: checking for sinhl declaration" >&5 + if test x${glibcpp_cv_func_sinhl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_sinhl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -11364,17 +11364,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - modfl(0, 0); + sinhl(0); ; return 0; } EOF if { (eval echo configure:11371: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_modfl_use=yes + glibcpp_cv_func_sinhl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_modfl_use=no + glibcpp_cv_func_sinhl_use=no fi rm -f conftest* ac_ext=c @@ -11388,9 +11388,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_modfl_use" 1>&6 - if test x$glibcpp_cv_func_modfl_use = x"yes"; then - for ac_func in modfl + echo "$ac_t""$glibcpp_cv_func_sinhl_use" 1>&6 + if test x$glibcpp_cv_func_sinhl_use = x"yes"; then + for ac_func in sinhl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:11397: checking for $ac_func" >&5 @@ -11448,10 +11448,10 @@ done fi - echo $ac_n "checking for powl declaration""... $ac_c" 1>&6 -echo "configure:11453: checking for powl declaration" >&5 - if test x${glibcpp_cv_func_powl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_powl_use'+set}'`\" = set"; then + echo $ac_n "checking for sqrtl declaration""... $ac_c" 1>&6 +echo "configure:11453: checking for sqrtl declaration" >&5 + if test x${glibcpp_cv_func_sqrtl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_sqrtl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -11468,17 +11468,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - powl(0, 0); + sqrtl(0); ; return 0; } EOF if { (eval echo configure:11475: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_powl_use=yes + glibcpp_cv_func_sqrtl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_powl_use=no + glibcpp_cv_func_sqrtl_use=no fi rm -f conftest* ac_ext=c @@ -11492,9 +11492,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_powl_use" 1>&6 - if test x$glibcpp_cv_func_powl_use = x"yes"; then - for ac_func in powl + echo "$ac_t""$glibcpp_cv_func_sqrtl_use" 1>&6 + if test x$glibcpp_cv_func_sqrtl_use = x"yes"; then + for ac_func in sqrtl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:11501: checking for $ac_func" >&5 @@ -11552,10 +11552,10 @@ done fi - echo $ac_n "checking for sinl declaration""... $ac_c" 1>&6 -echo "configure:11557: checking for sinl declaration" >&5 - if test x${glibcpp_cv_func_sinl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_sinl_use'+set}'`\" = set"; then + echo $ac_n "checking for tanl declaration""... $ac_c" 1>&6 +echo "configure:11557: checking for tanl declaration" >&5 + if test x${glibcpp_cv_func_tanl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_tanl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -11572,17 +11572,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - sinl(0); + tanl(0); ; return 0; } EOF if { (eval echo configure:11579: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_sinl_use=yes + glibcpp_cv_func_tanl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_sinl_use=no + glibcpp_cv_func_tanl_use=no fi rm -f conftest* ac_ext=c @@ -11596,9 +11596,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_sinl_use" 1>&6 - if test x$glibcpp_cv_func_sinl_use = x"yes"; then - for ac_func in sinl + echo "$ac_t""$glibcpp_cv_func_tanl_use" 1>&6 + if test x$glibcpp_cv_func_tanl_use = x"yes"; then + for ac_func in tanl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:11605: checking for $ac_func" >&5 @@ -11656,10 +11656,10 @@ done fi - echo $ac_n "checking for sinhl declaration""... $ac_c" 1>&6 -echo "configure:11661: checking for sinhl declaration" >&5 - if test x${glibcpp_cv_func_sinhl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_sinhl_use'+set}'`\" = set"; then + echo $ac_n "checking for tanhl declaration""... $ac_c" 1>&6 +echo "configure:11661: checking for tanhl declaration" >&5 + if test x${glibcpp_cv_func_tanhl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_tanhl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -11676,17 +11676,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - sinhl(0); + tanhl(0); ; return 0; } EOF if { (eval echo configure:11683: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_sinhl_use=yes + glibcpp_cv_func_tanhl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_sinhl_use=no + glibcpp_cv_func_tanhl_use=no fi rm -f conftest* ac_ext=c @@ -11700,9 +11700,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_sinhl_use" 1>&6 - if test x$glibcpp_cv_func_sinhl_use = x"yes"; then - for ac_func in sinhl + echo "$ac_t""$glibcpp_cv_func_tanhl_use" 1>&6 + if test x$glibcpp_cv_func_tanhl_use = x"yes"; then + for ac_func in tanhl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:11709: checking for $ac_func" >&5 @@ -11760,10 +11760,10 @@ done fi - echo $ac_n "checking for sqrtl declaration""... $ac_c" 1>&6 -echo "configure:11765: checking for sqrtl declaration" >&5 - if test x${glibcpp_cv_func_sqrtl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_sqrtl_use'+set}'`\" = set"; then + echo $ac_n "checking for sincosl declaration""... $ac_c" 1>&6 +echo "configure:11765: checking for sincosl declaration" >&5 + if test x${glibcpp_cv_func_sincosl_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_sincosl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -11780,17 +11780,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - sqrtl(0); + sincosl(0, 0, 0); ; return 0; } EOF if { (eval echo configure:11787: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_sqrtl_use=yes + glibcpp_cv_func_sincosl_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_sqrtl_use=no + glibcpp_cv_func_sincosl_use=no fi rm -f conftest* ac_ext=c @@ -11804,9 +11804,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_sqrtl_use" 1>&6 - if test x$glibcpp_cv_func_sqrtl_use = x"yes"; then - for ac_func in sqrtl + echo "$ac_t""$glibcpp_cv_func_sincosl_use" 1>&6 + if test x$glibcpp_cv_func_sincosl_use = x"yes"; then + for ac_func in sincosl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:11813: checking for $ac_func" >&5 @@ -11864,10 +11864,10 @@ done fi - echo $ac_n "checking for tanl declaration""... $ac_c" 1>&6 -echo "configure:11869: checking for tanl declaration" >&5 - if test x${glibcpp_cv_func_tanl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_tanl_use'+set}'`\" = set"; then + echo $ac_n "checking for finitel declaration""... $ac_c" 1>&6 +echo "configure:11869: checking for finitel declaration" >&5 + if test x${glibcpp_cv_func_finitel_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func_finitel_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -11884,17 +11884,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - tanl(0); + finitel(0); ; return 0; } EOF if { (eval echo configure:11891: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_tanl_use=yes + glibcpp_cv_func_finitel_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_tanl_use=no + glibcpp_cv_func_finitel_use=no fi rm -f conftest* ac_ext=c @@ -11908,9 +11908,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_tanl_use" 1>&6 - if test x$glibcpp_cv_func_tanl_use = x"yes"; then - for ac_func in tanl + echo "$ac_t""$glibcpp_cv_func_finitel_use" 1>&6 + if test x$glibcpp_cv_func_finitel_use = x"yes"; then + for ac_func in finitel do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:11917: checking for $ac_func" >&5 @@ -11967,11 +11967,12 @@ done fi - - echo $ac_n "checking for tanhl declaration""... $ac_c" 1>&6 -echo "configure:11973: checking for tanhl declaration" >&5 - if test x${glibcpp_cv_func_tanhl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_tanhl_use'+set}'`\" = set"; then + + + echo $ac_n "checking for _isinf declaration""... $ac_c" 1>&6 +echo "configure:11974: checking for _isinf declaration" >&5 + if test x${glibcpp_cv_func__isinf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func__isinf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -11984,21 +11985,21 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { - tanhl(0); + _isinf(0); ; return 0; } EOF -if { (eval echo configure:11995: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:11996: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_tanhl_use=yes + glibcpp_cv_func__isinf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_tanhl_use=no + glibcpp_cv_func__isinf_use=no fi rm -f conftest* ac_ext=c @@ -12012,17 +12013,17 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_tanhl_use" 1>&6 - if test x$glibcpp_cv_func_tanhl_use = x"yes"; then - for ac_func in tanhl + echo "$ac_t""$glibcpp_cv_func__isinf_use" 1>&6 + if test x$glibcpp_cv_func__isinf_use = x"yes"; then + for ac_func in _isinf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:12021: checking for $ac_func" >&5 +echo "configure:12022: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:12050: \"$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 @@ -12072,10 +12073,10 @@ done fi - echo $ac_n "checking for sincosl declaration""... $ac_c" 1>&6 -echo "configure:12077: checking for sincosl declaration" >&5 - if test x${glibcpp_cv_func_sincosl_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_sincosl_use'+set}'`\" = set"; then + echo $ac_n "checking for _isnan declaration""... $ac_c" 1>&6 +echo "configure:12078: checking for _isnan declaration" >&5 + if test x${glibcpp_cv_func__isnan_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func__isnan_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -12088,21 +12089,21 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { - sincosl(0, 0, 0); + _isnan(0); ; return 0; } EOF -if { (eval echo configure:12099: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12100: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_sincosl_use=yes + glibcpp_cv_func__isnan_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_sincosl_use=no + glibcpp_cv_func__isnan_use=no fi rm -f conftest* ac_ext=c @@ -12116,17 +12117,17 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_sincosl_use" 1>&6 - if test x$glibcpp_cv_func_sincosl_use = x"yes"; then - for ac_func in sincosl + echo "$ac_t""$glibcpp_cv_func__isnan_use" 1>&6 + if test x$glibcpp_cv_func__isnan_use = x"yes"; then + for ac_func in _isnan do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:12125: checking for $ac_func" >&5 +echo "configure:12126: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:12154: \"$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 @@ -12176,10 +12177,10 @@ done fi - echo $ac_n "checking for finitel declaration""... $ac_c" 1>&6 -echo "configure:12181: checking for finitel declaration" >&5 - if test x${glibcpp_cv_func_finitel_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func_finitel_use'+set}'`\" = set"; then + echo $ac_n "checking for _finite declaration""... $ac_c" 1>&6 +echo "configure:12182: checking for _finite declaration" >&5 + if test x${glibcpp_cv_func__finite_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func__finite_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -12192,21 +12193,21 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { - finitel(0); + _finite(0); ; return 0; } EOF -if { (eval echo configure:12203: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12204: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func_finitel_use=yes + glibcpp_cv_func__finite_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func_finitel_use=no + glibcpp_cv_func__finite_use=no fi rm -f conftest* ac_ext=c @@ -12220,17 +12221,17 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func_finitel_use" 1>&6 - if test x$glibcpp_cv_func_finitel_use = x"yes"; then - for ac_func in finitel + echo "$ac_t""$glibcpp_cv_func__finite_use" 1>&6 + if test x$glibcpp_cv_func__finite_use = x"yes"; then + for ac_func in _finite do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:12229: checking for $ac_func" >&5 +echo "configure:12230: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:12258: \"$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 @@ -12279,12 +12280,11 @@ done fi - - - echo $ac_n "checking for _isinf declaration""... $ac_c" 1>&6 -echo "configure:12286: checking for _isinf declaration" >&5 - if test x${glibcpp_cv_func__isinf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func__isinf_use'+set}'`\" = set"; then + + echo $ac_n "checking for _copysign declaration""... $ac_c" 1>&6 +echo "configure:12286: checking for _copysign declaration" >&5 + if test x${glibcpp_cv_func__copysign_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func__copysign_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -12301,17 +12301,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - _isinf(0); + _copysign(0, 0); ; return 0; } EOF if { (eval echo configure:12308: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func__isinf_use=yes + glibcpp_cv_func__copysign_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func__isinf_use=no + glibcpp_cv_func__copysign_use=no fi rm -f conftest* ac_ext=c @@ -12325,9 +12325,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func__isinf_use" 1>&6 - if test x$glibcpp_cv_func__isinf_use = x"yes"; then - for ac_func in _isinf + echo "$ac_t""$glibcpp_cv_func__copysign_use" 1>&6 + if test x$glibcpp_cv_func__copysign_use = x"yes"; then + for ac_func in _copysign do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:12334: checking for $ac_func" >&5 @@ -12385,10 +12385,10 @@ done fi - echo $ac_n "checking for _isnan declaration""... $ac_c" 1>&6 -echo "configure:12390: checking for _isnan declaration" >&5 - if test x${glibcpp_cv_func__isnan_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func__isnan_use'+set}'`\" = set"; then + echo $ac_n "checking for _sincos declaration""... $ac_c" 1>&6 +echo "configure:12390: checking for _sincos declaration" >&5 + if test x${glibcpp_cv_func__sincos_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func__sincos_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -12405,17 +12405,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - _isnan(0); + _sincos(0, 0, 0); ; return 0; } EOF if { (eval echo configure:12412: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func__isnan_use=yes + glibcpp_cv_func__sincos_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func__isnan_use=no + glibcpp_cv_func__sincos_use=no fi rm -f conftest* ac_ext=c @@ -12429,9 +12429,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func__isnan_use" 1>&6 - if test x$glibcpp_cv_func__isnan_use = x"yes"; then - for ac_func in _isnan + echo "$ac_t""$glibcpp_cv_func__sincos_use" 1>&6 + if test x$glibcpp_cv_func__sincos_use = x"yes"; then + for ac_func in _sincos do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:12438: checking for $ac_func" >&5 @@ -12489,10 +12489,10 @@ done fi - echo $ac_n "checking for _finite declaration""... $ac_c" 1>&6 -echo "configure:12494: checking for _finite declaration" >&5 - if test x${glibcpp_cv_func__finite_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func__finite_use'+set}'`\" = set"; then + echo $ac_n "checking for _fpclass declaration""... $ac_c" 1>&6 +echo "configure:12494: checking for _fpclass declaration" >&5 + if test x${glibcpp_cv_func__fpclass_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func__fpclass_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -12509,17 +12509,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - _finite(0); + _fpclass(0); ; return 0; } EOF if { (eval echo configure:12516: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func__finite_use=yes + glibcpp_cv_func__fpclass_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func__finite_use=no + glibcpp_cv_func__fpclass_use=no fi rm -f conftest* ac_ext=c @@ -12533,9 +12533,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func__finite_use" 1>&6 - if test x$glibcpp_cv_func__finite_use = x"yes"; then - for ac_func in _finite + echo "$ac_t""$glibcpp_cv_func__fpclass_use" 1>&6 + if test x$glibcpp_cv_func__fpclass_use = x"yes"; then + for ac_func in _fpclass do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:12542: checking for $ac_func" >&5 @@ -12593,10 +12593,10 @@ done fi - echo $ac_n "checking for _copysign declaration""... $ac_c" 1>&6 -echo "configure:12598: checking for _copysign declaration" >&5 - if test x${glibcpp_cv_func__copysign_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func__copysign_use'+set}'`\" = set"; then + echo $ac_n "checking for _qfpclass declaration""... $ac_c" 1>&6 +echo "configure:12598: checking for _qfpclass declaration" >&5 + if test x${glibcpp_cv_func__qfpclass_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func__qfpclass_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -12613,17 +12613,17 @@ cross_compiling=$ac_cv_prog_cxx_cross #include "confdefs.h" #include int main() { - _copysign(0, 0); + _qfpclass(0); ; return 0; } EOF if { (eval echo configure:12620: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func__copysign_use=yes + glibcpp_cv_func__qfpclass_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func__copysign_use=no + glibcpp_cv_func__qfpclass_use=no fi rm -f conftest* ac_ext=c @@ -12637,9 +12637,9 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func__copysign_use" 1>&6 - if test x$glibcpp_cv_func__copysign_use = x"yes"; then - for ac_func in _copysign + echo "$ac_t""$glibcpp_cv_func__qfpclass_use" 1>&6 + if test x$glibcpp_cv_func__qfpclass_use = x"yes"; then + for ac_func in _qfpclass do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:12646: checking for $ac_func" >&5 @@ -12696,11 +12696,12 @@ done fi - - echo $ac_n "checking for _sincos declaration""... $ac_c" 1>&6 -echo "configure:12702: checking for _sincos declaration" >&5 - if test x${glibcpp_cv_func__sincos_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func__sincos_use'+set}'`\" = set"; then + + + echo $ac_n "checking for _isnanf declaration""... $ac_c" 1>&6 +echo "configure:12703: checking for _isnanf declaration" >&5 + if test x${glibcpp_cv_func__isnanf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func__isnanf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -12713,21 +12714,21 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { - _sincos(0, 0, 0); + _isnanf(0); ; return 0; } EOF -if { (eval echo configure:12724: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12725: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func__sincos_use=yes + glibcpp_cv_func__isnanf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func__sincos_use=no + glibcpp_cv_func__isnanf_use=no fi rm -f conftest* ac_ext=c @@ -12741,642 +12742,17 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func__sincos_use" 1>&6 - if test x$glibcpp_cv_func__sincos_use = x"yes"; then - for ac_func in _sincos + echo "$ac_t""$glibcpp_cv_func__isnanf_use" 1>&6 + if test x$glibcpp_cv_func__isnanf_use = x"yes"; then + for ac_func in _isnanf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:12750: 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 < -/* 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:12778: \"$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 <&6 -fi -done - - fi - - - echo $ac_n "checking for _fpclass declaration""... $ac_c" 1>&6 -echo "configure:12806: checking for _fpclass declaration" >&5 - if test x${glibcpp_cv_func__fpclass_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func__fpclass_use'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - - - ac_ext=C -# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' -ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' -cross_compiling=$ac_cv_prog_cxx_cross - - cat > conftest.$ac_ext < -int main() { - _fpclass(0); -; return 0; } -EOF -if { (eval echo configure:12828: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - glibcpp_cv_func__fpclass_use=yes -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - glibcpp_cv_func__fpclass_use=no -fi -rm -f conftest* - ac_ext=c -# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. -ac_cpp='$CPP $CPPFLAGS' -ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' -ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' -cross_compiling=$ac_cv_prog_cc_cross - - -fi - - fi - echo "$ac_t""$glibcpp_cv_func__fpclass_use" 1>&6 - if test x$glibcpp_cv_func__fpclass_use = x"yes"; then - for ac_func in _fpclass -do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:12854: 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 < -/* 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:12882: \"$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 <&6 -fi -done - - fi - - - echo $ac_n "checking for _qfpclass declaration""... $ac_c" 1>&6 -echo "configure:12910: checking for _qfpclass declaration" >&5 - if test x${glibcpp_cv_func__qfpclass_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func__qfpclass_use'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - - - ac_ext=C -# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' -ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' -cross_compiling=$ac_cv_prog_cxx_cross - - cat > conftest.$ac_ext < -int main() { - _qfpclass(0); -; return 0; } -EOF -if { (eval echo configure:12932: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - glibcpp_cv_func__qfpclass_use=yes -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - glibcpp_cv_func__qfpclass_use=no -fi -rm -f conftest* - ac_ext=c -# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. -ac_cpp='$CPP $CPPFLAGS' -ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' -ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' -cross_compiling=$ac_cv_prog_cc_cross - - -fi - - fi - echo "$ac_t""$glibcpp_cv_func__qfpclass_use" 1>&6 - if test x$glibcpp_cv_func__qfpclass_use = x"yes"; then - for ac_func in _qfpclass -do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:12958: 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 < -/* 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:12986: \"$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 <&6 -fi -done - - fi - - - - echo $ac_n "checking for _isnanf declaration""... $ac_c" 1>&6 -echo "configure:13015: checking for _isnanf declaration" >&5 - if test x${glibcpp_cv_func__isnanf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func__isnanf_use'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - - - ac_ext=C -# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' -ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' -cross_compiling=$ac_cv_prog_cxx_cross - - cat > conftest.$ac_ext < -int main() { - _isnanf(0); -; return 0; } -EOF -if { (eval echo configure:13037: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - glibcpp_cv_func__isnanf_use=yes -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - glibcpp_cv_func__isnanf_use=no -fi -rm -f conftest* - ac_ext=c -# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. -ac_cpp='$CPP $CPPFLAGS' -ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' -ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' -cross_compiling=$ac_cv_prog_cc_cross - - -fi - - fi - echo "$ac_t""$glibcpp_cv_func__isnanf_use" 1>&6 - if test x$glibcpp_cv_func__isnanf_use = x"yes"; then - for ac_func in _isnanf -do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:13063: 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 < -/* 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:13091: \"$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 <&6 -fi -done - - fi - - - echo $ac_n "checking for _isinff declaration""... $ac_c" 1>&6 -echo "configure:13119: checking for _isinff declaration" >&5 - if test x${glibcpp_cv_func__isinff_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func__isinff_use'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - - - ac_ext=C -# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' -ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' -cross_compiling=$ac_cv_prog_cxx_cross - - cat > conftest.$ac_ext < -int main() { - _isinff(0); -; return 0; } -EOF -if { (eval echo configure:13141: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - glibcpp_cv_func__isinff_use=yes -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - glibcpp_cv_func__isinff_use=no -fi -rm -f conftest* - ac_ext=c -# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. -ac_cpp='$CPP $CPPFLAGS' -ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' -ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' -cross_compiling=$ac_cv_prog_cc_cross - - -fi - - fi - echo "$ac_t""$glibcpp_cv_func__isinff_use" 1>&6 - if test x$glibcpp_cv_func__isinff_use = x"yes"; then - for ac_func in _isinff -do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:13167: 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 < -/* 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:13195: \"$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 <&6 -fi -done - - fi - - - echo $ac_n "checking for _copysignf declaration""... $ac_c" 1>&6 -echo "configure:13223: checking for _copysignf declaration" >&5 - if test x${glibcpp_cv_func__copysignf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func__copysignf_use'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - - - ac_ext=C -# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' -ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' -cross_compiling=$ac_cv_prog_cxx_cross - - cat > conftest.$ac_ext < -int main() { - _copysignf(0, 0); -; return 0; } -EOF -if { (eval echo configure:13245: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - glibcpp_cv_func__copysignf_use=yes -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - glibcpp_cv_func__copysignf_use=no -fi -rm -f conftest* - ac_ext=c -# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. -ac_cpp='$CPP $CPPFLAGS' -ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' -ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' -cross_compiling=$ac_cv_prog_cc_cross - - -fi - - fi - echo "$ac_t""$glibcpp_cv_func__copysignf_use" 1>&6 - if test x$glibcpp_cv_func__copysignf_use = x"yes"; then - for ac_func in _copysignf -do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:13271: 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 < -/* 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:13299: \"$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 <&6 -fi -done - - fi - - - echo $ac_n "checking for _acosf declaration""... $ac_c" 1>&6 -echo "configure:13327: checking for _acosf declaration" >&5 - if test x${glibcpp_cv_func__acosf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func__acosf_use'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - - - ac_ext=C -# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' -ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' -cross_compiling=$ac_cv_prog_cxx_cross - - cat > conftest.$ac_ext < -int main() { - _acosf(0); -; return 0; } -EOF -if { (eval echo configure:13349: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - glibcpp_cv_func__acosf_use=yes -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - glibcpp_cv_func__acosf_use=no -fi -rm -f conftest* - ac_ext=c -# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. -ac_cpp='$CPP $CPPFLAGS' -ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' -ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' -cross_compiling=$ac_cv_prog_cc_cross - - -fi - - fi - echo "$ac_t""$glibcpp_cv_func__acosf_use" 1>&6 - if test x$glibcpp_cv_func__acosf_use = x"yes"; then - for ac_func in _acosf -do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:13375: checking for $ac_func" >&5 +echo "configure:12751: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:12779: \"$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 @@ -13426,10 +12802,10 @@ done fi - echo $ac_n "checking for _asinf declaration""... $ac_c" 1>&6 -echo "configure:13431: checking for _asinf declaration" >&5 - if test x${glibcpp_cv_func__asinf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func__asinf_use'+set}'`\" = set"; then + echo $ac_n "checking for _isinff declaration""... $ac_c" 1>&6 +echo "configure:12807: checking for _isinff declaration" >&5 + if test x${glibcpp_cv_func__isinff_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func__isinff_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -13442,21 +12818,21 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { - _asinf(0); + _isinff(0); ; return 0; } EOF -if { (eval echo configure:13453: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12829: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func__asinf_use=yes + glibcpp_cv_func__isinff_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func__asinf_use=no + glibcpp_cv_func__isinff_use=no fi rm -f conftest* ac_ext=c @@ -13470,17 +12846,17 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func__asinf_use" 1>&6 - if test x$glibcpp_cv_func__asinf_use = x"yes"; then - for ac_func in _asinf + echo "$ac_t""$glibcpp_cv_func__isinff_use" 1>&6 + if test x$glibcpp_cv_func__isinff_use = x"yes"; then + for ac_func in _isinff do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:13479: checking for $ac_func" >&5 +echo "configure:12855: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:12883: \"$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 @@ -13530,10 +12906,10 @@ done fi - echo $ac_n "checking for _atanf declaration""... $ac_c" 1>&6 -echo "configure:13535: checking for _atanf declaration" >&5 - if test x${glibcpp_cv_func__atanf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func__atanf_use'+set}'`\" = set"; then + echo $ac_n "checking for _acosf declaration""... $ac_c" 1>&6 +echo "configure:12911: checking for _acosf declaration" >&5 + if test x${glibcpp_cv_func__acosf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func__acosf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -13546,21 +12922,21 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { - _atanf(0); + _acosf(0); ; return 0; } EOF -if { (eval echo configure:13557: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12933: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func__atanf_use=yes + glibcpp_cv_func__acosf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func__atanf_use=no + glibcpp_cv_func__acosf_use=no fi rm -f conftest* ac_ext=c @@ -13574,17 +12950,17 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func__atanf_use" 1>&6 - if test x$glibcpp_cv_func__atanf_use = x"yes"; then - for ac_func in _atanf + echo "$ac_t""$glibcpp_cv_func__acosf_use" 1>&6 + if test x$glibcpp_cv_func__acosf_use = x"yes"; then + for ac_func in _acosf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:13583: checking for $ac_func" >&5 +echo "configure:12959: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:12987: \"$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 @@ -13634,10 +13010,10 @@ done fi - echo $ac_n "checking for _atan2f declaration""... $ac_c" 1>&6 -echo "configure:13639: checking for _atan2f declaration" >&5 - if test x${glibcpp_cv_func__atan2f_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func__atan2f_use'+set}'`\" = set"; then + echo $ac_n "checking for _asinf declaration""... $ac_c" 1>&6 +echo "configure:13015: checking for _asinf declaration" >&5 + if test x${glibcpp_cv_func__asinf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func__asinf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -13650,21 +13026,21 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { - _atan2f(0, 0); + _asinf(0); ; return 0; } EOF -if { (eval echo configure:13661: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13037: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func__atan2f_use=yes + glibcpp_cv_func__asinf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func__atan2f_use=no + glibcpp_cv_func__asinf_use=no fi rm -f conftest* ac_ext=c @@ -13678,17 +13054,17 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func__atan2f_use" 1>&6 - if test x$glibcpp_cv_func__atan2f_use = x"yes"; then - for ac_func in _atan2f + echo "$ac_t""$glibcpp_cv_func__asinf_use" 1>&6 + if test x$glibcpp_cv_func__asinf_use = x"yes"; then + for ac_func in _asinf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:13687: checking for $ac_func" >&5 +echo "configure:13063: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:13091: \"$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 @@ -13738,10 +13114,10 @@ done fi - echo $ac_n "checking for _ceilf declaration""... $ac_c" 1>&6 -echo "configure:13743: checking for _ceilf declaration" >&5 - if test x${glibcpp_cv_func__ceilf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func__ceilf_use'+set}'`\" = set"; then + echo $ac_n "checking for _atanf declaration""... $ac_c" 1>&6 +echo "configure:13119: checking for _atanf declaration" >&5 + if test x${glibcpp_cv_func__atanf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func__atanf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -13754,21 +13130,21 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { - _ceilf(0); + _atanf(0); ; return 0; } EOF -if { (eval echo configure:13765: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13141: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func__ceilf_use=yes + glibcpp_cv_func__atanf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func__ceilf_use=no + glibcpp_cv_func__atanf_use=no fi rm -f conftest* ac_ext=c @@ -13782,17 +13158,17 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func__ceilf_use" 1>&6 - if test x$glibcpp_cv_func__ceilf_use = x"yes"; then - for ac_func in _ceilf + echo "$ac_t""$glibcpp_cv_func__atanf_use" 1>&6 + if test x$glibcpp_cv_func__atanf_use = x"yes"; then + for ac_func in _atanf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:13791: checking for $ac_func" >&5 +echo "configure:13167: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:13195: \"$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 @@ -13842,10 +13218,10 @@ done fi - echo $ac_n "checking for _cosf declaration""... $ac_c" 1>&6 -echo "configure:13847: checking for _cosf declaration" >&5 - if test x${glibcpp_cv_func__cosf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func__cosf_use'+set}'`\" = set"; then + echo $ac_n "checking for _ceilf declaration""... $ac_c" 1>&6 +echo "configure:13223: checking for _ceilf declaration" >&5 + if test x${glibcpp_cv_func__ceilf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func__ceilf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -13858,21 +13234,21 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { - _cosf(0); + _ceilf(0); ; return 0; } EOF -if { (eval echo configure:13869: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13245: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func__cosf_use=yes + glibcpp_cv_func__ceilf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func__cosf_use=no + glibcpp_cv_func__ceilf_use=no fi rm -f conftest* ac_ext=c @@ -13886,17 +13262,17 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func__cosf_use" 1>&6 - if test x$glibcpp_cv_func__cosf_use = x"yes"; then - for ac_func in _cosf + echo "$ac_t""$glibcpp_cv_func__ceilf_use" 1>&6 + if test x$glibcpp_cv_func__ceilf_use = x"yes"; then + for ac_func in _ceilf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:13895: checking for $ac_func" >&5 +echo "configure:13271: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:13299: \"$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 @@ -13946,10 +13322,10 @@ done fi - echo $ac_n "checking for _coshf declaration""... $ac_c" 1>&6 -echo "configure:13951: checking for _coshf declaration" >&5 - if test x${glibcpp_cv_func__coshf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func__coshf_use'+set}'`\" = set"; then + echo $ac_n "checking for _cosf declaration""... $ac_c" 1>&6 +echo "configure:13327: checking for _cosf declaration" >&5 + if test x${glibcpp_cv_func__cosf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func__cosf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -13962,21 +13338,21 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { - _coshf(0); + _cosf(0); ; return 0; } EOF -if { (eval echo configure:13973: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13349: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func__coshf_use=yes + glibcpp_cv_func__cosf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func__coshf_use=no + glibcpp_cv_func__cosf_use=no fi rm -f conftest* ac_ext=c @@ -13990,17 +13366,17 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func__coshf_use" 1>&6 - if test x$glibcpp_cv_func__coshf_use = x"yes"; then - for ac_func in _coshf + echo "$ac_t""$glibcpp_cv_func__cosf_use" 1>&6 + if test x$glibcpp_cv_func__cosf_use = x"yes"; then + for ac_func in _cosf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:13999: checking for $ac_func" >&5 +echo "configure:13375: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:13403: \"$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 @@ -14050,10 +13426,10 @@ done fi - echo $ac_n "checking for _expf declaration""... $ac_c" 1>&6 -echo "configure:14055: checking for _expf declaration" >&5 - if test x${glibcpp_cv_func__expf_use+set} != xset; then - if eval "test \"`echo '$''{'glibcpp_cv_func__expf_use'+set}'`\" = set"; then + echo $ac_n "checking for _coshf declaration""... $ac_c" 1>&6 +echo "configure:13431: checking for _coshf declaration" >&5 + if test x${glibcpp_cv_func__coshf_use+set} != xset; then + if eval "test \"`echo '$''{'glibcpp_cv_func__coshf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -14066,21 +13442,21 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { - _expf(0); + _coshf(0); ; return 0; } EOF -if { (eval echo configure:14077: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13453: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - glibcpp_cv_func__expf_use=yes + glibcpp_cv_func__coshf_use=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - glibcpp_cv_func__expf_use=no + glibcpp_cv_func__coshf_use=no fi rm -f conftest* ac_ext=c @@ -14094,17 +13470,17 @@ cross_compiling=$ac_cv_prog_cc_cross fi fi - echo "$ac_t""$glibcpp_cv_func__expf_use" 1>&6 - if test x$glibcpp_cv_func__expf_use = x"yes"; then - for ac_func in _expf + echo "$ac_t""$glibcpp_cv_func__coshf_use" 1>&6 + if test x$glibcpp_cv_func__coshf_use = x"yes"; then + for ac_func in _coshf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:14103: checking for $ac_func" >&5 +echo "configure:13479: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:13507: \"$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 @@ -14155,7 +13531,7 @@ done echo $ac_n "checking for _fabsf declaration""... $ac_c" 1>&6 -echo "configure:14159: checking for _fabsf declaration" >&5 +echo "configure:13535: checking for _fabsf declaration" >&5 if test x${glibcpp_cv_func__fabsf_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__fabsf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -14170,14 +13546,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _fabsf(0); ; return 0; } EOF -if { (eval echo configure:14181: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13557: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__fabsf_use=yes else @@ -14203,12 +13579,12 @@ fi for ac_func in _fabsf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:14207: checking for $ac_func" >&5 +echo "configure:13583: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:13611: \"$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 @@ -14259,7 +13635,7 @@ done echo $ac_n "checking for _floorf declaration""... $ac_c" 1>&6 -echo "configure:14263: checking for _floorf declaration" >&5 +echo "configure:13639: checking for _floorf declaration" >&5 if test x${glibcpp_cv_func__floorf_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__floorf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -14274,14 +13650,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _floorf(0); ; return 0; } EOF -if { (eval echo configure:14285: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13661: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__floorf_use=yes else @@ -14307,12 +13683,12 @@ fi for ac_func in _floorf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:14311: checking for $ac_func" >&5 +echo "configure:13687: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:13715: \"$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 @@ -14363,7 +13739,7 @@ done echo $ac_n "checking for _fmodf declaration""... $ac_c" 1>&6 -echo "configure:14367: checking for _fmodf declaration" >&5 +echo "configure:13743: checking for _fmodf declaration" >&5 if test x${glibcpp_cv_func__fmodf_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__fmodf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -14378,14 +13754,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _fmodf(0, 0); ; return 0; } EOF -if { (eval echo configure:14389: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13765: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__fmodf_use=yes else @@ -14411,12 +13787,12 @@ fi for ac_func in _fmodf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:14415: checking for $ac_func" >&5 +echo "configure:13791: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:13819: \"$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 @@ -14467,7 +13843,7 @@ done echo $ac_n "checking for _frexpf declaration""... $ac_c" 1>&6 -echo "configure:14471: checking for _frexpf declaration" >&5 +echo "configure:13847: checking for _frexpf declaration" >&5 if test x${glibcpp_cv_func__frexpf_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__frexpf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -14482,14 +13858,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _frexpf(0, 0); ; return 0; } EOF -if { (eval echo configure:14493: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13869: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__frexpf_use=yes else @@ -14515,12 +13891,12 @@ fi for ac_func in _frexpf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:14519: checking for $ac_func" >&5 +echo "configure:13895: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:13923: \"$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 @@ -14571,7 +13947,7 @@ done echo $ac_n "checking for _ldexpf declaration""... $ac_c" 1>&6 -echo "configure:14575: checking for _ldexpf declaration" >&5 +echo "configure:13951: checking for _ldexpf declaration" >&5 if test x${glibcpp_cv_func__ldexpf_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__ldexpf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -14586,14 +13962,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _ldexpf(0, 0); ; return 0; } EOF -if { (eval echo configure:14597: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:13973: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__ldexpf_use=yes else @@ -14619,12 +13995,12 @@ fi for ac_func in _ldexpf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:14623: checking for $ac_func" >&5 +echo "configure:13999: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:14027: \"$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 @@ -14675,7 +14051,7 @@ done echo $ac_n "checking for _logf declaration""... $ac_c" 1>&6 -echo "configure:14679: checking for _logf declaration" >&5 +echo "configure:14055: checking for _logf declaration" >&5 if test x${glibcpp_cv_func__logf_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__logf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -14690,14 +14066,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _logf(0); ; return 0; } EOF -if { (eval echo configure:14701: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14077: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__logf_use=yes else @@ -14723,12 +14099,12 @@ fi for ac_func in _logf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:14727: checking for $ac_func" >&5 +echo "configure:14103: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:14131: \"$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 @@ -14779,7 +14155,7 @@ done echo $ac_n "checking for _log10f declaration""... $ac_c" 1>&6 -echo "configure:14783: checking for _log10f declaration" >&5 +echo "configure:14159: checking for _log10f declaration" >&5 if test x${glibcpp_cv_func__log10f_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__log10f_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -14794,14 +14170,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _log10f(0); ; return 0; } EOF -if { (eval echo configure:14805: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14181: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__log10f_use=yes else @@ -14827,12 +14203,12 @@ fi for ac_func in _log10f do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:14831: checking for $ac_func" >&5 +echo "configure:14207: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:14235: \"$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 @@ -14883,7 +14259,7 @@ done echo $ac_n "checking for _modff declaration""... $ac_c" 1>&6 -echo "configure:14887: checking for _modff declaration" >&5 +echo "configure:14263: checking for _modff declaration" >&5 if test x${glibcpp_cv_func__modff_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__modff_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -14898,14 +14274,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _modff(0, 0); ; return 0; } EOF -if { (eval echo configure:14909: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14285: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__modff_use=yes else @@ -14931,12 +14307,12 @@ fi for ac_func in _modff do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:14935: checking for $ac_func" >&5 +echo "configure:14311: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:14339: \"$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 @@ -14987,7 +14363,7 @@ done echo $ac_n "checking for _powf declaration""... $ac_c" 1>&6 -echo "configure:14991: checking for _powf declaration" >&5 +echo "configure:14367: checking for _powf declaration" >&5 if test x${glibcpp_cv_func__powf_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__powf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -15002,14 +14378,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _powf(0, 0); ; return 0; } EOF -if { (eval echo configure:15013: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14389: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__powf_use=yes else @@ -15035,12 +14411,12 @@ fi for ac_func in _powf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:15039: checking for $ac_func" >&5 +echo "configure:14415: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:14443: \"$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 @@ -15091,7 +14467,7 @@ done echo $ac_n "checking for _sinf declaration""... $ac_c" 1>&6 -echo "configure:15095: checking for _sinf declaration" >&5 +echo "configure:14471: checking for _sinf declaration" >&5 if test x${glibcpp_cv_func__sinf_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__sinf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -15106,14 +14482,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _sinf(0); ; return 0; } EOF -if { (eval echo configure:15117: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14493: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__sinf_use=yes else @@ -15139,12 +14515,12 @@ fi for ac_func in _sinf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:15143: checking for $ac_func" >&5 +echo "configure:14519: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:14547: \"$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 @@ -15195,7 +14571,7 @@ done echo $ac_n "checking for _sinhf declaration""... $ac_c" 1>&6 -echo "configure:15199: checking for _sinhf declaration" >&5 +echo "configure:14575: checking for _sinhf declaration" >&5 if test x${glibcpp_cv_func__sinhf_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__sinhf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -15210,14 +14586,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _sinhf(0); ; return 0; } EOF -if { (eval echo configure:15221: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14597: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__sinhf_use=yes else @@ -15243,12 +14619,12 @@ fi for ac_func in _sinhf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:15247: checking for $ac_func" >&5 +echo "configure:14623: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:14651: \"$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 @@ -15299,7 +14675,7 @@ done echo $ac_n "checking for _sqrtf declaration""... $ac_c" 1>&6 -echo "configure:15303: checking for _sqrtf declaration" >&5 +echo "configure:14679: checking for _sqrtf declaration" >&5 if test x${glibcpp_cv_func__sqrtf_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__sqrtf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -15314,14 +14690,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _sqrtf(0); ; return 0; } EOF -if { (eval echo configure:15325: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14701: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__sqrtf_use=yes else @@ -15347,12 +14723,12 @@ fi for ac_func in _sqrtf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:15351: checking for $ac_func" >&5 +echo "configure:14727: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:14755: \"$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 @@ -15403,7 +14779,7 @@ done echo $ac_n "checking for _tanf declaration""... $ac_c" 1>&6 -echo "configure:15407: checking for _tanf declaration" >&5 +echo "configure:14783: checking for _tanf declaration" >&5 if test x${glibcpp_cv_func__tanf_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__tanf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -15418,14 +14794,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _tanf(0); ; return 0; } EOF -if { (eval echo configure:15429: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14805: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__tanf_use=yes else @@ -15451,12 +14827,12 @@ fi for ac_func in _tanf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:15455: checking for $ac_func" >&5 +echo "configure:14831: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:14859: \"$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 @@ -15507,7 +14883,7 @@ done echo $ac_n "checking for _tanhf declaration""... $ac_c" 1>&6 -echo "configure:15511: checking for _tanhf declaration" >&5 +echo "configure:14887: checking for _tanhf declaration" >&5 if test x${glibcpp_cv_func__tanhf_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__tanhf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -15522,14 +14898,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _tanhf(0); ; return 0; } EOF -if { (eval echo configure:15533: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:14909: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__tanhf_use=yes else @@ -15555,12 +14931,12 @@ fi for ac_func in _tanhf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:15559: checking for $ac_func" >&5 +echo "configure:14935: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:14963: \"$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 @@ -15611,7 +14987,7 @@ done echo $ac_n "checking for _sincosf declaration""... $ac_c" 1>&6 -echo "configure:15615: checking for _sincosf declaration" >&5 +echo "configure:14991: checking for _sincosf declaration" >&5 if test x${glibcpp_cv_func__sincosf_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__sincosf_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -15626,14 +15002,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _sincosf(0, 0, 0); ; return 0; } EOF -if { (eval echo configure:15637: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:15013: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__sincosf_use=yes else @@ -15659,12 +15035,12 @@ fi for ac_func in _sincosf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:15663: checking for $ac_func" >&5 +echo "configure:15039: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:15067: \"$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 @@ -15715,7 +15091,7 @@ done echo $ac_n "checking for _finitef declaration""... $ac_c" 1>&6 -echo "configure:15719: checking for _finitef declaration" >&5 +echo "configure:15095: checking for _finitef declaration" >&5 if test x${glibcpp_cv_func__finitef_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__finitef_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -15730,14 +15106,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _finitef(0); ; return 0; } EOF -if { (eval echo configure:15741: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:15117: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__finitef_use=yes else @@ -15763,12 +15139,12 @@ fi for ac_func in _finitef do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:15767: checking for $ac_func" >&5 +echo "configure:15143: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:15171: \"$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 @@ -15820,7 +15196,7 @@ done echo $ac_n "checking for _isnanl declaration""... $ac_c" 1>&6 -echo "configure:15824: checking for _isnanl declaration" >&5 +echo "configure:15200: checking for _isnanl declaration" >&5 if test x${glibcpp_cv_func__isnanl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__isnanl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -15835,14 +15211,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _isnanl(0); ; return 0; } EOF -if { (eval echo configure:15846: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:15222: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__isnanl_use=yes else @@ -15868,12 +15244,12 @@ fi for ac_func in _isnanl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:15872: checking for $ac_func" >&5 +echo "configure:15248: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:15276: \"$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 @@ -15924,7 +15300,7 @@ done echo $ac_n "checking for _isinfl declaration""... $ac_c" 1>&6 -echo "configure:15928: checking for _isinfl declaration" >&5 +echo "configure:15304: checking for _isinfl declaration" >&5 if test x${glibcpp_cv_func__isinfl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__isinfl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -15939,14 +15315,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _isinfl(0); ; return 0; } EOF -if { (eval echo configure:15950: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:15326: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__isinfl_use=yes else @@ -15972,12 +15348,12 @@ fi for ac_func in _isinfl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:15976: checking for $ac_func" >&5 +echo "configure:15352: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:15380: \"$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 @@ -16028,7 +15404,7 @@ done echo $ac_n "checking for _copysignl declaration""... $ac_c" 1>&6 -echo "configure:16032: checking for _copysignl declaration" >&5 +echo "configure:15408: checking for _copysignl declaration" >&5 if test x${glibcpp_cv_func__copysignl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__copysignl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -16043,14 +15419,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _copysignl(0, 0); ; return 0; } EOF -if { (eval echo configure:16054: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:15430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__copysignl_use=yes else @@ -16076,12 +15452,12 @@ fi for ac_func in _copysignl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:16080: checking for $ac_func" >&5 +echo "configure:15456: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:15484: \"$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 @@ -16132,7 +15508,7 @@ done echo $ac_n "checking for _acosl declaration""... $ac_c" 1>&6 -echo "configure:16136: checking for _acosl declaration" >&5 +echo "configure:15512: checking for _acosl declaration" >&5 if test x${glibcpp_cv_func__acosl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__acosl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -16147,14 +15523,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _acosl(0); ; return 0; } EOF -if { (eval echo configure:16158: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:15534: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__acosl_use=yes else @@ -16180,12 +15556,12 @@ fi for ac_func in _acosl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:16184: checking for $ac_func" >&5 +echo "configure:15560: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:15588: \"$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 @@ -16236,7 +15612,7 @@ done echo $ac_n "checking for _asinl declaration""... $ac_c" 1>&6 -echo "configure:16240: checking for _asinl declaration" >&5 +echo "configure:15616: checking for _asinl declaration" >&5 if test x${glibcpp_cv_func__asinl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__asinl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -16251,14 +15627,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _asinl(0); ; return 0; } EOF -if { (eval echo configure:16262: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:15638: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__asinl_use=yes else @@ -16284,12 +15660,12 @@ fi for ac_func in _asinl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:16288: checking for $ac_func" >&5 +echo "configure:15664: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:15692: \"$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 @@ -16340,7 +15716,7 @@ done echo $ac_n "checking for _atanl declaration""... $ac_c" 1>&6 -echo "configure:16344: checking for _atanl declaration" >&5 +echo "configure:15720: checking for _atanl declaration" >&5 if test x${glibcpp_cv_func__atanl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__atanl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -16355,14 +15731,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _atanl(0); ; return 0; } EOF -if { (eval echo configure:16366: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:15742: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__atanl_use=yes else @@ -16388,12 +15764,12 @@ fi for ac_func in _atanl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:16392: checking for $ac_func" >&5 +echo "configure:15768: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:15796: \"$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 @@ -16444,7 +15820,7 @@ done echo $ac_n "checking for _atan2l declaration""... $ac_c" 1>&6 -echo "configure:16448: checking for _atan2l declaration" >&5 +echo "configure:15824: checking for _atan2l declaration" >&5 if test x${glibcpp_cv_func__atan2l_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__atan2l_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -16459,14 +15835,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _atan2l(0, 0); ; return 0; } EOF -if { (eval echo configure:16470: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:15846: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__atan2l_use=yes else @@ -16492,12 +15868,12 @@ fi for ac_func in _atan2l do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:16496: checking for $ac_func" >&5 +echo "configure:15872: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:15900: \"$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 @@ -16548,7 +15924,7 @@ done echo $ac_n "checking for _ceill declaration""... $ac_c" 1>&6 -echo "configure:16552: checking for _ceill declaration" >&5 +echo "configure:15928: checking for _ceill declaration" >&5 if test x${glibcpp_cv_func__ceill_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__ceill_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -16563,14 +15939,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _ceill(0); ; return 0; } EOF -if { (eval echo configure:16574: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:15950: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__ceill_use=yes else @@ -16596,12 +15972,12 @@ fi for ac_func in _ceill do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:16600: checking for $ac_func" >&5 +echo "configure:15976: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:16004: \"$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 @@ -16652,7 +16028,7 @@ done echo $ac_n "checking for _cosl declaration""... $ac_c" 1>&6 -echo "configure:16656: checking for _cosl declaration" >&5 +echo "configure:16032: checking for _cosl declaration" >&5 if test x${glibcpp_cv_func__cosl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__cosl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -16667,14 +16043,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _cosl(0); ; return 0; } EOF -if { (eval echo configure:16678: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:16054: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__cosl_use=yes else @@ -16700,12 +16076,12 @@ fi for ac_func in _cosl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:16704: checking for $ac_func" >&5 +echo "configure:16080: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:16108: \"$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 @@ -16756,7 +16132,7 @@ done echo $ac_n "checking for _coshl declaration""... $ac_c" 1>&6 -echo "configure:16760: checking for _coshl declaration" >&5 +echo "configure:16136: checking for _coshl declaration" >&5 if test x${glibcpp_cv_func__coshl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__coshl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -16771,14 +16147,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _coshl(0); ; return 0; } EOF -if { (eval echo configure:16782: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:16158: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__coshl_use=yes else @@ -16804,12 +16180,12 @@ fi for ac_func in _coshl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:16808: checking for $ac_func" >&5 +echo "configure:16184: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:16212: \"$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 @@ -16860,7 +16236,7 @@ done echo $ac_n "checking for _expl declaration""... $ac_c" 1>&6 -echo "configure:16864: checking for _expl declaration" >&5 +echo "configure:16240: checking for _expl declaration" >&5 if test x${glibcpp_cv_func__expl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__expl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -16875,14 +16251,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _expl(0); ; return 0; } EOF -if { (eval echo configure:16886: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:16262: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__expl_use=yes else @@ -16908,12 +16284,12 @@ fi for ac_func in _expl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:16912: checking for $ac_func" >&5 +echo "configure:16288: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:16316: \"$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 @@ -16964,7 +16340,7 @@ done echo $ac_n "checking for _fabsl declaration""... $ac_c" 1>&6 -echo "configure:16968: checking for _fabsl declaration" >&5 +echo "configure:16344: checking for _fabsl declaration" >&5 if test x${glibcpp_cv_func__fabsl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__fabsl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -16979,14 +16355,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _fabsl(0); ; return 0; } EOF -if { (eval echo configure:16990: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:16366: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__fabsl_use=yes else @@ -17012,12 +16388,12 @@ fi for ac_func in _fabsl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:17016: checking for $ac_func" >&5 +echo "configure:16392: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:16420: \"$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 @@ -17068,7 +16444,7 @@ done echo $ac_n "checking for _floorl declaration""... $ac_c" 1>&6 -echo "configure:17072: checking for _floorl declaration" >&5 +echo "configure:16448: checking for _floorl declaration" >&5 if test x${glibcpp_cv_func__floorl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__floorl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -17083,14 +16459,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _floorl(0); ; return 0; } EOF -if { (eval echo configure:17094: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:16470: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__floorl_use=yes else @@ -17116,12 +16492,12 @@ fi for ac_func in _floorl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:17120: checking for $ac_func" >&5 +echo "configure:16496: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:16524: \"$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 @@ -17172,7 +16548,7 @@ done echo $ac_n "checking for _fmodl declaration""... $ac_c" 1>&6 -echo "configure:17176: checking for _fmodl declaration" >&5 +echo "configure:16552: checking for _fmodl declaration" >&5 if test x${glibcpp_cv_func__fmodl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__fmodl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -17187,14 +16563,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _fmodl(0, 0); ; return 0; } EOF -if { (eval echo configure:17198: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:16574: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__fmodl_use=yes else @@ -17220,12 +16596,12 @@ fi for ac_func in _fmodl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:17224: checking for $ac_func" >&5 +echo "configure:16600: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:16628: \"$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 @@ -17276,7 +16652,7 @@ done echo $ac_n "checking for _frexpl declaration""... $ac_c" 1>&6 -echo "configure:17280: checking for _frexpl declaration" >&5 +echo "configure:16656: checking for _frexpl declaration" >&5 if test x${glibcpp_cv_func__frexpl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__frexpl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -17291,14 +16667,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _frexpl(0, 0); ; return 0; } EOF -if { (eval echo configure:17302: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:16678: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__frexpl_use=yes else @@ -17324,12 +16700,12 @@ fi for ac_func in _frexpl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:17328: checking for $ac_func" >&5 +echo "configure:16704: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:16732: \"$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 @@ -17380,7 +16756,7 @@ done echo $ac_n "checking for _ldexpl declaration""... $ac_c" 1>&6 -echo "configure:17384: checking for _ldexpl declaration" >&5 +echo "configure:16760: checking for _ldexpl declaration" >&5 if test x${glibcpp_cv_func__ldexpl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__ldexpl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -17395,14 +16771,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _ldexpl(0, 0); ; return 0; } EOF -if { (eval echo configure:17406: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:16782: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__ldexpl_use=yes else @@ -17428,12 +16804,12 @@ fi for ac_func in _ldexpl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:17432: checking for $ac_func" >&5 +echo "configure:16808: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:16836: \"$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 @@ -17484,7 +16860,7 @@ done echo $ac_n "checking for _logl declaration""... $ac_c" 1>&6 -echo "configure:17488: checking for _logl declaration" >&5 +echo "configure:16864: checking for _logl declaration" >&5 if test x${glibcpp_cv_func__logl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__logl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -17499,14 +16875,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _logl(0); ; return 0; } EOF -if { (eval echo configure:17510: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:16886: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__logl_use=yes else @@ -17532,12 +16908,12 @@ fi for ac_func in _logl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:17536: checking for $ac_func" >&5 +echo "configure:16912: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:16940: \"$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 @@ -17588,7 +16964,7 @@ done echo $ac_n "checking for _log10l declaration""... $ac_c" 1>&6 -echo "configure:17592: checking for _log10l declaration" >&5 +echo "configure:16968: checking for _log10l declaration" >&5 if test x${glibcpp_cv_func__log10l_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__log10l_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -17603,14 +16979,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _log10l(0); ; return 0; } EOF -if { (eval echo configure:17614: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:16990: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__log10l_use=yes else @@ -17636,12 +17012,12 @@ fi for ac_func in _log10l do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:17640: checking for $ac_func" >&5 +echo "configure:17016: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17044: \"$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 @@ -17692,7 +17068,7 @@ done echo $ac_n "checking for _modfl declaration""... $ac_c" 1>&6 -echo "configure:17696: checking for _modfl declaration" >&5 +echo "configure:17072: checking for _modfl declaration" >&5 if test x${glibcpp_cv_func__modfl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__modfl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -17707,14 +17083,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _modfl(0, 0); ; return 0; } EOF -if { (eval echo configure:17718: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:17094: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__modfl_use=yes else @@ -17740,12 +17116,12 @@ fi for ac_func in _modfl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:17744: checking for $ac_func" >&5 +echo "configure:17120: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17148: \"$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 @@ -17796,7 +17172,7 @@ done echo $ac_n "checking for _powl declaration""... $ac_c" 1>&6 -echo "configure:17800: checking for _powl declaration" >&5 +echo "configure:17176: checking for _powl declaration" >&5 if test x${glibcpp_cv_func__powl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__powl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -17811,14 +17187,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _powl(0, 0); ; return 0; } EOF -if { (eval echo configure:17822: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:17198: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__powl_use=yes else @@ -17844,12 +17220,12 @@ fi for ac_func in _powl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:17848: checking for $ac_func" >&5 +echo "configure:17224: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17252: \"$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 @@ -17900,7 +17276,7 @@ done echo $ac_n "checking for _sinl declaration""... $ac_c" 1>&6 -echo "configure:17904: checking for _sinl declaration" >&5 +echo "configure:17280: checking for _sinl declaration" >&5 if test x${glibcpp_cv_func__sinl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__sinl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -17915,14 +17291,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _sinl(0); ; return 0; } EOF -if { (eval echo configure:17926: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:17302: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__sinl_use=yes else @@ -17948,12 +17324,12 @@ fi for ac_func in _sinl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:17952: checking for $ac_func" >&5 +echo "configure:17328: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17356: \"$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 @@ -18004,7 +17380,7 @@ done echo $ac_n "checking for _sinhl declaration""... $ac_c" 1>&6 -echo "configure:18008: checking for _sinhl declaration" >&5 +echo "configure:17384: checking for _sinhl declaration" >&5 if test x${glibcpp_cv_func__sinhl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__sinhl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -18019,14 +17395,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _sinhl(0); ; return 0; } EOF -if { (eval echo configure:18030: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:17406: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__sinhl_use=yes else @@ -18052,12 +17428,12 @@ fi for ac_func in _sinhl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:18056: checking for $ac_func" >&5 +echo "configure:17432: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17460: \"$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 @@ -18108,7 +17484,7 @@ done echo $ac_n "checking for _sqrtl declaration""... $ac_c" 1>&6 -echo "configure:18112: checking for _sqrtl declaration" >&5 +echo "configure:17488: checking for _sqrtl declaration" >&5 if test x${glibcpp_cv_func__sqrtl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__sqrtl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -18123,14 +17499,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _sqrtl(0); ; return 0; } EOF -if { (eval echo configure:18134: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:17510: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__sqrtl_use=yes else @@ -18156,12 +17532,12 @@ fi for ac_func in _sqrtl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:18160: checking for $ac_func" >&5 +echo "configure:17536: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17564: \"$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 @@ -18212,7 +17588,7 @@ done echo $ac_n "checking for _tanl declaration""... $ac_c" 1>&6 -echo "configure:18216: checking for _tanl declaration" >&5 +echo "configure:17592: checking for _tanl declaration" >&5 if test x${glibcpp_cv_func__tanl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__tanl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -18227,14 +17603,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _tanl(0); ; return 0; } EOF -if { (eval echo configure:18238: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:17614: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__tanl_use=yes else @@ -18260,12 +17636,12 @@ fi for ac_func in _tanl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:18264: checking for $ac_func" >&5 +echo "configure:17640: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17668: \"$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 @@ -18316,7 +17692,7 @@ done echo $ac_n "checking for _tanhl declaration""... $ac_c" 1>&6 -echo "configure:18320: checking for _tanhl declaration" >&5 +echo "configure:17696: checking for _tanhl declaration" >&5 if test x${glibcpp_cv_func__tanhl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__tanhl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -18331,14 +17707,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _tanhl(0); ; return 0; } EOF -if { (eval echo configure:18342: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:17718: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__tanhl_use=yes else @@ -18364,12 +17740,12 @@ fi for ac_func in _tanhl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:18368: checking for $ac_func" >&5 +echo "configure:17744: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17772: \"$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 @@ -18420,7 +17796,7 @@ done echo $ac_n "checking for _sincosl declaration""... $ac_c" 1>&6 -echo "configure:18424: checking for _sincosl declaration" >&5 +echo "configure:17800: checking for _sincosl declaration" >&5 if test x${glibcpp_cv_func__sincosl_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__sincosl_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -18435,14 +17811,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _sincosl(0, 0, 0); ; return 0; } EOF -if { (eval echo configure:18446: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:17822: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__sincosl_use=yes else @@ -18468,12 +17844,12 @@ fi for ac_func in _sincosl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:18472: checking for $ac_func" >&5 +echo "configure:17848: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17876: \"$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 @@ -18524,7 +17900,7 @@ done echo $ac_n "checking for _finitel declaration""... $ac_c" 1>&6 -echo "configure:18528: checking for _finitel declaration" >&5 +echo "configure:17904: checking for _finitel declaration" >&5 if test x${glibcpp_cv_func__finitel_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func__finitel_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -18539,14 +17915,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { _finitel(0); ; return 0; } EOF -if { (eval echo configure:18550: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:17926: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func__finitel_use=yes else @@ -18572,12 +17948,12 @@ fi for ac_func in _finitel do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:18576: checking for $ac_func" >&5 +echo "configure:17952: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:17980: \"$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 @@ -18635,17 +18011,17 @@ done do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:18639: checking for $ac_hdr" >&5 +echo "configure:18015: 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 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:18649: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:18025: \"$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* @@ -18672,7 +18048,7 @@ fi done echo $ac_n "checking for main in -lm""... $ac_c" 1>&6 -echo "configure:18676: checking for main in -lm" >&5 +echo "configure:18052: checking for main in -lm" >&5 ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -18680,14 +18056,14 @@ else ac_save_LIBS="$LIBS" LIBS="-lm $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18067: \"$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 @@ -18714,15 +18090,15 @@ else echo "$ac_t""no" 1>&6 fi - for ac_func in csqrt csqrtf nan hypot hypotf + for ac_func in csqrt csqrtf nan hypot hypotf atan2f expf copysignf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:18721: checking for $ac_func" >&5 +echo "configure:18097: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18125: \"$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 @@ -18779,12 +18155,12 @@ done for ac_func in csqrtl hypotl signbitl do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:18783: checking for $ac_func" >&5 +echo "configure:18159: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18187: \"$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 @@ -18841,7 +18217,7 @@ done echo $ac_n "checking for GNU C++ __complex__ support""... $ac_c" 1>&6 -echo "configure:18845: checking for GNU C++ __complex__ support" >&5 +echo "configure:18221: 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 @@ -18855,7 +18231,7 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:18244: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_complex=ok else @@ -18894,7 +18270,7 @@ EOF fi echo $ac_n "checking for GNU C++ __complex__ float support""... $ac_c" 1>&6 -echo "configure:18898: checking for GNU C++ __complex__ float support" >&5 +echo "configure:18274: 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 @@ -18927,14 +18303,14 @@ cross_compiling=$ac_cv_prog_cxx_cross }; EOB cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:18314: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_float_complex=ok else @@ -18968,17 +18344,17 @@ EOF ac_safe=`echo "wchar.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for wchar.h""... $ac_c" 1>&6 -echo "configure:18972: checking for wchar.h" >&5 +echo "configure:18348: 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 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:18982: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:18358: \"$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* @@ -19002,17 +18378,17 @@ fi ac_safe=`echo "wctype.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for wctype.h""... $ac_c" 1>&6 -echo "configure:19006: checking for wctype.h" >&5 +echo "configure:18382: 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 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:19016: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:18392: \"$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* @@ -19038,16 +18414,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:19042: checking for mbstate_t" >&5 +echo "configure:18418: checking for mbstate_t" >&5 cat > conftest.$ac_ext < int main() { mbstate_t teststate; ; return 0; } EOF -if { (eval echo configure:19051: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:18427: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* use_native_mbstatet=yes else @@ -19060,16 +18436,16 @@ rm -f conftest* echo "$ac_t""$use_native_mbstatet" 1>&6 echo $ac_n "checking for WCHAR_MIN and WCHAR_MAX""... $ac_c" 1>&6 -echo "configure:19064: checking for WCHAR_MIN and WCHAR_MAX" >&5 +echo "configure:18440: checking for WCHAR_MIN and WCHAR_MAX" >&5 cat > conftest.$ac_ext < int main() { int i = WCHAR_MIN; int j = WCHAR_MAX; ; return 0; } EOF -if { (eval echo configure:19073: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:18449: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* has_wchar_minmax=yes else @@ -19082,9 +18458,9 @@ rm -f conftest* echo "$ac_t""$has_wchar_minmax" 1>&6 echo $ac_n "checking for WEOF""... $ac_c" 1>&6 -echo "configure:19086: checking for WEOF" >&5 +echo "configure:18462: checking for WEOF" >&5 cat > conftest.$ac_ext < @@ -19093,7 +18469,7 @@ int main() { wint_t i = WEOF; ; return 0; } EOF -if { (eval echo configure:19097: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:18473: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* has_weof=yes else @@ -19109,12 +18485,12 @@ rm -f conftest* wcsrtombs mbsrtowcs do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:19113: checking for $ac_func" >&5 +echo "configure:18489: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18517: \"$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 @@ -19164,7 +18540,7 @@ done echo $ac_n "checking for ISO C99 wchar_t support""... $ac_c" 1>&6 -echo "configure:19168: checking for ISO C99 wchar_t support" >&5 +echo "configure:18544: checking for ISO C99 wchar_t support" >&5 if test x"$has_weof" = xyes && test x"$has_wchar_minmax" = xyes \ && test x"$ac_wfuncs" = xyes; then ac_isoC99_wchar_t=yes @@ -19175,17 +18551,17 @@ echo "configure:19168: checking for ISO C99 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:19179: checking for iconv.h" >&5 +echo "configure:18555: 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 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:19189: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:18565: \"$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* @@ -19209,17 +18585,17 @@ fi ac_safe=`echo "langinfo.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for langinfo.h""... $ac_c" 1>&6 -echo "configure:19213: checking for langinfo.h" >&5 +echo "configure:18589: checking for langinfo.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 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:19223: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:18599: \"$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* @@ -19243,7 +18619,7 @@ fi echo $ac_n "checking for iconv in -liconv""... $ac_c" 1>&6 -echo "configure:19247: checking for iconv in -liconv" >&5 +echo "configure:18623: checking for iconv in -liconv" >&5 ac_lib_var=`echo iconv'_'iconv | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -19251,7 +18627,7 @@ else ac_save_LIBS="$LIBS" LIBS="-liconv $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18642: \"$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 @@ -19288,12 +18664,12 @@ fi for ac_func in iconv_open iconv_close iconv nl_langinfo do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:19292: checking for $ac_func" >&5 +echo "configure:18668: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:18696: \"$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 @@ -19346,7 +18722,7 @@ done LIBS="$ac_save_LIBS" echo $ac_n "checking for XPG2 wchar_t support""... $ac_c" 1>&6 -echo "configure:19350: checking for XPG2 wchar_t support" >&5 +echo "configure:18726: checking for XPG2 wchar_t support" >&5 if test x"$ac_has_iconv_h" = xyes && test x"$ac_has_langinfo_h" = xyes \ && test x"$ac_XPG2funcs" = xyes; then ac_XPG2_wchar_t=yes @@ -19356,7 +18732,7 @@ echo "configure:19350: 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:19360: checking for enabled wchar_t specializations" >&5 +echo "configure:18736: checking for enabled wchar_t specializations" >&5 if test x"$ac_isoC99_wchar_t" = xyes \ && test x"$ac_XPG2_wchar_t" = xyes; then libinst_wstring_la="libinst-wstring.la" @@ -19382,17 +18758,17 @@ EOF ac_safe=`echo "ctype.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for ctype.h""... $ac_c" 1>&6 -echo "configure:19386: checking for ctype.h" >&5 +echo "configure:18762: 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 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:19396: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:18772: \"$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* @@ -19413,9 +18789,9 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then ctype_default=yes echo $ac_n "checking for GNU/Linux""... $ac_c" 1>&6 -echo "configure:19417: checking for GNU/Linux" >&5 +echo "configure:18793: checking for GNU/Linux" >&5 cat > conftest.$ac_ext < int main() { @@ -19426,7 +18802,7 @@ int + __ctype_tolower[a] + __ctype_toupper[a] + __ctype_b[a];} ; return 0; } EOF -if { (eval echo configure:19430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:18806: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* \ ctype_linux=yes @@ -19445,9 +18821,9 @@ rm -f conftest* if test $ctype_default = "yes"; then echo $ac_n "checking for FreeBSD 4.0""... $ac_c" 1>&6 -echo "configure:19449: checking for FreeBSD 4.0" >&5 +echo "configure:18825: checking for FreeBSD 4.0" >&5 cat > conftest.$ac_ext < int main() { @@ -19457,7 +18833,7 @@ int + _CTYPE_D + _CTYPE_P + _CTYPE_X + _CTYPE_G ;} ; return 0; } EOF -if { (eval echo configure:19461: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:18837: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* \ ctype_bsd=yes @@ -19477,9 +18853,9 @@ rm -f conftest* if test $ctype_default = "yes"; then echo $ac_n "checking for FreeBSD 3.4""... $ac_c" 1>&6 -echo "configure:19481: checking for FreeBSD 3.4" >&5 +echo "configure:18857: checking for FreeBSD 3.4" >&5 cat > conftest.$ac_ext < int main() { @@ -19489,7 +18865,7 @@ int + _D + _P + _X + _G + __istype (a, 0);} ; return 0; } EOF -if { (eval echo configure:19493: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:18869: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* \ ctype_freebsd34=yes @@ -19509,9 +18885,9 @@ rm -f conftest* if test $ctype_default = "yes"; then echo $ac_n "checking for NetBSD""... $ac_c" 1>&6 -echo "configure:19513: checking for NetBSD" >&5 +echo "configure:18889: checking for NetBSD" >&5 cat > conftest.$ac_ext < int main() { @@ -19521,7 +18897,7 @@ int + _N + _P + _X + _tolower_tab_[a] + _toupper_tab_[a];} ; return 0; } EOF -if { (eval echo configure:19525: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:18901: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* \ ctype_netbsd=yes @@ -19541,9 +18917,9 @@ rm -f conftest* if test $ctype_default = "yes"; then echo $ac_n "checking for Solaris 2.6,7,8""... $ac_c" 1>&6 -echo "configure:19545: checking for Solaris 2.6,7,8" >&5 +echo "configure:18921: checking for Solaris 2.6,7,8" >&5 cat > conftest.$ac_ext < int main() { @@ -19554,7 +18930,7 @@ int + __trans_lower[a] + __trans_upper[a] + __ctype_mask[a];} ; return 0; } EOF -if { (eval echo configure:19558: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:18934: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* \ ctype_solaris=yes @@ -19569,7 +18945,7 @@ rm -f conftest* if test $ctype_solaris = "yes"; then echo $ac_n "checking for version""... $ac_c" 1>&6 -echo "configure:19573: checking for version" >&5 +echo "configure:18949: 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' @@ -19578,14 +18954,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { typedef long* __to_type; __to_type const& _M_toupper = __trans_upper; ; return 0; } EOF -if { (eval echo configure:19589: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:18965: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* \ ctype_solaris26=yes @@ -19617,9 +18993,9 @@ cross_compiling=$ac_cv_prog_cc_cross if test $ctype_default = "yes"; then echo $ac_n "checking for Solaris 2.5.1""... $ac_c" 1>&6 -echo "configure:19621: checking for Solaris 2.5.1" >&5 +echo "configure:18997: checking for Solaris 2.5.1" >&5 cat > conftest.$ac_ext < int main() { @@ -19629,7 +19005,7 @@ int + __ctype[a];} ; return 0; } EOF -if { (eval echo configure:19633: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:19009: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* \ ctype_solaris25=yes @@ -19649,9 +19025,9 @@ rm -f conftest* if test $ctype_default = "yes"; then echo $ac_n "checking for AIX""... $ac_c" 1>&6 -echo "configure:19653: checking for AIX" >&5 +echo "configure:19029: checking for AIX" >&5 cat > conftest.$ac_ext < int main() { @@ -19662,7 +19038,7 @@ int + _VALC('a') + _IS('c', 0);} ; return 0; } EOF -if { (eval echo configure:19666: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:19042: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* \ ctype_aix=yes @@ -19682,9 +19058,9 @@ rm -f conftest* if test $ctype_default = "yes"; then echo $ac_n "checking for IRIX""... $ac_c" 1>&6 -echo "configure:19686: checking for IRIX" >&5 +echo "configure:19062: checking for IRIX" >&5 cat > conftest.$ac_ext < int main() { @@ -19694,7 +19070,7 @@ int _A + _PR + _G + _BL;} ; return 0; } EOF -if { (eval echo configure:19698: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:19074: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* \ ctype_irix=yes @@ -19714,9 +19090,9 @@ rm -f conftest* if test $ctype_default = "yes"; then echo $ac_n "checking for newlib""... $ac_c" 1>&6 -echo "configure:19718: checking for newlib" >&5 +echo "configure:19094: checking for newlib" >&5 cat > conftest.$ac_ext < int main() { @@ -19726,7 +19102,7 @@ int + _ctype_[a];} ; return 0; } EOF -if { (eval echo configure:19730: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:19106: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* \ ctype_newlib=yes @@ -19762,12 +19138,12 @@ fi for ac_func in strtof do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:19766: checking for $ac_func" >&5 +echo "configure:19142: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:19170: \"$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 @@ -19816,7 +19192,7 @@ done echo $ac_n "checking for strtold declaration""... $ac_c" 1>&6 -echo "configure:19820: checking for strtold declaration" >&5 +echo "configure:19196: checking for strtold declaration" >&5 if test x${glibcpp_cv_func_strtold_use+set} != xset; then if eval "test \"`echo '$''{'glibcpp_cv_func_strtold_use'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -19831,14 +19207,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross cat > conftest.$ac_ext < int main() { strtold(0, 0); ; return 0; } EOF -if { (eval echo configure:19842: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:19218: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* glibcpp_cv_func_strtold_use=yes else @@ -19864,12 +19240,12 @@ fi for ac_func in strtold do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:19868: checking for $ac_func" >&5 +echo "configure:19244: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:19272: \"$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 @@ -19926,17 +19302,17 @@ done do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:19930: checking for $ac_hdr" >&5 +echo "configure:19306: 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 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:19940: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:19316: \"$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* @@ -19965,12 +19341,12 @@ done for ac_func in getpagesize do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:19969: checking for $ac_func" >&5 +echo "configure:19345: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:19373: \"$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 @@ -20018,7 +19394,7 @@ fi done echo $ac_n "checking for working mmap""... $ac_c" 1>&6 -echo "configure:20022: checking for working mmap" >&5 +echo "configure:19398: 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 @@ -20026,7 +19402,7 @@ else ac_cv_func_mmap_fixed_mapped=no else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:19546: \"$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 @@ -20282,17 +19658,17 @@ rm -f confcache ac_safe=`echo "locale.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for locale.h""... $ac_c" 1>&6 -echo "configure:20286: checking for locale.h" >&5 +echo "configure:19662: checking for locale.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 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:20296: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:19672: \"$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* @@ -20310,19 +19686,19 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 -echo "configure:20314: checking for LC_MESSAGES" >&5 +echo "configure:19690: 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 < int main() { return LC_MESSAGES ; return 0; } EOF -if { (eval echo configure:20326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:19702: \"$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 @@ -20364,14 +19740,14 @@ INTERFACE=v3 # Check for the interface version number for specifying where header # files are installed, if a version number is provided. echo $ac_n "checking for interface version number""... $ac_c" 1>&6 -echo "configure:20368: checking for interface version number" >&5 +echo "configure:19744: checking for interface version number" >&5 libstdcxx_interface=$INTERFACE echo "$ac_t""$libstdcxx_interface" 1>&6 # Process the option --with-gxx-include-dir= echo $ac_n "checking for --with-gxx-include-dir""... $ac_c" 1>&6 -echo "configure:20375: checking for --with-gxx-include-dir" >&5 +echo "configure:19751: checking for --with-gxx-include-dir" >&5 # Check whether --with-gxx-include-dir or --without-gxx-include-dir was given. if test "${with_gxx_include_dir+set}" = set; then withval="$with_gxx_include_dir" @@ -20405,7 +19781,7 @@ fi # Process the option "--enable-version-specific-runtime-libs" echo $ac_n "checking for --enable-version-specific-runtime-libs""... $ac_c" 1>&6 -echo "configure:20409: checking for --enable-version-specific-runtime-libs" >&5 +echo "configure:19785: checking for --enable-version-specific-runtime-libs" >&5 # Check whether --enable-version-specific-runtime-libs or --disable-version-specific-runtime-libs was given. if test "${enable_version_specific_runtime_libs+set}" = set; then enableval="$enable_version_specific_runtime_libs" -- cgit v1.2.1