summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--c/ChangeLog4
-rw-r--r--c/configure.in6
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 <corsepiu@faw.uni-ulm.de>
+
+ * configure.in: Apply _RTEMS_ADJUST_SRCDIR.
+
2000-12-14 Joel Sherrill <joel@OARcorp.com>
* 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