Changeset 120e9fb in rtems
- Timestamp:
- Dec 9, 2002, 6:49:38 AM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f117cafc
- Parents:
- 1fd4e20
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r1fd4e20 r120e9fb 1 2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Add AC_SUBST(INLINEdir). 4 1 5 2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/configure.ac
r1fd4e20 r120e9fb 43 43 [INLINEdir="macros"], 44 44 [INLINEdir="inline"]) 45 45 AC_SUBST(INLINEdir) 46 46 AM_CONDITIONAL(INLINE,test x"$INLINEdir" = x"inline" ) 47 47 AM_CONDITIONAL(MACROS,test x"$INLINEdir" = x"macros" )
Note: See TracChangeset
for help on using the changeset viewer.