forked from Imagelibrary/rtems
2003-10-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Make presence of tests/ optional.
This commit is contained in:
@@ -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>
|
2003-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* aclocal/path-perl.m4: Remove (Unused).
|
* aclocal/path-perl.m4: Remove (Unused).
|
||||||
|
|||||||
@@ -166,8 +166,10 @@ AS_IF([test x"$enable_ada" = x"yes"],[
|
|||||||
])
|
])
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_CONFIG_SUBDIRS([tests])
|
AS_IF([test -d ${srcdir}/tests],[
|
||||||
BSP_SUBDIRS="$BSP_SUBDIRS tests"
|
AC_CONFIG_SUBDIRS([tests])
|
||||||
|
BSP_SUBDIRS="$BSP_SUBDIRS tests"
|
||||||
|
])
|
||||||
|
|
||||||
AC_SUBST([BSP_SUBDIRS],[$BSP_SUBDIRS])
|
AC_SUBST([BSP_SUBDIRS],[$BSP_SUBDIRS])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user