OSDN Git Service

* aclocal.m4 (GLIBCPP_INCLUDES): Include backward.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Aug 2001 11:38:07 +0000 (11:38 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Aug 2001 11:38:07 +0000 (11:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45129 138bc75d-0d04-0410-961f-82ee72b054a4

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

index b275626..4713cf9 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 b83c7a7..028f643 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 cbd02b4..83559ad 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