summaryrefslogtreecommitdiffstats
path: root/c/src/exec/aclocal/check-bsps.m4
blob: b5f66bb4c128342d16a9bf0b65f5f69b2a48c185 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
dnl $Id$

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

AC_MSG_CHECKING([for make/custom/[$]$1.cfg])
if test -r "$srcdir/$RTEMS_TOPdir/../../make/custom/[$]$1.cfg"; then
  AC_MSG_RESULT([yes])
else
  AC_MSG_ERROR([no])
fi
])dnl