gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash macros/boost.m4 ChangeLog


From: Rob Savoye
Subject: [Gnash-commit] gnash macros/boost.m4 ChangeLog
Date: Sun, 21 Oct 2007 20:17:19 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    07/10/21 20:17:19

Modified files:
        macros         : boost.m4 
        .              : ChangeLog 

Log message:
                * macros/boost.m4: Add unit_test_framework for Cygnal tests.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/boost.m4?cvsroot=gnash&r1=1.67&r2=1.68
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4663&r2=1.4664

Patches:
Index: macros/boost.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/boost.m4,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- macros/boost.m4     19 Oct 2007 01:51:28 -0000      1.67
+++ macros/boost.m4     21 Oct 2007 20:17:18 -0000      1.68
@@ -14,7 +14,7 @@
 dnl  along with this program; if not, write to the Free Software
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-dnl $Id: boost.m4,v 1.67 2007/10/19 01:51:28 nihilus Exp $
+dnl $Id: boost.m4,v 1.68 2007/10/21 20:17:18 rsavoye Exp $
 
 dnl Boost modules are:
 dnl date-time, filesystem. graph. iostreams, program options, python,
@@ -36,7 +36,7 @@
   boost_headers="detail/lightweight_mutex.hpp thread/thread.hpp 
multi_index_container.hpp multi_index/key_extractors.hpp thread/mutex.hpp"
   dnl this is a list of *required* libraries. If any of these are missing, this
   dnl test will return a failure, and Gnash won't build.
-  boost_libs="thread date_time serialization"
+  boost_libs="thread date_time serialization unit_test_framework"
 
   dnl this is the default list for paths to search. This gets
   dnl redefined if --with-boost-incl= is specified.

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4663
retrieving revision 1.4664
diff -u -b -r1.4663 -r1.4664
--- ChangeLog   20 Oct 2007 16:59:11 -0000      1.4663
+++ ChangeLog   21 Oct 2007 20:17:19 -0000      1.4664
@@ -1,3 +1,7 @@
+2007-10-21  Rob Savoye  <address@hidden>
+
+       * macros/boost.m4: Add unit_test_framework for Cygnal tests.
+
 2007-10-20 Sandro Santilli <address@hidden>
 
        * testsuite/misc-mtasc.all/Makefile.am: distribute Derived1.as




reply via email to

[Prev in Thread] Current Thread [Next in Thread]