summaryrefslogtreecommitdiffstats
path: root/aclocal/check-custom-bsp.m4
blob: 101d3cf79fa1a1fee955e9b926cfdb7011cf5ff4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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])])
])