Changeset 4a7c0451 in rtems
- Timestamp:
- 01/22/98 22:46:55 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1d012410
- Parents:
- fdff6bf2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rfdff6bf2 r4a7c0451 1584 1584 fi 1585 1585 1586 RTEMS_ROOT= $srcdir1587 PROJECT_ROOT=`pwd `1586 RTEMS_ROOT=`cd $srcdir; pwd` 1587 PROJECT_ROOT=`pwd;` 1588 1588 1589 1589 # If RTEMS macros are enabled, then use them. Otherwise, use inlines. -
configure.in
rfdff6bf2 r4a7c0451 270 270 fi 271 271 272 RTEMS_ROOT= $srcdir273 PROJECT_ROOT=`pwd `272 RTEMS_ROOT=`cd $srcdir; pwd` 273 PROJECT_ROOT=`pwd;` 274 274 275 275 # If RTEMS macros are enabled, then use them. Otherwise, use inlines.
Note: See TracChangeset
for help on using the changeset viewer.