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

4.104.114.84.95
Last change on this file since 14620166 was 60f3702, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/17/02 at 22:28:20

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

  • aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
  • aclocal/check-cpu.m4: Ditto.
  • aclocal/check-bsps.m4: Ditto.
  • 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.