source: rtems/aclocal/check-custom-bsp.m4 @ 4f2064f1

4.104.114.84.95
Last change on this file since 4f2064f1 was ff65620, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/29/02 at 08:27:53

2002-11-29 Ralf Corsepius <corsepiu@…>

  • aclocal/prog-ccas.m4: New.
  • aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
  • aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
  • aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
  • Property mode set to 100644
File size: 230 bytes
Line 
1dnl $Id$
2
3AC_DEFUN(RTEMS_CHECK_CUSTOM_BSP,[
4AC_REQUIRE([RTEMS_TOP])
5
6AC_MSG_CHECKING([for make/custom/[$]$1.cfg])
7AS_IF([test -r "$srcdir/$RTEMS_TOPdir/make/custom/[$]$1.cfg"],
8  [AC_MSG_RESULT([yes])],
9  [AC_MSG_ERROR([no])])
10])
Note: See TracBrowser for help on using the repository browser.