2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Fix --enable-rtemsbsp= handling.
This commit is contained in:
Ralf Corsepius
2002-10-21 13:10:06 +00:00
parent 352288b7b1
commit 45789f2bb2
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Fix --enable-rtemsbsp= handling.
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.

View File

@@ -59,7 +59,7 @@ done
_RTEMS_ADJUST_SRCDIR([rtems_bsp_configure],[src])
rtems_bsp_configure="$rtems_bsp_configure/configure"
RTEMS_CONFIGURE_ARGS_QUOTE([rtems_bsp_configure_args],
[--enable-rtemsbsp=* | --enable-rtemsbsp=* ) ;;])
[-enable-rtemsbsp=* | --enable-rtemsbsp=* ) ;;])
rtems_bsp_configure="$rtems_bsp_configure $rtems_bsp_configure_args"
AC_SUBST(rtems_bsp_configure)