Files
rtems/aclocal/check-custom-bsp.m4
Ralf Corsepius ff65620a69 2002-11-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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.
2002-11-29 08:27:53 +00:00

11 lines
230 B
Plaintext

dnl $Id$
AC_DEFUN(RTEMS_CHECK_CUSTOM_BSP,[
AC_REQUIRE([RTEMS_TOP])
AC_MSG_CHECKING([for make/custom/[$]$1.cfg])
AS_IF([test -r "$srcdir/$RTEMS_TOPdir/make/custom/[$]$1.cfg"],
[AC_MSG_RESULT([yes])],
[AC_MSG_ERROR([no])])
])