gnash-commit
[Top][All Lists]
Advanced

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

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


From: Rob Savoye
Subject: [Gnash-commit] gnash macros/boost.m4 macros/pthreads.m4 ChangeLog
Date: Sun, 17 Feb 2008 01:22:00 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    08/02/17 01:22:00

Modified files:
        macros         : boost.m4 pthreads.m4 
        .              : ChangeLog 

Log message:
                * macros/boost.m4: The serialization is optional, not required. 
                * macros/pthread.m4: Match all BSD hosts when setting flags.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/boost.m4?cvsroot=gnash&r1=1.74&r2=1.75
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/pthreads.m4?cvsroot=gnash&r1=1.34&r2=1.35
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5673&r2=1.5674

Patches:
Index: macros/boost.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/boost.m4,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -b -r1.74 -r1.75
--- macros/boost.m4     16 Jan 2008 00:42:55 -0000      1.74
+++ macros/boost.m4     17 Feb 2008 01:21:59 -0000      1.75
@@ -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.74 2008/01/16 00:42:55 rsavoye Exp $
+dnl $Id: boost.m4,v 1.75 2008/02/17 01:21:59 rsavoye Exp $
 
 dnl Boost modules are:
 dnl date-time, filesystem. graph. iostreams, program options, python,
@@ -37,10 +37,11 @@
   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"
   dnl this is a list of *recommended* libraries. If any of these are missing, 
this
   dnl test will return a warning, and Gnash will build, but testing won't work.
-  extra_boost_libs="unit_test_framework"
+  extra_boost_libs="serialization"
+#  extra_boost_libs="unit_test_framework"
 
   dnl this is the default list for paths to search. This gets
   dnl redefined if --with-boost-incl= is specified.

Index: macros/pthreads.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/pthreads.m4,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- macros/pthreads.m4  1 Feb 2008 05:48:34 -0000       1.34
+++ macros/pthreads.m4  17 Feb 2008 01:21:59 -0000      1.35
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 dnl Copyright (C) 2006 Steven G. Johnson <address@hidden>.
-dnl $Id: pthreads.m4,v 1.34 2008/02/01 05:48:34 rsavoye Exp $
+dnl $Id: pthreads.m4,v 1.35 2008/02/17 01:21:59 rsavoye Exp $
 
 AC_DEFUN([GNASH_PATH_PTHREADS],
 [
@@ -81,7 +81,7 @@
 dnl pth(read)-config: use pthread-config program (for GNU Pth library)
 
 case "${host_os}" in
-  *linux* | *openbsd*)
+  *linux* | *bsd*)
     pthread_flags="-pthread"
     ;;
   *darwin*)

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5673
retrieving revision 1.5674
diff -u -b -r1.5673 -r1.5674
--- ChangeLog   17 Feb 2008 00:18:54 -0000      1.5673
+++ ChangeLog   17 Feb 2008 01:21:59 -0000      1.5674
@@ -1,5 +1,8 @@
 2008-02-16  Rob Savoye  <address@hidden>
 
+       * macros/boost.m4: The serialization is optional, not required. 
+       * macros/pthread.m4: Match all BSD hosts when setting flags.
+
        * Makefile.am: Always recurse into doc.
 
        * doc/C/Makefile.am: Fix typo, one $ not two for make
@@ -7,7 +10,7 @@
        including images and other xml pages actually works. Link to
        default output files if the Docbook tools aren't installed.
        * doc/C/dumpshm-man.xml, gnash-man.xml, gprocessor-man.xml,
-       soldumper-man.xml: Remove old names, they suffix has changed to
+       soldumper-man.xml: Remove old names, their suffix has changed to
        .man-xml.
 
        * server/edit_text_character.h, character.h: Put virtual before




reply via email to

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