summaryrefslogtreecommitdiffstats
path: root/c/src/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-21 18:07:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-21 18:07:48 +0000
commitd844a182f03933e93ce39242fcbdb2fb315f821b (patch)
treea626a98382b72fd608569d3a509fe1b934a19ef7 /c/src/configure.ac
parent2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d844a182f03933e93ce39242fcbdb2fb315f821b.tar.bz2
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Reflect changes to cpukit.
Diffstat (limited to 'c/src/configure.ac')
-rw-r--r--c/src/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/configure.ac b/c/src/configure.ac
index f6ff2e79be..6caa30e5ec 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -108,9 +108,9 @@ test -n "${CFLAGS_DEBUG_V}" && \
ac_configure_args="$ac_configure_args 'CFLAGS_DEBUG_V=${CFLAGS_DEBUG_V}'"
RTEMS_PROG_CC_FOR_TARGET
+AM_PROG_CC_C_O
RTEMS_PROG_CCAS
RTEMS_CANONICALIZE_TOOLS
-AM_PROG_CC_C_O
AC_SUBST(CUSTOM_CFG_FILES)
AC_SUBST(cfg_dir)
@@ -121,7 +121,7 @@ AS_IF([test x"$multilib" = x"no"],[
AC_CONFIG_COMMANDS_POST([
if test x"$multilib" = x"no"; then
RTEMS_CONFIG_SUBDIR([exec],[../../cpukit],
- ['--with-project-root=../../' '--enable-rtemsbsp=$RTEMS_BSP'])
+ ['--with-project-root=../../..' '--enable-rtemsbsp=$RTEMS_BSP'])
fi
])
BSP_SUBDIRS="exec"