summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-25 17:04:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-25 17:04:13 +0000
commit3724b7f7cb121536b146107073d96df3f8239d28 (patch)
tree80c138f5d324dc153e1fed79241c8562a29ddc6a
parent2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-3724b7f7cb121536b146107073d96df3f8239d28.tar.bz2
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: add libnetworking, librpc and librdb to the GNU canonicalized subdirectories.
-rw-r--r--c/src/ChangeLog5
-rw-r--r--c/src/configure.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 19ddc860ff..e53b0ad1a9 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,10 @@
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
subdirectories.
diff --git a/c/src/configure.in b/c/src/configure.in
index 3f2dec5b49..0e68cd6e3f 100644
--- a/c/src/configure.in
+++ b/c/src/configure.in
@@ -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" )