From 477180fa73f85c3d891356a36b65c50b2f878f78 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 2 Feb 2004 18:13:10 +0000 Subject: 2004-02-02 Ralf Corsepius * 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). --- c/src/aclocal/enable-cxx.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'c/src/aclocal/enable-cxx.m4') diff --git a/c/src/aclocal/enable-cxx.m4 b/c/src/aclocal/enable-cxx.m4 index eb46663381..08cb5d4191 100644 --- a/c/src/aclocal/enable-cxx.m4 +++ b/c/src/aclocal/enable-cxx.m4 @@ -3,8 +3,7 @@ dnl $Id$ AC_DEFUN([RTEMS_ENABLE_CXX], [ AC_ARG_ENABLE(cxx, -[AC_HELP_STRING([--enable-cxx], -[enable C++ support and build the rtems++ library])], +[AS_HELP_STRING(--enable-cxx,enable C++ support and build the rtems++ library)], [case "${enable_cxx}" in yes) RTEMS_HAS_CPLUSPLUS=yes ;; no) RTEMS_HAS_CPLUSPLUS=no ;; -- cgit v1.2.3