summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/ChangeLog5
-rw-r--r--c/src/configure.ac3
2 files changed, 7 insertions, 1 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index c4489641d6..6c116e3854 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * configure.ac: Explicitly pass --includedir and --libdir to
+ cpukit/configure.
+
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
* librdbg/Makefile.am: Fix rpcgen rules.
diff --git a/c/src/configure.ac b/c/src/configure.ac
index 76fc45c490..5df8cdd547 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -122,7 +122,8 @@ BSP_SUBDIRS=
RTEMS_BSP_CONFIG_SUBDIR(
[cpukit],[../../cpukit],
['--with-project-root=${with_project_root}../$RTEMS_BSP/' \
- '--enable-rtemsbsp=$RTEMS_BSP'],
+ '--includedir=${exec_prefix}/${RTEMS_BSP}/lib/include' \
+ '--libdir=${exec_prefix}/${RTEMS_BSP}/lib'],
[test x"$multilib" = x"no"])
## Note: the order of the directories below is essential