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/ChangeLog | 4 ++++ c/configure.in | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/c/ChangeLog b/c/ChangeLog index 71a378881e..31323e3c0d 100644 --- a/c/ChangeLog +++ b/c/ChangeLog @@ -1,3 +1,7 @@ +2001-02-03 Ralf Corsepius + + * configure.in: Apply _RTEMS_ADJUST_SRCDIR. + 2000-12-14 Joel Sherrill * TESTED: Added comment on 68en302 now that there is a network driver. 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