<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2010-08-16)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-08-16 Ralf Corsépius <ralf.corsepius@rtems.org>

        * fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP).
        * configure.ac: Remove AM_CONDITIONAL(LIBCHIP).
        Force autoconf-2.67, automake-1.11.1.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/samples/ChangeLog.diff?r1=text&tr1=1.180&r2=text&tr2=1.181&diff_format=h">M</a></td><td width='1%'>1.181</td><td width='100%'>testsuites/samples/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/samples/configure.ac.diff?r1=text&tr1=1.29&r2=text&tr2=1.30&diff_format=h">M</a></td><td width='1%'>1.30</td><td width='100%'>testsuites/samples/configure.ac</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/samples/fileio/Makefile.am.diff?r1=text&tr1=1.19&r2=text&tr2=1.20&diff_format=h">M</a></td><td width='1%'>1.20</td><td width='100%'>testsuites/samples/fileio/Makefile.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/samples/ChangeLog:1.180 rtems/testsuites/samples/ChangeLog:1.181
--- rtems/testsuites/samples/ChangeLog:1.180    Wed Jul  7 04:25:59 2010
+++ rtems/testsuites/samples/ChangeLog  Mon Aug 16 09:20:48 2010
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2010-08-16    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP).
+       * configure.ac: Remove AM_CONDITIONAL(LIBCHIP).
+       Force autoconf-2.67, automake-1.11.1.
+
</font> 2010-07-07        Sebastian Huber <Sebastian.Huber@embedded-brains.de>
 
        * minimum/init.c: Use fatal error extension to prevent infinite

<font color='#006600'>diff -u rtems/testsuites/samples/configure.ac:1.29 rtems/testsuites/samples/configure.ac:1.30
--- rtems/testsuites/samples/configure.ac:1.29  Thu Aug 16 20:07:10 2007
+++ rtems/testsuites/samples/configure.ac       Mon Aug 16 09:20:48 2010
</font><font color='#997700'>@@ -2,14 +2,14 @@
</font> ##<span style="background-color: #FF0000"> </span>
 ## $Id$
 
<font color='#880000'>-AC_PREREQ(2.60)
</font><font color='#000088'>+AC_PREREQ(2.67)
</font> AC_INIT([rtems-c-src-tests-samples],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
 AC_CONFIG_SRCDIR([hello])
 RTEMS_TOP([../..],[..])
 
 RTEMS_CANONICAL_TARGET_CPU
 
<font color='#880000'>-AM_INIT_AUTOMAKE([no-define foreign 1.10])
</font><font color='#000088'>+AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
</font> AM_MAINTAINER_MODE
 
 RTEMS_ENABLE_CXX
<font color='#997700'>@@ -55,9 +55,6 @@
</font> AM_CONDITIONAL(NETTESTS,test "$rtems_cv_RTEMS_NETWORKING" = "yes")
 AM_CONDITIONAL(MPTESTS,test "$rtems_cv_RTEMS_MULTIPROCESSING" = "yes")
 
<font color='#880000'>-#FIXME: We should use a feature based check
-AM_CONDITIONAL(LIBCHIP,[test "$RTEMS_BSP_FAMILY" != "posix"])
-
</font> # Explicitly list all Makefiles here
 AC_CONFIG_FILES([Makefile
 base_sp/Makefile

<font color='#006600'>diff -u rtems/testsuites/samples/fileio/Makefile.am:1.19 rtems/testsuites/samples/fileio/Makefile.am:1.20
--- rtems/testsuites/samples/fileio/Makefile.am:1.19    Fri Apr  3 07:42:12 2009
+++ rtems/testsuites/samples/fileio/Makefile.am Mon Aug 16 09:20:48 2010
</font><font color='#997700'>@@ -4,19 +4,15 @@
</font> 
 MANAGERS = io message semaphore
 
<font color='#880000'>-if LIBCHIP
-
</font> rtems_tests_PROGRAMS = fileio
 fileio_SOURCES = init.c system.h
 
 dist_rtems_tests_DATA = fileio.doc
<font color='#880000'>-endif
</font> 
 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
<font color='#880000'>-if LIBCHIP
</font> fileio_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 LINK_OBJS = $(fileio_OBJECTS) $(fileio_LDADD)
<font color='#997700'>@@ -25,6 +21,5 @@
</font> fileio$(EXEEXT): $(fileio_OBJECTS) $(fileio_DEPENDENCIES)
        @rm -f fileio$(EXEEXT)
        $(make-exe)
<font color='#880000'>-endif
</font> 
 include $(top_srcdir)/../automake/local.am
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>