summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/configure.in5
2 files changed, 5 insertions, 4 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index e53b0ad1a9..671f9002ec 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,9 @@
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * configure.in: add librtems++ to the GNU canonicalized subdirectories.
+
+2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* configure.in: add libnetworking, librpc and librdb to the GNU
canonicalized subdirectories.
diff --git a/c/src/configure.in b/c/src/configure.in
index 0e68cd6e3f..44da082d7f 100644
--- a/c/src/configure.in
+++ b/c/src/configure.in
@@ -55,7 +55,7 @@ AM_CONDITIONAL(HAS_NETWORKING, test "$HAS_NETWORKING" = "yes" )
AM_CONDITIONAL(HAS_RDBG, test "$HAS_RDBG" = "yes" )
if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
- cfg_subdirs2="$cfg_subdirs2 librtems++";
+ hst_subdirs="$hst_subdirs librtems++";
fi
RTEMS_CONFIG_HOST_SUBDIRS($hst_subdirs)
@@ -64,9 +64,6 @@ AC_SUBST(hst_subdirs)
AC_CONFIG_SUBDIRS($cfg_subdirs)
AC_SUBST(cfg_subdirs)
-AC_CONFIG_SUBDIRS($cfg_subdirs2)
-AC_SUBST(cfg_subdirs2)
-
AC_CONFIG_SUBDIRS(tests)
RTEMS_PROJECT_ROOT