From a456af96f29b45d860dd6530ae42ed807287573b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 28 Aug 2002 14:16:18 +0000 Subject: 2002-08-28 Ralf Corsepius * configure.ac: Add ada-tests. --- c/src/ChangeLog | 4 ++++ c/src/configure.ac | 9 +++++++++ 2 files changed, 13 insertions(+) (limited to 'c') diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 952c7cb733..8cc2f18cb8 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,7 @@ +2002-08-28 Ralf Corsepius + + * configure.ac: Add ada-tests. + 2002-08-21 Ralf Corsepius * Makefile.am: Add preinstall-stamp. diff --git a/c/src/configure.ac b/c/src/configure.ac index 20f454ac27..58b0afad59 100644 --- a/c/src/configure.ac +++ b/c/src/configure.ac @@ -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" -- cgit v1.2.3