2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* aclocal/bspopts.m4: Use AS_HELP_STRING.
	* aclocal/bsp-configure.m4: Require autoconf-2.59.
	Use AC_CONFIG_HEADERS.
	* aclocal/check-custom-bsp.m4: Add bspkit-support.
	* aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
This commit is contained in:
Ralf Corsepius
2004-02-12 16:56:47 +00:00
parent 717a34e944
commit 3025a4aae5
5 changed files with 33 additions and 12 deletions

View File

@@ -7,8 +7,7 @@ AC_DEFUN([RTEMS_ENABLE_RTEMSBSP],
[
AC_BEFORE([$0], [RTEMS_ENV_RTEMSBSP])
AC_ARG_ENABLE(rtemsbsp,
[AC_HELP_STRING([--enable-rtemsbsp="bsp1 bsp2 .."],
[BSPs to include in build])],
[AS_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"]);;
*) $1=$enableval;;