Commit cbf0bc83 by Jason Merrill Committed by Jason Merrill

* aclocal.m4 (GLIBCPP_INCLUDES): Include backward.

From-SVN: r45129
parent fefddd61
2001-08-23 Jason Merrill <jason_merrill@redhat.com>
* aclocal.m4 (GLIBCPP_INCLUDES): Include backward.
2001-08-22 Benjamin Kosnik <bkoz@redhat.com> 2001-08-22 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/22_locale/collate_wchar_t_members.cc: Guard * testsuite/22_locale/collate_wchar_t_members.cc: Guard
......
...@@ -1613,7 +1613,8 @@ dnl ...@@ -1613,7 +1613,8 @@ dnl
dnl GLIBCPP_EXPORT_INCLUDES dnl GLIBCPP_EXPORT_INCLUDES
AC_DEFUN(GLIBCPP_EXPORT_INCLUDES, [ AC_DEFUN(GLIBCPP_EXPORT_INCLUDES, [
# Root level of the build directory include sources. # Root level of the build directory include sources.
GLIBCPP_INCLUDES="-I${glibcpp_builddir}/include/${target_alias} -I${glibcpp_builddir}/include" GLIBCPP_INCLUDES="-I${glibcpp_builddir}/include/${target_alias} -I${glibcpp_builddir}/include \
-I${glibcpp_builddir}/include/backward"
# Passed down for canadian crosses. # Passed down for canadian crosses.
if test x"$CANADIAN" = xyes; then if test x"$CANADIAN" = xyes; then
......
...@@ -17395,7 +17395,8 @@ echo "$ac_t""$gxx_include_dir" 1>&6 ...@@ -17395,7 +17395,8 @@ echo "$ac_t""$gxx_include_dir" 1>&6
# Export all the include and flag information to makefiles. # Export all the include and flag information to makefiles.
# Root level of the build directory include sources. # Root level of the build directory include sources.
GLIBCPP_INCLUDES="-I${glibcpp_builddir}/include/${target_alias} -I${glibcpp_builddir}/include" GLIBCPP_INCLUDES="-I${glibcpp_builddir}/include/${target_alias} -I${glibcpp_builddir}/include \
-I${glibcpp_builddir}/include/backward"
# Passed down for canadian crosses. # Passed down for canadian crosses.
if test x"$CANADIAN" = xyes; then if test x"$CANADIAN" = xyes; then
......
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