summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-13 08:15:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-13 08:15:24 +0000
commit3136ff03a9c7b7f9bbbff80edece6053338379a1 (patch)
tree4dc31c967d8a6fdbbd6d847ae0aa0029b1755b65 /c/src
parent2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-3136ff03a9c7b7f9bbbff80edece6053338379a1.tar.bz2
2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Explicitly pass --libdir and --includedir to testsuites.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/ChangeLog5
-rw-r--r--c/src/configure.ac4
2 files changed, 9 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index af4fede880..4f0e506f83 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Explicitly pass --libdir and --includedir to
+ testsuites.
+
2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Reflect changes to testsuites.
diff --git a/c/src/configure.ac b/c/src/configure.ac
index 95ebec312d..258b9a157e 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -193,6 +193,8 @@ RTEMS_BSP_CONFIG_SUBDIR(
'--enable-project-root=${with_project_root}../$RTEMS_BSP' \
'--with-project-top=${with_project_top}../' \
'--enable-rtemsbsp=$RTEMS_BSP' \
+ '--includedir=${exec_prefix}/${RTEMS_BSP}/lib/include' \
+ '--libdir=${exec_prefix}/${RTEMS_BSP}/lib' \
'CFLAGS="${CFLAGS}"' \
],
[test x"$enable_tests" != x"no" && test x"$multilib" = xno])
@@ -205,6 +207,8 @@ RTEMS_BSP_CONFIG_SUBDIR(
'--enable-project-root=${with_project_root}../$RTEMS_BSP' \
'--with-project-top=${with_project_top}../' \
'--enable-rtemsbsp=$RTEMS_BSP' \
+ '--includedir=${exec_prefix}/${RTEMS_BSP}/lib/include' \
+ '--libdir=${exec_prefix}/${RTEMS_BSP}/lib' \
'CFLAGS="${CFLAGS}"' \
],
[test x"$enable_tests" != x"no" && test x"$multilib" = xyes])