This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

V3 PATCH to aclocal.m4


We also need to include the backward includes when running the compiler out
of the build tree.

2001-08-23  Jason Merrill  <jason_merrill@redhat.com>

	* aclocal.m4 (GLIBCPP_INCLUDES): Include backward.

*** aclocal.m4.~1~	Mon Aug 20 14:37:41 2001
--- aclocal.m4	Thu Aug 23 11:34:38 2001
*************** dnl
*** 1613,1619 ****
  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"
  
    # Passed down for canadian crosses.
    if test x"$CANADIAN" = xyes; then
--- 1613,1620 ----
  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 \
! 		    -I${glibcpp_builddir}/include/backward"
  
    # Passed down for canadian crosses.
    if test x"$CANADIAN" = xyes; then

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]