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

4.104.114.84.95
Last change on this file since 76af1fc was 1b16e63c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/05/02 at 16:13:07

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

  • automake/multilib.am: Add install-multi.
  • aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting version.m4. Add --with-project-root. Reflect --with-project-root to setting up PROJECT_ROOT.
  • aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
  • aclocal/check-cpu.m4: Reflect new RTEMS_TOPdir.
  • aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
  • Property mode set to 100644
File size: 245 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.