forked from Imagelibrary/rtems
2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Reflect having moved tests to ../../testsuites.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Reflect having moved tests to ../../testsuites.
|
||||
|
||||
2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* aclocal/bsp-configure.m4: AC_PREREQ(2.57).
|
||||
|
||||
@@ -174,9 +174,11 @@ AS_IF([test x"$enable_ada" = x"yes"],[
|
||||
])
|
||||
])
|
||||
|
||||
AS_IF([test -d ${srcdir}/tests],[
|
||||
AC_CONFIG_SUBDIRS([tests])
|
||||
BSP_SUBDIRS="$BSP_SUBDIRS tests"
|
||||
AS_IF([test -d ${srcdir}/../../testsuites],[
|
||||
RTEMS_CONFIG_SUBDIR([testsuites],[../../testsuites],
|
||||
['--with-project-root=../../' '--enable-rtemsbsp=$RTEMS_BSP'
|
||||
])
|
||||
BSP_SUBDIRS="$BSP_SUBDIRS testsuites"
|
||||
])
|
||||
|
||||
AC_SUBST([BSP_SUBDIRS],[$BSP_SUBDIRS])
|
||||
|
||||
Reference in New Issue
Block a user