summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal/check-custom-bsp.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-25 10:36:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-25 10:36:41 +0000
commitd04abc83d94dbc2a948910eed6fa520f3e19d90c (patch)
treebff51958ac48a5f282c7fb32814cbf98d02acfc9 /testsuites/aclocal/check-custom-bsp.m4
parent2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d04abc83d94dbc2a948910eed6fa520f3e19d90c.tar.bz2
2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-top.m4: Add rtems_rootdir. * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in $rtems_rootdir.
Diffstat (limited to '')
-rw-r--r--testsuites/aclocal/check-custom-bsp.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/aclocal/check-custom-bsp.m4 b/testsuites/aclocal/check-custom-bsp.m4
index 402656f3a0..54402d8e4e 100644
--- a/testsuites/aclocal/check-custom-bsp.m4
+++ b/testsuites/aclocal/check-custom-bsp.m4
@@ -1,8 +1,7 @@
dnl $Id$
AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[
- for i in ${srcdir}/${RTEMS_TOPdir}/bspkit/${RTEMS_CPU}/*/$1 \
- ${srcdir}/${RTEMS_TOPdir}/make/custom/$1;
+ for i in ${rtems_rootdir}/make/custom/$1;
do
AC_MSG_CHECKING([for $i])
AS_IF([test -r $i],[