gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog macros/boost.m4
Date: Wed, 30 Apr 2008 06:40:23 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/04/30 06:40:22

Modified files:
        .              : ChangeLog 
        macros         : boost.m4 

Log message:
        * macros/boost.m4: make boost filesystem lib mandatory.
          This is still not used, but I tought I'll use this commit
          to find out how much discontent it would make :)
          About why we should use it (portability):
          http://www.boost.org/doc/libs/1_33_1/libs/filesystem/doc/index.htm
          http://www.boost.org/doc/libs/1_35_0/libs/filesystem/doc/index.htm

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6455&r2=1.6456
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/boost.m4?cvsroot=gnash&r1=1.77&r2=1.78

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6455
retrieving revision 1.6456
diff -u -b -r1.6455 -r1.6456
--- ChangeLog   30 Apr 2008 03:58:14 -0000      1.6455
+++ ChangeLog   30 Apr 2008 06:40:21 -0000      1.6456
@@ -1,3 +1,12 @@
+2008-04-30 Sandro Santilli <address@hidden>
+
+       * macros/boost.m4: make boost filesystem lib mandatory.
+         This is still not used, but I tought I'll use this commit
+         to find out how much discontent it would make :)
+         About why we should use it (portability):
+         http://www.boost.org/doc/libs/1_33_1/libs/filesystem/doc/index.htm
+         http://www.boost.org/doc/libs/1_35_0/libs/filesystem/doc/index.htm
+
 2008-04-29  Rob Savoye  <address@hidden>
 
        * server/asobj/SharedObject.cpp: Use AMF0_* instead of just

Index: macros/boost.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/boost.m4,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -b -r1.77 -r1.78
--- macros/boost.m4     8 Apr 2008 20:30:28 -0000       1.77
+++ macros/boost.m4     30 Apr 2008 06:40:22 -0000      1.78
@@ -33,10 +33,10 @@
   libname=""
   dnl this is a list of *required* headers. If any of these are missing, this
   dnl test will return a failure, and Gnash won't build.
-  boost_headers="detail/lightweight_mutex.hpp thread/thread.hpp 
multi_index_container.hpp multi_index/key_extractors.hpp thread/mutex.hpp"
+  boost_headers="detail/lightweight_mutex.hpp thread/thread.hpp 
multi_index_container.hpp multi_index/key_extractors.hpp thread/mutex.hpp 
filesystem/operations.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"
+  boost_libs="thread date_time filesystem"
   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="serialization"




reply via email to

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