4.104.114.84.95
Last change
on this file since 3207f0a was
3207f0a,
checked in by Joel Sherrill <joel.sherrill@…>, on 06/16/00 at 13:05:19
|
Patch from James Housley <jim@…> to address FreeBSD 4.x
build issues.
|
-
Property mode set to
100644
|
File size:
803 bytes
|
Line | |
---|
1 | dnl $Id$ |
---|
2 | |
---|
3 | AC_DEFUN(RTEMS_ENABLE_ITRON, |
---|
4 | [ |
---|
5 | ## AC_BEFORE([$0], [RTEMS_CHECK_ITRON_API])dnl |
---|
6 | |
---|
7 | AC_ARG_ENABLE(itron, |
---|
8 | [ --enable-itron enable itron interface], |
---|
9 | [case "${enableval}" in |
---|
10 | yes) RTEMS_HAS_ITRON_API=yes ;; |
---|
11 | no) RTEMS_HAS_ITRON_API=no ;; |
---|
12 | *) AC_MSG_ERROR(bad value ${enableval} for enable-itron option) ;; |
---|
13 | esac],[RTEMS_HAS_ITRON_API=yes]) |
---|
14 | |
---|
15 | changequote(,)dnl |
---|
16 | case "${target}" in |
---|
17 | # hpux unix port should go here |
---|
18 | i[34567]86-pc-linux*) # unix "simulator" port |
---|
19 | RTEMS_HAS_ITRON_API=no |
---|
20 | ;; |
---|
21 | i[34567]86-*freebsd*) # unix "simulator" port |
---|
22 | RTEMS_HAS_ITRON_API=no |
---|
23 | ;; |
---|
24 | no_cpu-*rtems*) |
---|
25 | RTEMS_HAS_ITRON_API=no |
---|
26 | ;; |
---|
27 | sparc-sun-solaris*) # unix "simulator" port |
---|
28 | RTEMS_HAS_ITRON_API=no |
---|
29 | ;; |
---|
30 | *) |
---|
31 | ;; |
---|
32 | esac |
---|
33 | changequote([,])dnl |
---|
34 | AC_SUBST(RTEMS_HAS_ITRON_API) |
---|
35 | ]) |
---|
Note: See
TracBrowser
for help on using the repository browser.