source: rtems/cpukit/aclocal/check-bsps.m4 @ f22ebf0

4.104.114.84.95
Last change on this file since f22ebf0 was ed8ec1c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/17/02 at 08:52:47

2002-06-17 Ralf Corsepius <corsepiu@…>

  • copied over from aclocal/.
  • Property mode set to 100644
File size: 239 bytes
Line 
1dnl $Id$
2
3AC_DEFUN(RTEMS_CHECK_CUSTOM_BSP,
4[dnl
5AC_REQUIRE([RTEMS_TOP])
6
7AC_MSG_CHECKING([for make/custom/[$]$1.cfg])
8if test -r "$srcdir/$RTEMS_TOPdir/make/custom/[$]$1.cfg"; then
9  AC_MSG_RESULT([yes])
10else
11  AC_MSG_ERROR([no])
12fi
13])dnl
Note: See TracBrowser for help on using the repository browser.