summaryrefslogtreecommitdiffstats
path: root/c/src/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-25 17:05:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-25 17:05:50 +0000
commit0864bf938ab45792c941348c097fbbad73896316 (patch)
tree668ba5b21d9107571247d53d036cc40ac072f293 /c/src/configure.in
parent2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-0864bf938ab45792c941348c097fbbad73896316.tar.bz2
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: add librtems++ to the GNU canonicalized subdirectories.
Diffstat (limited to 'c/src/configure.in')
-rw-r--r--c/src/configure.in5
1 files changed, 1 insertions, 4 deletions
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