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:
Ralf Corsepius
2002-10-28 17:56:41 +00:00
parent d6a859195c
commit 1da0c52081
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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.
+1 -1
View File
@@ -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=""])
])