Changeset e3407a4 in rtems
- Timestamp:
- 11/30/03 07:02:49 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7d0eba02
- Parents:
- c9cb640e
- Location:
- cpukit
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
rc9cb640e re3407a4 1 2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * aclocal/lead-dot.m4: New (from automake-1.7f). 4 * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. 5 Add AC_SUBST(dirstamp). 6 1 7 2003-11-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
cpukit/aclocal/rtems-top.m4
rc9cb640e re3407a4 11 11 [dnl 12 12 AC_REQUIRE([RTEMS_VERSIONING]) 13 AC_REQUIRE([AM_SET_LEADING_DOT]) 13 14 AC_CONFIG_AUX_DIR([$1]) 14 15 AC_CHECK_PROGS(MAKE, gmake make) … … 46 47 [AC_MSG_ERROR([Unable to find ${RTEMS_TOPdir}/cpukit/aclocal/version.m4])]) 47 48 AC_MSG_RESULT([_RTEMS_VERSION]) 49 50 AC_SUBST([dirstamp],[\${am__leading_dot}dirstamp]) 48 51 ])dnl
Note: See TracChangeset
for help on using the changeset viewer.