forked from Imagelibrary/rtems
2004-11-22 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/enable-itron.m4: New (moved from ../aclocal).
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2004-11-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* aclocal/enable-itron.m4: New (moved from ../aclocal).
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
16
c/src/make/aclocal/enable-itron.m4
Normal file
16
c/src/make/aclocal/enable-itron.m4
Normal file
@@ -0,0 +1,16 @@
|
||||
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)],
|
||||
[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])
|
||||
|
||||
AC_SUBST(RTEMS_HAS_ITRON_API)
|
||||
])
|
||||
Reference in New Issue
Block a user