<!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-12-01)</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-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>

        * configure.ac: Check for complex.h.
        Add AM_CONDITIONAL(HAS_COMPLEX) to allow building with outdated
        toolchains.
        * complex/Makefile.am: Apply HAS_COMPLEX.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/ChangeLog.diff?r1=text&tr1=1.241&r2=text&tr2=1.242&diff_format=h">M</a></td><td width='1%'>1.242</td><td width='100%'>testsuites/libtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/complex/Makefile.am.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>testsuites/libtests/complex/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/configure.ac.diff?r1=text&tr1=1.57&r2=text&tr2=1.58&diff_format=h">M</a></td><td width='1%'>1.58</td><td width='100%'>testsuites/libtests/configure.ac</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/libtests/ChangeLog:1.241 rtems/testsuites/libtests/ChangeLog:1.242
--- rtems/testsuites/libtests/ChangeLog:1.241   Tue Nov 30 07:55:09 2010
+++ rtems/testsuites/libtests/ChangeLog Tue Nov 30 23:43:07 2010
</font><font color='#997700'>@@ -1,3 +1,10 @@
</font><font color='#000088'>+2010-12-01    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * configure.ac: Check for complex.h.
+       Add AM_CONDITIONAL(HAS_COMPLEX) to allow building with outdated
+       toolchains.
+       * complex/Makefile.am: Apply HAS_COMPLEX.
+
</font> 2010-11-30        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * Makefile.am: Add complex, math subdirs.

<font color='#006600'>diff -u rtems/testsuites/libtests/complex/Makefile.am:1.1 rtems/testsuites/libtests/complex/Makefile.am:1.2
--- rtems/testsuites/libtests/complex/Makefile.am:1.1   Tue Nov 30 07:48:35 2010
+++ rtems/testsuites/libtests/complex/Makefile.am       Tue Nov 30 23:43:07 2010
</font><font color='#997700'>@@ -2,8 +2,10 @@
</font> ##  $Id$
 ##
 
<font color='#000088'>+if HAS_COMPLEX
</font> rtems_tests_PROGRAMS = complex
 complex_SOURCES = init.c docomplex.c docomplexf.c docomplexl.c
<font color='#000088'>+endif
</font> EXTRA_DIST = docomplex.in
 
 # FIXME: Skip long double, not yet supported in newlib
<font color='#997700'>@@ -34,6 +36,7 @@
</font> include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
<font color='#000088'>+if HAS_COMPLEX
</font> complex_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) -lm
 
 LINK_OBJS = $(complex_OBJECTS) $(complex_LDADD)
<font color='#997700'>@@ -42,5 +45,6 @@
</font> complex$(EXEEXT): $(complex_OBJECTS) $(complex_DEPENDENCIES)
        @rm -f complex$(EXEEXT)
        $(make-exe)
<font color='#000088'>+endif
</font> 
 include $(top_srcdir)/../automake/local.am

<font color='#006600'>diff -u rtems/testsuites/libtests/configure.ac:1.57 rtems/testsuites/libtests/configure.ac:1.58
--- rtems/testsuites/libtests/configure.ac:1.57 Tue Nov 30 07:55:09 2010
+++ rtems/testsuites/libtests/configure.ac      Tue Nov 30 23:43:07 2010
</font><font color='#997700'>@@ -31,9 +31,12 @@
</font> AC_PROG_LN_S
 AC_PATH_PROG([PAX],[pax])
 
<font color='#000088'>+AC_CHECK_HEADERS([complex.h])
+
</font> AM_CONDITIONAL(TARTESTS,test "$as_ln_s" = "ln -s" && test -n "$PAX")
 
 AM_CONDITIONAL(HAS_CXX,test "$rtems_cv_HAS_CPLUSPLUS" = "yes")
<font color='#000088'>+AM_CONDITIONAL([HAS_COMPLEX],[test "$ac_cv_header_COMPLEX_H" = yes])
</font> 
 # Explicitly list all Makefiles here
 AC_CONFIG_FILES([Makefile
</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>