* aclocal.m4 (GLIBCPP_INCLUDES): Include backward.

From-SVN: r45129
This commit is contained in:
Jason Merrill 2001-08-23 07:38:07 -04:00 committed by Jason Merrill
parent fefddd61a0
commit cbf0bc8370
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2001-08-23 Jason Merrill <jason_merrill@redhat.com>
* aclocal.m4 (GLIBCPP_INCLUDES): Include backward.
2001-08-22 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/22_locale/collate_wchar_t_members.cc: Guard

View File

@ -1613,7 +1613,8 @@ dnl
dnl GLIBCPP_EXPORT_INCLUDES
AC_DEFUN(GLIBCPP_EXPORT_INCLUDES, [
# 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.
if test x"$CANADIAN" = xyes; then

View File

@ -17395,7 +17395,8 @@ echo "$ac_t""$gxx_include_dir" 1>&6
# Export all the include and flag information to makefiles.
# 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.
if test x"$CANADIAN" = xyes; then