From 0864bf938ab45792c941348c097fbbad73896316 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 25 Oct 2000 17:05:50 +0000 Subject: 2000-10-25 Ralf Corsepius * configure.in: add librtems++ to the GNU canonicalized subdirectories. --- c/src/configure.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'c/src/configure.in') 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 -- cgit v1.2.3