summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/enable-inlines.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-11 02:30:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-11 02:30:12 +0000
commit35d9b418a25f096eebcf01e84e4369103b885126 (patch)
tree186f22b095f8a03cadb5e7dfbed4e3ab7d8dd6e7 /cpukit/aclocal/enable-inlines.m4
parent2004-01-09 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-35d9b418a25f096eebcf01e84e4369103b885126.tar.bz2
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac, aclocal/enable-bare.m4, aclocal/enable-inlines.m4, aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4, aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4, aclocal/multi.m4, aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING (deprecated in autoconf-2.59) * automake/local.am: Remove clean-local, depend-gcc.
Diffstat (limited to 'cpukit/aclocal/enable-inlines.m4')
-rw-r--r--cpukit/aclocal/enable-inlines.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/aclocal/enable-inlines.m4 b/cpukit/aclocal/enable-inlines.m4
index 9852005e06..2c79538dce 100644
--- a/cpukit/aclocal/enable-inlines.m4
+++ b/cpukit/aclocal/enable-inlines.m4
@@ -2,7 +2,7 @@ dnl $Id$
AC_DEFUN([RTEMS_ENABLE_INLINES],
[AC_ARG_ENABLE(rtems-inlines,
-AC_HELP_STRING([--enable-rtems-inlines],[enable RTEMS inline functions (default:enabled, disable to use macros)]),
+AS_HELP_STRING(--enable-rtems-inlines,enable RTEMS inline functions (default:enabled, disable to use macros)),
[case "${enableval}" in
yes) enable_rtems_inlines=yes ;;
no) enable_rtems_inlines=no ;;