summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/enable-multiprocessing.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-02 18:13:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-02 18:13:10 +0000
commit477180fa73f85c3d891356a36b65c50b2f878f78 (patch)
tree8d6d15dd0f4665e9f20087a38f4bd9d5eaced79a /c/src/aclocal/enable-multiprocessing.m4
parent2004-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-477180fa73f85c3d891356a36b65c50b2f878f78.tar.bz2
2004-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP). Add AM_CONDITIONAL(HAS_MP). * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel. * configure.ac: Remove AM_CONDITIONAL(HAS_MP). * aclocal/enable-cxx.m4, aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4, aclocal/enable-posix.m4, aclocal/enable-rdbg.m4, aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING (Deprecated by autoconf 2.59).
Diffstat (limited to 'c/src/aclocal/enable-multiprocessing.m4')
-rw-r--r--c/src/aclocal/enable-multiprocessing.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/aclocal/enable-multiprocessing.m4 b/c/src/aclocal/enable-multiprocessing.m4
index 3d5c8f81b7..34a0caa001 100644
--- a/c/src/aclocal/enable-multiprocessing.m4
+++ b/c/src/aclocal/enable-multiprocessing.m4
@@ -3,8 +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) ;;