From 4f8237f1f2cb7f033cc83f0781e8429ded41550a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 17 Oct 2009 15:55:06 +0000 Subject: 2009-10-17 Ralf Corsepius * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES. --- testsuites/aclocal/check-custom-bsp.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuites/aclocal/check-custom-bsp.m4') diff --git a/testsuites/aclocal/check-custom-bsp.m4 b/testsuites/aclocal/check-custom-bsp.m4 index c30a9ee9ed..173399313a 100644 --- a/testsuites/aclocal/check-custom-bsp.m4 +++ b/testsuites/aclocal/check-custom-bsp.m4 @@ -1,6 +1,8 @@ dnl $Id$ AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[ +AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl sets RTEMS_CPU, target +AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir for i in ${rtems_rootdir}make/custom/$1; do AC_MSG_CHECKING([for $i]) @@ -15,7 +17,6 @@ AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[ ]) AC_DEFUN([RTEMS_CHECK_CUSTOM_BSP],[ - AC_REQUIRE([RTEMS_TOP]) _RTEMS_CHECK_CUSTOM_BSP([[$]$1.cfg],[BSP_FOUND]) AS_IF([test -z "$BSP_FOUND"],[ AC_MSG_ERROR([missing [$]$1.cfg]) -- cgit v1.2.3