summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-17 15:38:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-17 15:38:54 +0000
commitdea33e831c9c7c0f1d07e6ebde7c99e8f79c5f73 (patch)
treeb6d7c8c5a80c979d5109b1bdf5881def0d488619 /aclocal
parent2010-06-17 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-dea33e831c9c7c0f1d07e6ebde7c99e8f79c5f73.tar.bz2
2010-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/enable-itron.m4: Remove. * configure.ac: Remove itron.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/enable-itron.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/aclocal/enable-itron.m4 b/aclocal/enable-itron.m4
deleted file mode 100644
index 2cbdc77cf7..0000000000
--- a/aclocal/enable-itron.m4
+++ /dev/null
@@ -1,12 +0,0 @@
-dnl $Id$
-
-AC_DEFUN([RTEMS_ENABLE_ITRON],
-[
-AC_ARG_ENABLE(itron,
-AS_HELP_STRING(--enable-itron,enable itron interface),
-[case "${enableval}" in
- yes) RTEMS_HAS_ITRON_API=yes ;;
- no) RTEMS_HAS_ITRON_API=no ;;
- *) AC_MSG_ERROR(bad value ${enableval} for enable-itron option) ;;
-esac],[RTEMS_HAS_ITRON_API=no])
-])