Changeset 45269dc in rtems for c/src/lib/configure.in


Ignore:
Timestamp:
10/11/99 15:34:26 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
87fad5c
Parents:
8ab8646
Message:

Patch from Ralf Corsepius <corsepiu@…> to move librdbg
to its own top level package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/configure.in

    r8ab8646 r45269dc  
    4444AC_CONFIG_SUBDIRS(libbsp)
    4545
    46 # If the TCP/IP stack is enabled, then find all TCP/IP Makefiles
    47 if test "$HAS_NETWORKING" = "yes"; then
    48   if test "$RTEMS_HAS_RDBG" = "yes"; then
    49     RTEMS_CHECK_RDBG(RTEMS_BSP)
    50   fi
    51 fi
    52 
    53 if test "$HAS_RDBG" = "yes"; then
    54   cfg_subdirs="$cfg_subdirs librdbg"
    55 fi
    56 
    57 # If the HWAPI is enabled, the find the HWAPI Makefiles
    5846RTEMS_ENABLE_HWAPI
    5947if test "$RTEMS_HAS_HWAPI" = "yes"; then
     
    7866AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
    7967AM_CONDITIONAL(HAS_LIBCHIP,test "$RTEMS_CPU" != "unix")
    80 AM_CONDITIONAL(HAS_RDBG,test "$HAS_RDBG" = "yes")
    8168
    8269AC_CONFIG_SUBDIRS(libmisc)
     
    9481include/motorola/Makefile
    9582include/zilog/Makefile
    96 include/rdbg/Makefile
    97 include/rdbg/i386/Makefile
    98 include/rdbg/powerpc/Makefile
    9983libc/Makefile
    10084start/Makefile)
Note: See TracChangeset for help on using the changeset viewer.