From cbf0bc83702d7678d42a4e375819230500d13ea0 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 23 Aug 2001 07:38:07 -0400 Subject: [PATCH] * aclocal.m4 (GLIBCPP_INCLUDES): Include backward. From-SVN: r45129 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/aclocal.m4 | 3 ++- libstdc++-v3/configure | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b275626aef64..4713cf9ba5af 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2001-08-23 Jason Merrill + + * aclocal.m4 (GLIBCPP_INCLUDES): Include backward. + 2001-08-22 Benjamin Kosnik * testsuite/22_locale/collate_wchar_t_members.cc: Guard diff --git a/libstdc++-v3/aclocal.m4 b/libstdc++-v3/aclocal.m4 index b83c7a76c966..028f6430fb23 100644 --- a/libstdc++-v3/aclocal.m4 +++ b/libstdc++-v3/aclocal.m4 @@ -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 diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index cbd02b480b86..83559ad7107a 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -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