s/AC_HELP/AS_HELP/.

This commit is contained in:
Ralf Corsepius
2008-06-01 05:07:58 +00:00
parent 94e8e5912d
commit 7d10416b6f
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ dnl Stripped down version of autoconf-2.52's AC_ARG_VAR.
AC_DEFUN([_RTEMS_ARG_VAR],
[
m4_expand_once([m4_divert_once([HELP_VAR],
[AC_HELP_STRING([$1], [$2], [ ])])],
[AS_HELP_STRING([$1], [$2], [ ])])],
[$0($1)])dnl
])

View File

@@ -32,7 +32,7 @@ RTEMS_ENABLE_RTEMSBSP
RTEMS_ENABLE_MULTILIB
AC_ARG_ENABLE([docs],
[AC_HELP_STRING([--enable-docs],[enable building documentation
[AS_HELP_STRING([--enable-docs],[enable building documentation
(default:disabled)])])
## NOTES: