2005-05-23 Ralf Corsepius <ralf.corsepius@rtems.org>

* configure.ac: Add ada/.
This commit is contained in:
Ralf Corsepius
2005-05-23 13:16:14 +00:00
parent 33e9ef06a5
commit aea8e66bce
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2005-05-23 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Add ada/.
2005-05-20 Sergei Organov <osv@topconrd.ru>
PR 750/networking

View File

@@ -162,6 +162,7 @@ AS_IF([test "$RTEMS_HAS_CPLUSPLUS" = "yes"],[
])
BSP_SUBDIRS="$BSP_SUBDIRS support"
BSP_SUBDIRS="$BSP_SUBDIRS ada"
BSP_SUBDIRS="$BSP_SUBDIRS wrapup"
AC_ARG_ENABLE([ada],
@@ -225,6 +226,9 @@ AM_CONDITIONAL([RPCTOOLS],[test "$RPCGEN" = rpcgen \
&& test -n "$AWK" \
&& test "$enable_rpcgen" = yes])
AM_CONDITIONAL(RTEMS_ADA,[test x"$enable_ada" = x"yes" \
&& test x"$rtems_cv_HAS_POSIX_API" = x"yes"])
RTEMS_PROJECT_ROOT
AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
@@ -256,6 +260,8 @@ lib/libcpu/Makefile
lib/libbsp/Makefile
ada/Makefile
wrapup/Makefile
])