CVSROOT: /sources/gnash Module name: gnash Changes by: Chad Musick <cmusick> 07/09/25 09:39:49
Modified files: . : ChangeLog macros : boost.m4 Log message: Add check for boost multi_index header files. I hope this fixes automated build problems. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4399&r2=1.4400 http://cvs.savannah.gnu.org/viewcvs/gnash/macros/boost.m4?cvsroot=gnash&r1=1.55&r2=1.56 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4399 retrieving revision 1.4400 diff -u -b -r1.4399 -r1.4400 --- ChangeLog 25 Sep 2007 08:53:54 -0000 1.4399 +++ ChangeLog 25 Sep 2007 09:39:48 -0000 1.4400 @@ -1,3 +1,8 @@ +2007-09-25 Chad Musick <[EMAIL PROTECTED]> + + * macros/boost.m4: Look for multi_index directory in boost include + directory. No library is needed, headers only. + 2007-09-25 Sandro Santilli <[EMAIL PROTECTED]> * testsuite/misc-swfc.all/registerclass_test3.sc: Index: macros/boost.m4 =================================================================== RCS file: /sources/gnash/gnash/macros/boost.m4,v retrieving revision 1.55 retrieving revision 1.56 diff -u -b -r1.55 -r1.56 --- macros/boost.m4 23 Sep 2007 22:09:14 -0000 1.55 +++ macros/boost.m4 25 Sep 2007 09:39:49 -0000 1.56 @@ -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.55 2007/09/23 22:09:14 cmusick Exp $ +dnl $Id: boost.m4,v 1.56 2007/09/25 09:39:49 cmusick Exp $ dnl Boost modules are: dnl date-time, filesystem. graph. iostreams, program options, python, @@ -53,7 +53,7 @@ dnl Fix for packaging systems not adding extra fluff to the path-name. i=`dirname ${j}` - if test -f ${j}/boost/detail/lightweight_mutex.hpp -a -f ${j}/boost/thread.hpp ;then + if test -f ${j}/boost/detail/lightweight_mutex.hpp -a -f ${j}/boost/thread.hpp -a -f ${j}/boost/multi_index.hpp -a -f ${j}/boost/multi_index/key_extractors.hpp ;then gnash_boost_topdir=`basename $j` ac_cv_path_boost_incl="-I${j}" break; _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit