summaryrefslogtreecommitdiffstats
path: root/c/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-05 18:40:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-05 18:40:31 +0000
commiteab41f63451e15e8b3d659420062068cbde53960 (patch)
treeb722027765c189e1aab2d4e1d523dec578a2ec00 /c/configure.in
parent2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-eab41f63451e15e8b3d659420062068cbde53960.tar.bz2
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Apply _RTEMS_ADJUST_SRCDIR.
Diffstat (limited to '')
-rw-r--r--c/configure.in6
1 files changed, 2 insertions, 4 deletions
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