summaryrefslogtreecommitdiffstats
path: root/aclocal/enable-rtemsbsp.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-21 14:20:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-21 14:20:50 +0000
commitb50b3c841a33be741f99b2ad0ce76d03bf4079bc (patch)
tree50ff350929c3457fd828295acdeab8ac8462ace4 /aclocal/enable-rtemsbsp.m4
parent2001-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b50b3c841a33be741f99b2ad0ce76d03bf4079bc.tar.bz2
2001-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in TARGET_CONFIG_SUBDIRS. * aclocal/enable-bsp.m4: fix quoting. * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
Diffstat (limited to '')
-rw-r--r--aclocal/enable-rtemsbsp.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/enable-rtemsbsp.m4 b/aclocal/enable-rtemsbsp.m4
index d4057d0b7e..173c27cc62 100644
--- a/aclocal/enable-rtemsbsp.m4
+++ b/aclocal/enable-rtemsbsp.m4
@@ -7,7 +7,7 @@ AC_DEFUN(RTEMS_ENABLE_RTEMSBSP,
[
AC_BEFORE([$0], [RTEMS_ENV_RTEMSBSP])dnl
AC_ARG_ENABLE(rtemsbsp,
-[ --enable-rtemsbsp=bsp1 bsp2 .. BSPs to include in build],
+[ --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;;