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:
parent
5e59997cb7
commit
ecddf6a806
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
2
libstdc++-v3/aclocal.m4
vendored
2
libstdc++-v3/aclocal.m4
vendored
@ -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
2059
libstdc++-v3/configure
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user