From 2e0fd4273d942d48194c27530a67cd5323c80812 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 2 Nov 2000 15:44:04 +0000 Subject: 2000-11-02 Ralf Corsepius * aclocal/*: Replace with contents of macros/*.m4 * macros/: Remove. * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove. * Makefile.am: Reflect changes to aclocal/ and macros/. --- macros/rtems-debug.m4 | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 macros/rtems-debug.m4 (limited to 'macros/rtems-debug.m4') diff --git a/macros/rtems-debug.m4 b/macros/rtems-debug.m4 deleted file mode 100644 index d895b921b0..0000000000 --- a/macros/rtems-debug.m4 +++ /dev/null @@ -1,21 +0,0 @@ -## $Id$ - -AC_DEFUN(RTEMS_ENABLE_RTEMS_DEBUG, -[ -AC_ARG_ENABLE(rtems-debug, -[ --disable-rtems-debug disable RTEMS_DEBUG], -[case "${enableval}" in - yes) RTEMS_DEBUG=yes ;; - no) RTEMS_DEBUG=no ;; - *) AC_MSG_ERROR([bad value ${enableval} for RTEMS_DEBUG]) ;; -esac],[RTEMS_DEBUG=no]) -]) - -AC_DEFUN(RTEMS_CHECK_RTEMS_DEBUG, -[AC_REQUIRE([RTEMS_ENABLE_RTEMS_DEBUG]) -if test x"${RTEMS_DEBUG}" = x"yes"; -then - AC_DEFINE_UNQUOTED(RTEMS_DEBUG,1,[if RTEMS_DEBUG is enabled]) -fi -]) - -- cgit v1.2.3