summaryrefslogtreecommitdiffstats
path: root/aclocal/bsp-arg-enable.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal/bsp-arg-enable.m4')
-rw-r--r--aclocal/bsp-arg-enable.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/aclocal/bsp-arg-enable.m4 b/aclocal/bsp-arg-enable.m4
index 53ea4845de..91972a5303 100644
--- a/aclocal/bsp-arg-enable.m4
+++ b/aclocal/bsp-arg-enable.m4
@@ -2,12 +2,12 @@ dnl $Id$
dnl
dnl RTEMS_BSP_ARG_ENABLE(FEATURE, HELP-STRING, ACTION-IF-TRUE [, ACTION-IF-FALSE])
dnl
-dnl Accept --enable-FEATURE=<RTEMS_BSP>:<value> and --enable-FEATURE=<value>
-dnl in BSP-configure scripts.
+dnl Accept --enable-FEATURE=<RTEMS_BSP>:<bsp-value> and
+dnl --enable-FEATURE=<value> in BSP-configure scripts.
dnl
-dnl Configure scripts will receive <value> if <RTEMS_BSP> matches the actual
-dnl value of the shell variable RTEMS_BSP (cf. RTEMS_ENV_RTEMSBSP), and
-dnl <RTEMS_BSP>:<value>.
+dnl Configure scripts will receive <bsp-value> if <RTEMS_BSP> matches the
+dnl actual value of the shell variable RTEMS_BSP (cf. RTEMS_ENV_RTEMSBSP),
+dnl and the raw value passed to --enable-FEATURE otherwise.
dnl
AC_DEFUN(RTEMS_BSP_ARG_ENABLE,
[AC_REQUIRE([RTEMS_ENV_RTEMSBSP])