summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal/check-custom-bsp.m4
blob: 8128906111f835da97bb8c7ad3a4ca43bca06262 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
dnl $Id$

AC_DEFUN([RTEMS_CHECK_CUSTOM_BSP],[
AC_REQUIRE([RTEMS_TOP])

AC_MSG_CHECKING([for make/custom/[$]$1.cfg])
AS_IF([test -r "$srcdir/$RTEMS_TOPdir/make/custom/[$]$1.cfg"],
  [AC_MSG_RESULT([yes])],
  [AC_MSG_ERROR([no])])
])