Changeset 3724b7f in rtems
- Timestamp:
- 10/25/00 17:04:13 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0864bf93
- Parents:
- 2735b82
- Location:
- c/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
r2735b82 r3724b7f 1 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.in: add libnetworking, librpc and librdb to the GNU 4 canonicalized subdirectories. 5 1 6 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/configure.in
r2735b82 r3724b7f 43 43 44 44 if test "$HAS_NETWORKING" = "yes"; then 45 cfg_subdirs2="$cfg_subdirs2libnetworking librpc"45 hst_subdirs="$hst_subdirs libnetworking librpc" 46 46 if test "$RTEMS_HAS_RDBG" = "yes"; then 47 47 RTEMS_CHECK_RDBG(RTEMS_BSP) … … 50 50 51 51 if test "$HAS_RDBG" = "yes"; then 52 cfg_subdirs2="$cfg_subdirs2librdbg"52 hst_subdirs="$hst_subdirs librdbg" 53 53 fi 54 54 AM_CONDITIONAL(HAS_NETWORKING, test "$HAS_NETWORKING" = "yes" )
Note: See TracChangeset
for help on using the changeset viewer.