2002-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Add ada-tests.
This commit is contained in:
Ralf Corsepius
2002-08-28 14:16:18 +00:00
parent 40edeaef2a
commit a456af96f2
2 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2002-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add ada-tests.
2002-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add preinstall-stamp.

View File

@@ -110,6 +110,15 @@ AS_IF([test "$RTEMS_HAS_CPLUSPLUS" = "yes"],[
])
BSP_SUBDIRS="$BSP_SUBDIRS wrapup"
AC_ARG_ENABLE([ada],[enable building ada bindings])
AS_IF([test x"$enable_ada" = x"yes"],[
AS_IF([test -d ${srcdir}/ada-tests],[
AC_CONFIG_SUBDIRS([ada-tests])
BSP_SUBDIRS="$BSP_SUBDIRS ada-tests"
])
])
AC_CONFIG_SUBDIRS([tests])
BSP_SUBDIRS="$BSP_SUBDIRS tests"