summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/enable-rtemsbsp.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-05-02 20:29:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-05-02 20:29:10 +0000
commit1e030c49daefcdb4b0785a4ff077a277a5a7ff3b (patch)
tree4c48c509a6f7244c3e657d9ba39f661399112d64 /cpukit/aclocal/enable-rtemsbsp.m4
parentMerger from rtems-4-6-branch. (diff)
downloadrtems-1e030c49daefcdb4b0785a4ff077a277a5a7ff3b.tar.bz2
2003-05-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4. * aclocal/env-rtemsbsp.m4: Remove. * aclocal/enable-rtemsbsp.m4: Remove. 2003-05-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up project_libdir.
Diffstat (limited to 'cpukit/aclocal/enable-rtemsbsp.m4')
-rw-r--r--cpukit/aclocal/enable-rtemsbsp.m416
1 files changed, 0 insertions, 16 deletions
diff --git a/cpukit/aclocal/enable-rtemsbsp.m4 b/cpukit/aclocal/enable-rtemsbsp.m4
deleted file mode 100644
index a4c2114e59..0000000000
--- a/cpukit/aclocal/enable-rtemsbsp.m4
+++ /dev/null
@@ -1,16 +0,0 @@
-dnl $Id$
-
-dnl Override the set of BSPs to be built.
-dnl used by the toplevel configure script
-dnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp_list)
-AC_DEFUN(RTEMS_ENABLE_RTEMSBSP,
-[
-AC_BEFORE([$0], [RTEMS_ENV_RTEMSBSP])dnl
-AC_ARG_ENABLE(rtemsbsp,
-AC_HELP_STRING([--enable-rtemsbsp="bsp1 bsp2 .."],
-[BSPs to include in build]),
-[case "${enableval}" in
- yes|no) AC_MSG_ERROR([missing argument to --enable-rtemsbsp=\"bsp1 bsp2\"]);;
- *) $1=$enableval;;
-esac],[$1=""])
-])