acinclude.m4: Don't AC_REPLACE_MATHFUNCS expf and atan2f.
authorGabriel Dos Reis <gdr@merlin.codesourcery.com>
Tue, 10 Jul 2001 12:55:05 +0000 (12:55 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Tue, 10 Jul 2001 12:55:05 +0000 (12:55 +0000)
        * acinclude.m4: Don't AC_REPLACE_MATHFUNCS expf and atan2f.
        * aclocal.m4: Regenerate.
        * configure: Same.

From-SVN: r43898

libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/configure

index 83ca808..ece858c 100644 (file)
@@ -1,3 +1,9 @@
+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>
 
        * docs/html/configopts.html:  Fix thinko.
index 91f0110..09ee8eb 100644 (file)
@@ -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.
index 74ddf83..70ad6d9 100644 (file)
@@ -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.
index ecbee17..df20436 100755 (executable)
@@ -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