4.104.114.84.95
Last change
on this file since 3025a4a 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 | |
---|
1 | dnl $Id$ |
---|
2 | |
---|
3 | dnl Override the set of BSPs to be built. |
---|
4 | dnl used by the toplevel configure script |
---|
5 | dnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp_list) |
---|
6 | AC_DEFUN([RTEMS_ENABLE_RTEMSBSP], |
---|
7 | [ |
---|
8 | AC_BEFORE([$0], [RTEMS_ENV_RTEMSBSP]) |
---|
9 | AC_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;; |
---|
14 | esac],[$1=""]) |
---|
15 | ]) |
---|
Note: See
TracBrowser
for help on using the repository browser.