mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 01:37:56 +08:00
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: add libnetworking, librpc and librdb to the GNU canonicalized subdirectories.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: add libnetworking, librpc and librdb to the GNU
|
||||
canonicalized subdirectories.
|
||||
|
||||
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: add libmisc and libchip to the GNU canonicalized
|
||||
|
||||
+2
-2
@@ -42,14 +42,14 @@ hst_subdirs="$hst_subdirs libchip"
|
||||
fi
|
||||
|
||||
if test "$HAS_NETWORKING" = "yes"; then
|
||||
cfg_subdirs2="$cfg_subdirs2 libnetworking librpc"
|
||||
hst_subdirs="$hst_subdirs libnetworking librpc"
|
||||
if test "$RTEMS_HAS_RDBG" = "yes"; then
|
||||
RTEMS_CHECK_RDBG(RTEMS_BSP)
|
||||
fi
|
||||
fi
|
||||
|
||||
if test "$HAS_RDBG" = "yes"; then
|
||||
cfg_subdirs2="$cfg_subdirs2 librdbg"
|
||||
hst_subdirs="$hst_subdirs librdbg"
|
||||
fi
|
||||
AM_CONDITIONAL(HAS_NETWORKING, test "$HAS_NETWORKING" = "yes" )
|
||||
AM_CONDITIONAL(HAS_RDBG, test "$HAS_RDBG" = "yes" )
|
||||
|
||||
Reference in New Issue
Block a user