summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/check-bsps.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-09 11:26:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-09 11:26:13 +0000
commitcc51f05a3e298629a07904248de4e6366b4a9444 (patch)
tree0f4941c708a85cca5b40f4f07050b2d09b20ca0a /cpukit/aclocal/check-bsps.m4
parent2002-12-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-cc51f05a3e298629a07904248de4e6366b4a9444.tar.bz2
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP. * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP. * aclocal/check-bsps.m4: Remove.
Diffstat (limited to 'cpukit/aclocal/check-bsps.m4')
-rw-r--r--cpukit/aclocal/check-bsps.m413
1 files changed, 0 insertions, 13 deletions
diff --git a/cpukit/aclocal/check-bsps.m4 b/cpukit/aclocal/check-bsps.m4
deleted file mode 100644
index 7c450e783f..0000000000
--- a/cpukit/aclocal/check-bsps.m4
+++ /dev/null
@@ -1,13 +0,0 @@
-dnl $Id$
-
-AC_DEFUN(RTEMS_CHECK_CUSTOM_BSP,
-[dnl
-AC_REQUIRE([RTEMS_TOP])
-
-AC_MSG_CHECKING([for make/custom/[$]$1.cfg])
-if test -r "$srcdir/$RTEMS_TOPdir/make/custom/[$]$1.cfg"; then
- AC_MSG_RESULT([yes])
-else
- AC_MSG_ERROR([no])
-fi
-])dnl