summaryrefslogtreecommitdiffstats
path: root/aclocal/enable-rtems-debug.m4
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 /aclocal/enable-rtems-debug.m4
parent2008-02-20 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-72896de5849e915058d8daad7d1316e48b270b98.tar.bz2
s/AC_HELP/AS_HELP/.
Diffstat (limited to 'aclocal/enable-rtems-debug.m4')
-rw-r--r--aclocal/enable-rtems-debug.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/enable-rtems-debug.m4 b/aclocal/enable-rtems-debug.m4
index 2f03a837b6..1edcea0a59 100644
--- a/aclocal/enable-rtems-debug.m4
+++ b/aclocal/enable-rtems-debug.m4
@@ -3,7 +3,7 @@
AC_DEFUN([RTEMS_ENABLE_RTEMS_DEBUG],
[
AC_ARG_ENABLE(rtems-debug,
-AC_HELP_STRING([--enable-rtems-debug],[enable RTEMS_DEBUG]),
+AS_HELP_STRING([--enable-rtems-debug],[enable RTEMS_DEBUG]),
[case "${enable_rtems_debug}" in
yes) enable_rtems_debug=yes ;;
no) enable_rtems_debug=no ;;