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: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1797-g94fa468
Date: Sun, 29 Sep 2013 09:31:03 +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  94fa4689a92a05751f2337c70035b896c1c769eb (commit)
      from  4828707774728393761efea26b84e2e525024352 (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=94fa4689a92a05751f2337c70035b896c1c769eb


commit 94fa4689a92a05751f2337c70035b896c1c769eb
Author: Sandro Santilli <address@hidden>
Date:   Sun Sep 29 11:29:59 2013 +0200

    Indent only fix

diff --git a/macros/boost.m4 b/macros/boost.m4
index 8ab371d..a098607 100644
--- a/macros/boost.m4
+++ b/macros/boost.m4
@@ -80,28 +80,28 @@ AC_DEFUN([GNASH_PATH_BOOST],
     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
-       gnash_boost_topdir="`(cd $u; pwd)`"
-       gnash_boost_subdir="`dirname ${gnash_boost_topdir}`"
-       gnash_boost_version="`echo ${gnash_boost_topdir} | sed -e 
's:.*boost-::'`"
-       dnl Fix for packaging systems not adding extra fluff to the path-name.
-         for k in ${boost_headers}; do
-                       if test ! -f ${gnash_boost_topdir}/boost/$k; then
-                 if test ! -f ${gnash_boost_subdir}/boost/$k; then
-                           missing_headers="${missing_headers} $k"
-                       else
-                       gnash_boost_topdir=${gnash_boost_subdir}
-                       fi
-               fi
-       done
-      if test x"${missing_headers}" = x ; then
-        ac_cv_path_boost_incl="-I${gnash_boost_topdir}"
-        AC_MSG_RESULT(${ac_cv_path_boost_incl})
-        break
-      else
-        AC_MSG_RESULT([headers missing])
-        AC_MSG_WARN([You need to install ${missing_headers}])
-      fi
+      if test -n "$u" -a -d "$u" -a x"$u" != x"/usr/include/boost"; then
+        gnash_boost_topdir="`(cd $u; pwd)`"
+        gnash_boost_subdir="`dirname ${gnash_boost_topdir}`"
+        gnash_boost_version="`echo ${gnash_boost_topdir} | sed -e 
's:.*boost-::'`"
+        dnl Fix for packaging systems not adding extra fluff to the path-name.
+        for k in ${boost_headers}; do
+          if test ! -f ${gnash_boost_topdir}/boost/$k; then
+            if test ! -f ${gnash_boost_subdir}/boost/$k; then
+              missing_headers="${missing_headers} $k"
+            else
+              gnash_boost_topdir=${gnash_boost_subdir}
+            fi
+          fi
+        done
+        if test x"${missing_headers}" = x ; then
+          ac_cv_path_boost_incl="-I${gnash_boost_topdir}"
+          AC_MSG_RESULT(${ac_cv_path_boost_incl})
+          break
+        else
+          AC_MSG_RESULT([headers missing])
+          AC_MSG_WARN([You need to install ${missing_headers}])
+        fi
     fi
     done
   done

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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