]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* aclocal.m4 (GLIBCPP_INCLUDES): Include backward.
authorJason Merrill <jason@redhat.com>
Thu, 23 Aug 2001 11:38:07 +0000 (07:38 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 23 Aug 2001 11:38:07 +0000 (07:38 -0400)
From-SVN: r45129

libstdc++-v3/ChangeLog
libstdc++-v3/aclocal.m4
libstdc++-v3/configure

index b275626aef64561951fd9c4701f6f39aacf4f1bc..4713cf9ba5afc154a76348f8c6f09ddb4d08ee0e 100644 (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
index b83c7a76c966ed5b89cb0382f1238f99565fee07..028f6430fb2310d537d252aaa52cc3a0db2e0c12 100644 (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
index cbd02b480b86ed547d035c8cef2dfc9d416cfbaa..83559ad7107aab82ac7f5d16773ed7a98df23bea 100755 (executable)
@@ -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