Changeset 0864bf93 in rtems
- Timestamp:
- 10/25/00 17:05:50 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ec587823
- Parents:
- 3724b7f
- Location:
- c/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
r3724b7f r0864bf93 1 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.in: add librtems++ to the GNU canonicalized subdirectories. 4 1 5 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/configure.in
r3724b7f r0864bf93 56 56 57 57 if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then 58 cfg_subdirs2="$cfg_subdirs2librtems++";58 hst_subdirs="$hst_subdirs librtems++"; 59 59 fi 60 60 … … 64 64 AC_CONFIG_SUBDIRS($cfg_subdirs) 65 65 AC_SUBST(cfg_subdirs) 66 67 AC_CONFIG_SUBDIRS($cfg_subdirs2)68 AC_SUBST(cfg_subdirs2)69 66 70 67 AC_CONFIG_SUBDIRS(tests)
Note: See TracChangeset
for help on using the changeset viewer.