Commit 2253525c by Gabriel Dos Reis Committed by Gabriel Dos Reis

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
parent 10c2a453
2001-07-10 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
* acinclude.m4: Don't AC_REPLACE_MATHFUNCS expf and atan2f.
* aclocal.m4: Regenerate.
* configure: Same.
2001-07-09 Phil Edwards <pme@sources.redhat.com> 2001-07-09 Phil Edwards <pme@sources.redhat.com>
* docs/html/configopts.html: Fix thinko. * docs/html/configopts.html: Fix thinko.
......
...@@ -734,7 +734,7 @@ dnl GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT ...@@ -734,7 +734,7 @@ dnl GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT
AC_DEFUN(GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT, [ AC_DEFUN(GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT, [
dnl Check for complex versions of math functions of platform. dnl Check for complex versions of math functions of platform.
AC_CHECK_LIB(m, main) 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 Compile the long double complex functions only if the function
dnl provides the non-complex long double functions that are needed. dnl provides the non-complex long double functions that are needed.
......
...@@ -746,7 +746,7 @@ dnl GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT ...@@ -746,7 +746,7 @@ dnl GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT
AC_DEFUN(GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT, [ AC_DEFUN(GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT, [
dnl Check for complex versions of math functions of platform. dnl Check for complex versions of math functions of platform.
AC_CHECK_LIB(m, main) 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 Compile the long double complex functions only if the function
dnl provides the non-complex long double functions that are needed. dnl provides the non-complex long double functions that are needed.
......
...@@ -4174,7 +4174,7 @@ else ...@@ -4174,7 +4174,7 @@ else
echo "$ac_t""no" 1>&6 echo "$ac_t""no" 1>&6
fi fi
for ac_func in nan hypot hypotf atan2f expf copysignf for ac_func in nan hypot hypotf copysignf
do do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:4181: checking for $ac_func" >&5 echo "configure:4181: checking for $ac_func" >&5
...@@ -14973,7 +14973,7 @@ else ...@@ -14973,7 +14973,7 @@ else
echo "$ac_t""no" 1>&6 echo "$ac_t""no" 1>&6
fi fi
for ac_func in nan hypot hypotf atan2f expf copysignf for ac_func in nan hypot hypotf copysignf
do do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:14980: checking for $ac_func" >&5 echo "configure:14980: checking for $ac_func" >&5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment