From 3136ff03a9c7b7f9bbbff80edece6053338379a1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 13 Nov 2005 08:15:24 +0000 Subject: 2005-11-13 Ralf Corsepius * configure.ac: Explicitly pass --libdir and --includedir to testsuites. --- c/src/ChangeLog | 5 +++++ c/src/configure.ac | 4 ++++ 2 files changed, 9 insertions(+) (limited to 'c') 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 + + * configure.ac: Explicitly pass --libdir and --includedir to + testsuites. + 2005-11-09 Ralf Corsepius * 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]) -- cgit v1.2.3