2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.in: add librtems++ to the GNU canonicalized subdirectories.
This commit is contained in:
Joel Sherrill
2000-10-25 17:05:50 +00:00
parent 3724b7f7cb
commit 0864bf938a
2 changed files with 5 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
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

View File

@@ -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