summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-17 09:51:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-17 09:51:34 +0000
commit59f163228894295c98091cfd4e893bdac7309747 (patch)
treefd0a706c18d82efd85796a77a769df1537c31880
parentSuppress itron if int8/int16_t are not provided. (diff)
downloadrtems-59f163228894295c98091cfd4e893bdac7309747.tar.bz2
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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).
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 37fe9d49ef..6e36c10ccb 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * 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 <ralf.corsepius@rtems.org>
+
* wrapup/Makefile.am: Introduce AM_CONDITIONAL(LIBDOSFS).
* configure.ac, Makefile.am, libfs/Makefile.am:
Introduce AM_CONDITIONAL(LIBDOSFS).