From: Gabriel Dos Reis Date: Tue, 10 Jul 2001 12:55:05 +0000 (+0000) Subject: acinclude.m4: Don't AC_REPLACE_MATHFUNCS expf and atan2f. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2253525c31f671de4be799d11abb46b244548180;p=gcc.git acinclude.m4: Don't AC_REPLACE_MATHFUNCS expf and atan2f. * acinclude.m4: Don't AC_REPLACE_MATHFUNCS expf and atan2f. * aclocal.m4: Regenerate. * configure: Same. From-SVN: r43898 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 83ca808f608..ece858ceefd 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2001-07-10 Gabriel Dos Reis + + * acinclude.m4: Don't AC_REPLACE_MATHFUNCS expf and atan2f. + * aclocal.m4: Regenerate. + * configure: Same. + 2001-07-09 Phil Edwards * docs/html/configopts.html: Fix thinko. diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 91f011050d0..09ee8eb12ed 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -734,7 +734,7 @@ dnl GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT AC_DEFUN(GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT, [ dnl Check for complex versions of math functions of platform. AC_CHECK_LIB(m, main) - AC_REPLACE_MATHFUNCS(nan hypot hypotf atan2f expf copysignf) + AC_REPLACE_MATHFUNCS(nan hypot hypotf copysignf) dnl Compile the long double complex functions only if the function dnl provides the non-complex long double functions that are needed. diff --git a/libstdc++-v3/aclocal.m4 b/libstdc++-v3/aclocal.m4 index 74ddf8377ef..70ad6d983dd 100644 --- a/libstdc++-v3/aclocal.m4 +++ b/libstdc++-v3/aclocal.m4 @@ -746,7 +746,7 @@ dnl GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT AC_DEFUN(GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT, [ dnl Check for complex versions of math functions of platform. AC_CHECK_LIB(m, main) - AC_REPLACE_MATHFUNCS(nan hypot hypotf atan2f expf copysignf) + AC_REPLACE_MATHFUNCS(nan hypot hypotf copysignf) dnl Compile the long double complex functions only if the function dnl provides the non-complex long double functions that are needed. diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index ecbee17f88e..df204369602 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -4174,7 +4174,7 @@ else echo "$ac_t""no" 1>&6 fi - for ac_func in nan hypot hypotf atan2f expf copysignf + for ac_func in nan hypot hypotf copysignf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:4181: checking for $ac_func" >&5 @@ -14973,7 +14973,7 @@ else echo "$ac_t""no" 1>&6 fi - for ac_func in nan hypot hypotf atan2f expf copysignf + for ac_func in nan hypot hypotf copysignf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:14980: checking for $ac_func" >&5