mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 04:24:46 +00:00
2009-07-23 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/enable-itron.m4: Default to not building itron.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-07-23 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* aclocal/enable-itron.m4: Default to not building itron.
|
||||
|
||||
2009-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* aclocal/bsp-alias.m4: Add csb637 as variant of csb337.
|
||||
|
||||
@@ -2,13 +2,11 @@ dnl $Id$
|
||||
|
||||
AC_DEFUN([RTEMS_ENABLE_ITRON],
|
||||
[
|
||||
## AC_BEFORE([$0], [RTEMS_CHECK_ITRON_API])dnl
|
||||
|
||||
AC_ARG_ENABLE(itron,
|
||||
[AS_HELP_STRING([--enable-itron],[enable itron interface])],
|
||||
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=yes])
|
||||
esac],[RTEMS_HAS_ITRON_API=no])
|
||||
])
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2009-07-23 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* aclocal/enable-itron.m4: Default to not building itron.
|
||||
|
||||
2009-04-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* leaf.cfg: Remove hard-coded .exe.
|
||||
|
||||
@@ -10,7 +10,7 @@ AC_ARG_ENABLE(itron,
|
||||
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=yes])
|
||||
esac],[RTEMS_HAS_ITRON_API=no])
|
||||
|
||||
AC_SUBST(RTEMS_HAS_ITRON_API)
|
||||
])
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2009-07-23 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* aclocal/enable-itron.m4: Default to not building itron.
|
||||
|
||||
2009-07-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* rtems/src/timerreset.c: Mark an unreachable path that is a sanity
|
||||
|
||||
@@ -8,5 +8,5 @@ AS_HELP_STRING(--enable-itron,enable itron interface),
|
||||
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=yes])
|
||||
esac],[RTEMS_HAS_ITRON_API=no])
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user