acinclude.m4 (LIB_AC_PROG_CXX): Set CXX_libstdcxx from CXX.

* acinclude.m4 (LIB_AC_PROG_CXX): Set CXX_libstdcxx from CXX.
	* aclocal.m4: Regenerated.
	* configure: Likewise.

From-SVN: r37263
This commit is contained in:
Mark Mitchell 2000-11-05 02:38:53 +00:00 committed by Mark Mitchell
parent f73bbdca85
commit bb4127f8c9
4 changed files with 1026 additions and 1027 deletions

View File

@ -1,5 +1,9 @@
2000-11-04 Mark Mitchell <mark@codesourcery.com>
* acinclude.m4 (LIB_AC_PROG_CXX): Set CXX_libstdcxx from CXX.
* aclocal.m4: Regenerated.
* configure: Likewise.
* acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Fix punctuation in
use of `test'.
* aclocal.m4: Regenerated.

View File

@ -90,7 +90,9 @@ dnl Fool anybody using AC_PROG_CXX.
AC_PROVIDE([AC_PROG_CXX])
# Use CXX_libstdcxx so that we do not cause CXX to be cached with the
# flags that come in CXX while configuring libstdc++. They're different
# from those used for all other target libraries.
# from those used for all other target libraries. If CXX is set in
# the environment, respect that here.
CXX_libstdcxx=$CXX
AC_CHECK_PROGS(CXX_libstdcxx, "$CXX" "$CCC" c++ g++ gcc CC cxx cc++, gcc)
CXX=$CXX_libstdcxx
AC_SUBST(CXX)

View File

@ -102,7 +102,9 @@ dnl Fool anybody using AC_PROG_CXX.
AC_PROVIDE([AC_PROG_CXX])
# Use CXX_libstdcxx so that we do not cause CXX to be cached with the
# flags that come in CXX while configuring libstdc++. They're different
# from those used for all other target libraries.
# from those used for all other target libraries. If CXX is set in
# the environment, respect that here.
CXX_libstdcxx=$CXX
AC_CHECK_PROGS(CXX_libstdcxx, "$CXX" "$CCC" c++ g++ gcc CC cxx cc++, gcc)
CXX=$CXX_libstdcxx
AC_SUBST(CXX)

2041
libstdc++-v3/configure vendored

File diff suppressed because it is too large Load Diff