From 59f163228894295c98091cfd4e893bdac7309747 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 17 Nov 2006 09:51:34 +0000 Subject: [PATCH] =?UTF-8?q?2006-11-17=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Suppress itron if int8/int16_t are not provided. * configure.ac, Makefile.am, itron/Makefile.am, wrapup/Makefile.am: Introduce AM_CONDITIONAL(LIBITRON). Remove AM_CONDITIONAL(HAS_ITRON). --- cpukit/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 37fe9d49ef..6e36c10ccb 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,10 @@ +2006-11-17 Ralf Corsépius + + * configure.ac: Suppress itron if int8/int16_t are not provided. + * configure.ac, Makefile.am, itron/Makefile.am, wrapup/Makefile.am: + Introduce AM_CONDITIONAL(LIBITRON). + Remove AM_CONDITIONAL(HAS_ITRON). + 2006-11-17 Ralf Corsépius * wrapup/Makefile.am: Introduce AM_CONDITIONAL(LIBDOSFS).