2003-10-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Make presence of tests/ optional.
This commit is contained in:
Ralf Corsepius
2003-10-19 13:41:08 +00:00
parent 8857d52553
commit 003888531f
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2003-10-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Make presence of tests/ optional.
2003-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/path-perl.m4: Remove (Unused).

View File

@@ -166,8 +166,10 @@ AS_IF([test x"$enable_ada" = x"yes"],[
])
])
AC_CONFIG_SUBDIRS([tests])
BSP_SUBDIRS="$BSP_SUBDIRS tests"
AS_IF([test -d ${srcdir}/tests],[
AC_CONFIG_SUBDIRS([tests])
BSP_SUBDIRS="$BSP_SUBDIRS tests"
])
AC_SUBST([BSP_SUBDIRS],[$BSP_SUBDIRS])