aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/aclocal.m4
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-23 11:38:07 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-23 11:38:07 +0000
commiteb68ca11814ebe4cc959f19971bca631f7286125 (patch)
treee3e83e852b57261f6fd02f2110c4796193830e75 /libstdc++-v3/aclocal.m4
parenta3d3a14232b026c62378f8532b3358b00811fa7d (diff)
* aclocal.m4 (GLIBCPP_INCLUDES): Include backward.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45129 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/aclocal.m4')
-rw-r--r--libstdc++-v3/aclocal.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++-v3/aclocal.m4 b/libstdc++-v3/aclocal.m4
index b83c7a76c96..028f6430fb2 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