summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-02-20 13:09:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-02-20 13:09:29 +0000
commit72896de5849e915058d8daad7d1316e48b270b98 (patch)
tree108c8b3c73bfcae3b6917d8009fa2127d3b981de /testsuites/aclocal
parent2008-02-20 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-72896de5849e915058d8daad7d1316e48b270b98.tar.bz2
s/AC_HELP/AS_HELP/.
Diffstat (limited to 'testsuites/aclocal')
-rw-r--r--testsuites/aclocal/enable-rtemsbsp.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/aclocal/enable-rtemsbsp.m4 b/testsuites/aclocal/enable-rtemsbsp.m4
index 2bf0310ade..ba57aa5b41 100644
--- a/testsuites/aclocal/enable-rtemsbsp.m4
+++ b/testsuites/aclocal/enable-rtemsbsp.m4
@@ -7,7 +7,7 @@ AC_DEFUN([RTEMS_ENABLE_RTEMSBSP],
[
AC_BEFORE([$0], [RTEMS_ENV_RTEMSBSP])
AC_ARG_ENABLE(rtemsbsp,
-[AC_HELP_STRING([--enable-rtemsbsp="bsp1 bsp2 .."],
+[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"]);;