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: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1697-gd5d8307
Date: Fri, 02 Aug 2013 15:06:56 +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  d5d8307dbf53453a46bb4017b46953cc7532f5c6 (commit)
      from  4bbe965a83139329be138bd00c4dc72f8a77e6be (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=d5d8307dbf53453a46bb4017b46953cc7532f5c6


commit d5d8307dbf53453a46bb4017b46953cc7532f5c6
Author: Gabriele Giacone <address@hidden>
Date:   Fri Aug 2 17:06:40 2013 +0200

    Fix haxe 3 detection.

diff --git a/macros/haxe.m4 b/macros/haxe.m4
index 98c3bb7..881f30f 100644
--- a/macros/haxe.m4
+++ b/macros/haxe.m4
@@ -50,7 +50,7 @@ AC_DEFUN([AC_PATH_HAXE], [
 
   if test x"$HAXE" != "x"; then
     AC_MSG_CHECKING([for HAXE version])
-    HAXE_VERSION=`$HAXE -help | grep -i ^haxe | awk '{print $'3'}'`
+    HAXE_VERSION=`$HAXE -help 2>&1| grep -i ^haxe | awk '{print $'3'}'`
     AC_MSG_RESULT([${HAXE_VERSION}])
 
     major=`echo $HAXE_VERSION | cut -d '.' -f 1`

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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