From 35d9b418a25f096eebcf01e84e4369103b885126 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 11 Jan 2004 02:30:12 +0000 Subject: 2004-01-11 Ralf Corsepius * 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. --- cpukit/aclocal/enable-multiprocessing.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/aclocal/enable-multiprocessing.m4') diff --git a/cpukit/aclocal/enable-multiprocessing.m4 b/cpukit/aclocal/enable-multiprocessing.m4 index 13807b4a34..f664800e40 100644 --- a/cpukit/aclocal/enable-multiprocessing.m4 +++ b/cpukit/aclocal/enable-multiprocessing.m4 @@ -3,7 +3,7 @@ dnl $Id$ AC_DEFUN([RTEMS_ENABLE_MULTIPROCESSING], [ AC_ARG_ENABLE(multiprocessing, -AC_HELP_STRING([--enable-multiprocessing],[enable multiprocessing interface]), +AS_HELP_STRING(--enable-multiprocessing,enable multiprocessing interface), [case "${enable_multiprocessing}" in yes) ;; no) ;; -- cgit v1.2.3