4.104.114.84.95
Last change
on this file since dcfba35 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
|
Rev | Line | |
---|
[ed8ec1c] | 1 | dnl $Id$ |
---|
| 2 | |
---|
| 3 | AC_DEFUN(RTEMS_ENABLE_INLINES, |
---|
| 4 | [AC_ARG_ENABLE(rtems-inlines, |
---|
| 5 | AC_HELP_STRING([--enable-rtems-inlines],[enable RTEMS inline functions (default:enabled, disable to use macros)]), |
---|
| 6 | [case "${enableval}" in |
---|
[dcfba35] | 7 | yes) enable_rtems_inlines=yes ;; |
---|
| 8 | no) enable_rtems_inlines=no ;; |
---|
| 9 | *) AC_MSG_ERROR(bad value ${enableval} for enable-rtems-inlines option) ;; |
---|
| 10 | esac],[enable_rtems_inlines=yes]) |
---|
[ed8ec1c] | 11 | ]) |
---|
Note: See
TracBrowser
for help on using the repository browser.