Changeset ac3786b in rtems
- Timestamp:
- Aug 29, 2003, 12:06:15 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 087a6c86
- Parents:
- 1e9fbb5c
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
aclocal/rtems-top.m4
r1e9fbb5c rac3786b 1 1 dnl $Id$ 2 3 m4_define([RTEMS_API],[4.7]) 2 4 3 5 dnl … … 13 15 AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl 14 16 15 AC_PREFIX_DEFAULT([/opt/rtems ])17 AC_PREFIX_DEFAULT([/opt/rtems-][RTEMS_API]) 16 18 17 19 ## HACK to allow gnu-make conditionals in automake-Makefiles. -
c/src/ChangeLog
r1e9fbb5c rac3786b 1 2003-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * aclocal/rtems-top.m4: Add RTEMS_API. 4 AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]). 5 1 6 2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/aclocal/rtems-top.m4
r1e9fbb5c rac3786b 1 1 dnl $Id$ 2 3 m4_define([RTEMS_API],[4.7]) 2 4 3 5 dnl … … 13 15 AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl 14 16 15 AC_PREFIX_DEFAULT([/opt/rtems ])17 AC_PREFIX_DEFAULT([/opt/rtems-][RTEMS_API]) 16 18 17 19 ## HACK to allow gnu-make conditionals in automake-Makefiles. -
c/src/tests/ChangeLog
r1e9fbb5c rac3786b 1 2003-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * aclocal/rtems-top.m4: Add RTEMS_API. 4 AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]). 5 1 6 2003-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/tests/aclocal/rtems-top.m4
r1e9fbb5c rac3786b 1 1 dnl $Id$ 2 3 m4_define([RTEMS_API],[4.7]) 2 4 3 5 dnl … … 13 15 AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl 14 16 15 AC_PREFIX_DEFAULT([/opt/rtems ])17 AC_PREFIX_DEFAULT([/opt/rtems-][RTEMS_API]) 16 18 17 19 ## HACK to allow gnu-make conditionals in automake-Makefiles. -
cpukit/ChangeLog
r1e9fbb5c rac3786b 1 2003-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * aclocal/rtems-top.m4: Add RTEMS_API. 4 AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]). 5 1 6 2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
cpukit/aclocal/rtems-top.m4
r1e9fbb5c rac3786b 1 1 dnl $Id$ 2 3 m4_define([RTEMS_API],[4.7]) 2 4 3 5 dnl … … 13 15 AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl 14 16 15 AC_PREFIX_DEFAULT([/opt/rtems ])17 AC_PREFIX_DEFAULT([/opt/rtems-][RTEMS_API]) 16 18 17 19 ## HACK to allow gnu-make conditionals in automake-Makefiles. -
testsuites/ChangeLog
r1e9fbb5c rac3786b 1 2003-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * aclocal/rtems-top.m4: Add RTEMS_API. 4 AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]). 5 1 6 2003-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
testsuites/aclocal/rtems-top.m4
r1e9fbb5c rac3786b 1 1 dnl $Id$ 2 3 m4_define([RTEMS_API],[4.7]) 2 4 3 5 dnl … … 13 15 AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl 14 16 15 AC_PREFIX_DEFAULT([/opt/rtems ])17 AC_PREFIX_DEFAULT([/opt/rtems-][RTEMS_API]) 16 18 17 19 ## HACK to allow gnu-make conditionals in automake-Makefiles.
Note: See TracChangeset
for help on using the changeset viewer.