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/enable-inlines.m4 | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 macros/enable-inlines.m4 (limited to 'macros/enable-inlines.m4') diff --git a/macros/enable-inlines.m4 b/macros/enable-inlines.m4 deleted file mode 100644 index 259697f825..0000000000 --- a/macros/enable-inlines.m4 +++ /dev/null @@ -1,22 +0,0 @@ -dnl $Id$ - -AC_DEFUN(RTEMS_ENABLE_INLINES, -[AC_ARG_ENABLE(rtems-inlines, -[ --enable-rtems-inlines enable RTEMS inline functions] -[ (default:enabled, disable to use macros)], -[case "${enableval}" in - yes) RTEMS_USE_MACROS=no ;; - no) RTEMS_USE_MACROS=yes ;; - *) AC_MSG_ERROR(bad value ${enableval} for disable-rtems-inlines option) ;; -esac],[RTEMS_USE_MACROS=no]) -AC_SUBST(RTEMS_USE_MACROS)dnl - -if test x"${RTEMS_USE_MACROS}" = x"yes"; -then - AC_DEFINE_UNQUOTED(USE_MACROS,1,[if using macros]) -else - AC_DEFINE_UNQUOTED(USE_INLINES,1,[if using inlines]) -fi - - -]) -- cgit v1.2.3