From 1b7c918309e1f5ddeacc5d01de508f602f4a1d0b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 31 Mar 2004 10:56:48 +0000 Subject: [PATCH] 2004-03-31 Ralf Corsepius * configure.ac: Add --with-project-root, --with-project-top to rtems_bsp_configure. --- c/ChangeLog | 5 +++++ c/configure.ac | 2 ++ 2 files changed, 7 insertions(+) diff --git a/c/ChangeLog b/c/ChangeLog index 1c64e2bf12..1d04ec8b8b 100644 --- a/c/ChangeLog +++ b/c/ChangeLog @@ -1,3 +1,8 @@ +2004-03-31 Ralf Corsepius + + * configure.ac: Add --with-project-root, --with-project-top to + rtems_bsp_configure. + 2004-02-17 Ralf Corsepius * Makefile.am: Cosmetics. diff --git a/c/configure.ac b/c/configure.ac index 9f02f37098..3376837246 100644 --- a/c/configure.ac +++ b/c/configure.ac @@ -65,6 +65,8 @@ rtems_bsp_configure="$rtems_bsp_configure/configure" [-enable-rtemsbsp=* | --enable-rtemsbsp=* ) ;;]) rtems_bsp_configure="$rtems_bsp_configure $rtems_bsp_configure_args" +rtems_bsp_configure="$rtems_bsp_configure '--with-project-root=../../'" +rtems_bsp_configure="$rtems_bsp_configure '--with-project-top=../../'" AC_SUBST(rtems_bsp_configure) AC_SUBST(RTEMS_BSP_LIST)