source: rtems/c/src/aclocal/enable-rtemsbsp.m4 @ a03c1ab

4.104.114.84.95
Last change on this file since a03c1ab was 3025a4a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/12/04 at 16:56:47

2004-02-12 Ralf Corsepius <corsepiu@…>

  • 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.
  • Property mode set to 100644
File size: 452 bytes
Line 
1dnl $Id$
2
3dnl Override the set of BSPs to be built.
4dnl used by the toplevel configure script
5dnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp_list)
6AC_DEFUN([RTEMS_ENABLE_RTEMSBSP],
7[
8AC_BEFORE([$0], [RTEMS_ENV_RTEMSBSP])
9AC_ARG_ENABLE(rtemsbsp,
10[AS_HELP_STRING(--enable-rtemsbsp="bsp1 bsp2 ..",BSPs to include in build)],
11[case "${enableval}" in
12  yes|no) AC_MSG_ERROR([missing argument to --enable-rtemsbsp="bsp1 bsp2"]);;
13  *) $1=$enableval;;
14esac],[$1=""])
15])
Note: See TracBrowser for help on using the repository browser.