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 09:47:36 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/04/30 09:47:36

Modified files:
        .              : ChangeLog 
        macros         : boost.m4 

Log message:
        1.33 didn't have boost/filesystem.hpp, and we'd need
        boost/filesystem/convenience.hpp for create_directories
        (if we're going to use it).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6459&r2=1.6460
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/boost.m4?cvsroot=gnash&r1=1.79&r2=1.80

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6459
retrieving revision 1.6460
diff -u -b -r1.6459 -r1.6460
--- ChangeLog   30 Apr 2008 09:28:02 -0000      1.6459
+++ ChangeLog   30 Apr 2008 09:47:34 -0000      1.6460
@@ -1,5 +1,11 @@
 2008-04-30 Sandro Santilli <address@hidden>
 
+       * macros/boost.m4: 1.33 didn't have boost/filesystem.hpp,
+         and we'd need boost/filesystem/convenience.hpp for
+         create_directories (if we're going to use it).
+
+2008-04-30 Sandro Santilli <address@hidden>
+
        * macros/boost.m4: correct header is boost/filesystem.hpp
 
 2008-04-30 Zou Lunkai <address@hidden>

Index: macros/boost.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/boost.m4,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -b -r1.79 -r1.80
--- macros/boost.m4     30 Apr 2008 09:28:03 -0000      1.79
+++ macros/boost.m4     30 Apr 2008 09:47:35 -0000      1.80
@@ -33,7 +33,7 @@
   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 
filesystem.hpp"
+  boost_headers="detail/lightweight_mutex.hpp thread/thread.hpp 
multi_index_container.hpp multi_index/key_extractors.hpp thread/mutex.hpp 
filesystem/convenience.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 filesystem"




reply via email to

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