source: rtems/cpukit/aclocal/enable-inlines.m4 @ 2f6c188

4.104.114.84.95
Last change on this file since 2f6c188 was dcfba35, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/24/03 at 09:57:09

2003-11-24 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use RTEMS_INLINES instead of USE_INLINES. Elimimate INLINESdir.
  • aclocal/enable-inlines.m4: Ditto. Remove RTEMS_USE_MACROS.
  • .cvsignore: Add config.h.in.
  • Property mode set to 100644
File size: 393 bytes
Line 
1dnl $Id$
2
3AC_DEFUN(RTEMS_ENABLE_INLINES,
4[AC_ARG_ENABLE(rtems-inlines,
5AC_HELP_STRING([--enable-rtems-inlines],[enable RTEMS inline functions (default:enabled, disable to use macros)]),
6[case "${enableval}" in
7  yes) enable_rtems_inlines=yes ;;
8  no) enable_rtems_inlines=no ;;
9  *)  AC_MSG_ERROR(bad value ${enableval} for enable-rtems-inlines option) ;;
10esac],[enable_rtems_inlines=yes])
11])
Note: See TracBrowser for help on using the repository browser.