From eab41f63451e15e8b3d659420062068cbde53960 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 5 Feb 2001 18:40:31 +0000 Subject: 2001-02-03 Ralf Corsepius * configure.in: Apply _RTEMS_ADJUST_SRCDIR. --- c/configure.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'c/configure.in') diff --git a/c/configure.in b/c/configure.in index e0e43d3f73..9c5b1181fa 100644 --- a/c/configure.in +++ b/c/configure.in @@ -56,10 +56,8 @@ done ## ## Adjust paths -case $srcdir in -/*) rtems_bsp_configure="$srcdir/src/configure";; -*) rtems_bsp_configure="../$srcdir/src/configure";; -esac +_RTEMS_ADJUST_SRCDIR([rtems_bsp_configure],[src]) +rtems_bsp_configure="$rtems_bsp_configure/configure" ## Remove --cache-file, --srcdir and --enable-rtemsbsp arguments ## so they do not pile up -- cgit v1.2.3