gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1527-g673c5de
Date: Fri, 25 Jan 2013 20:05:05 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  673c5de1f560452db3f668e64a39a82152ea9a20 (commit)
      from  45a1c2ff3faeb94241652a0eec574bfa13e3f4e8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=673c5de1f560452db3f668e64a39a82152ea9a20


commit 673c5de1f560452db3f668e64a39a82152ea9a20
Author: Rob Savoye <address@hidden>
Date:   Fri Jan 25 13:04:02 2013 -0700

    set a default top level path for boost headers.

diff --git a/macros/boost.m4 b/macros/boost.m4
index d8b34c8..6d58ab4 100644
--- a/macros/boost.m4
+++ b/macros/boost.m4
@@ -75,6 +75,7 @@ AC_DEFUN([GNASH_PATH_BOOST],
 
   AC_MSG_CHECKING([for boost header])
   for i in $newlist; do
+    gnash_boost_topdir=/usr/include/boost
     dirs="`ls -dr $i/boost* 2>/dev/null | xargs`"
     for u in ${dirs}; do
        if test -n "$u" -a -d "$u" -a x"$u" != x"/usr/include/boost"; then
@@ -107,7 +108,7 @@ AC_DEFUN([GNASH_PATH_BOOST],
   dnl when a Boost library was added at:
   dnl http://www.boost.org/doc/libs/?sort=boost-version
 
-  gnash_boost_version=`grep "define.*BOOST_VERSION " 
${gnash_boost_topdir}/boost/version.hpp | cut -d ' ' -f 3`
+  gnash_boost_version=`grep "define.*BOOST_VERSION " 
${gnash_boost_topdir}/version.hpp | cut -d ' ' -f 3`
   if test ${gnash_boost_version} -ge 104700; then
     boost_libs="${boost_libs} chrono"
   fi

-----------------------------------------------------------------------

Summary of changes:
 macros/boost.m4 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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