Changeset e05468fb in rtems for aclocal/enable-inlines.m4
- Timestamp:
- 11/06/02 11:16:52 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 54508fd
- Parents:
- 8ecc042a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
aclocal/enable-inlines.m4
r8ecc042a re05468fb 12 12 AC_SUBST(RTEMS_USE_MACROS)dnl 13 13 14 if test x"${RTEMS_USE_MACROS}" = x"yes"; 15 then 16 AC_DEFINE_UNQUOTED(USE_MACROS,1,[if using macros]) 17 else 18 AC_DEFINE_UNQUOTED(USE_INLINES,1,[if using inlines]) 19 fi 20 21 14 AS_IF([test x"${RTEMS_USE_MACROS}" = x"yes"], 15 [AC_DEFINE_UNQUOTED(USE_MACROS,1,[if using macros])], 16 [AC_DEFINE_UNQUOTED(USE_INLINES,1,[if using inlines])]) 22 17 ])
Note: See TracChangeset
for help on using the changeset viewer.