Changeset a456af96 in rtems


Ignore:
Timestamp:
08/28/02 14:16:18 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b29709d
Parents:
40edeae
Message:

2002-08-28 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add ada-tests.
Location:
c/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/ChangeLog

    r40edeae ra456af96  
     12002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add ada-tests.
     4
    152002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/configure.ac

    r40edeae ra456af96  
    111111
    112112BSP_SUBDIRS="$BSP_SUBDIRS wrapup"
     113
     114AC_ARG_ENABLE([ada],[enable building ada bindings])
     115AS_IF([test x"$enable_ada" = x"yes"],[
     116  AS_IF([test -d ${srcdir}/ada-tests],[
     117    AC_CONFIG_SUBDIRS([ada-tests])
     118    BSP_SUBDIRS="$BSP_SUBDIRS ada-tests"
     119  ])
     120])
     121
    113122AC_CONFIG_SUBDIRS([tests])
    114123BSP_SUBDIRS="$BSP_SUBDIRS tests"
Note: See TracChangeset for help on using the changeset viewer.