acinclude.m4: Don't forget to remove check for cpowl as it is no longer needed...

* acinclude.m4: Don't forget to remove check for cpowl as it is no
	longer needed, nor is the corresponding stub existent.
	* aclocal.m4: Regenarate.
	* configure: Regenarate.

From-SVN: r38127
This commit is contained in:
Gabriel Dos Reis 2000-12-08 03:43:22 +00:00 committed by Gabriel Dos Reis
parent 5e59997cb7
commit ecddf6a806
4 changed files with 1033 additions and 1037 deletions

View File

@ -1,3 +1,10 @@
2000-12-08 Gabriel Dos Reis <gdr@codesourcery.com>
* acinclude.m4: Don't forget to remove check for cpowl as it is no
longer needed, nor is the corresponding stub existent.
* aclocal.m4: Regenarate.
* configure: Regenarate.
2000-12-07 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* config/os/generic/bits/ctype_base.h (ctype_base): Change space mask.

View File

@ -767,7 +767,7 @@ AC_DEFUN(GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT, [
if test x$ac_cv_func_atan2l = x"yes" \
&& test x$ac_cv_func_copysignl = x"yes"; then
USE_COMPLEX_LONG_DOUBLE=yes
AC_REPLACE_MATHFUNCS(ccoshl ccosl cexpl cpowl csinhl csinl \
AC_REPLACE_MATHFUNCS(ccoshl ccosl cexpl csinhl csinl \
csqrtl ctanhl ctanl hypotl signbitl clog10l)
fi

View File

@ -779,7 +779,7 @@ AC_DEFUN(GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT, [
if test x$ac_cv_func_atan2l = x"yes" \
&& test x$ac_cv_func_copysignl = x"yes"; then
USE_COMPLEX_LONG_DOUBLE=yes
AC_REPLACE_MATHFUNCS(ccoshl ccosl cexpl cpowl csinhl csinl \
AC_REPLACE_MATHFUNCS(ccoshl ccosl cexpl csinhl csinl \
csqrtl ctanhl ctanl hypotl signbitl clog10l)
fi

2059
libstdc++-v3/configure vendored

File diff suppressed because it is too large Load Diff