2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.in: Apply _RTEMS_ADJUST_SRCDIR.
This commit is contained in:
Joel Sherrill
2001-02-05 18:40:31 +00:00
parent 8887f8cd6d
commit eab41f6345
2 changed files with 6 additions and 4 deletions

View File

@@ -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> 2000-12-14 Joel Sherrill <joel@OARcorp.com>
* TESTED: Added comment on 68en302 now that there is a network driver. * TESTED: Added comment on 68en302 now that there is a network driver.

View File

@@ -56,10 +56,8 @@ done
## ##
## Adjust paths ## Adjust paths
case $srcdir in _RTEMS_ADJUST_SRCDIR([rtems_bsp_configure],[src])
/*) rtems_bsp_configure="$srcdir/src/configure";; rtems_bsp_configure="$rtems_bsp_configure/configure"
*) rtems_bsp_configure="../$srcdir/src/configure";;
esac
## Remove --cache-file, --srcdir and --enable-rtemsbsp arguments ## Remove --cache-file, --srcdir and --enable-rtemsbsp arguments
## so they do not pile up ## so they do not pile up