mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 13:15:54 +08:00
2002-10-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR (autoconf > 2.54 complains about).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-10-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
|
||||
(autoconf > 2.54 complains about).
|
||||
|
||||
2002-10-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* VERSION: Updated to rtems-20021021-test.
|
||||
|
||||
@@ -10,7 +10,7 @@ AC_ARG_ENABLE(rtemsbsp,
|
||||
AC_HELP_STRING([--enable-rtemsbsp="bsp1 bsp2 .."],
|
||||
[BSPs to include in build]),
|
||||
[case "${enableval}" in
|
||||
yes|no) AC_MSG_ERROR([missing argument to --enable-rtemsbsp=\"bsp1 bsp2\"]);;
|
||||
yes|no) AC_MSG_ERROR([missing argument to --enable-rtemsbsp="bsp1 bsp2"]);;
|
||||
*) $1=$enableval;;
|
||||
esac],[$1=""])
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user