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. a66a63f0d6692ebe5e9a


From: Markus Gothe
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. a66a63f0d6692ebe5e9ad668b7eb626b72e69451
Date: Wed, 10 Nov 2010 13:32:16 +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  a66a63f0d6692ebe5e9ad668b7eb626b72e69451 (commit)
      from  96987c1938aa8f319a94bf8c65f83e3ac3291efc (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=a66a63f0d6692ebe5e9ad668b7eb626b72e69451


commit a66a63f0d6692ebe5e9ad668b7eb626b72e69451
Author: Markus Gothe <address@hidden>
Date:   Wed Nov 10 14:31:39 2010 +0100

    Fix parsing of version info

diff --git a/macros/haxe.m4 b/macros/haxe.m4
index 6127d42..d1b4df0 100644
--- a/macros/haxe.m4
+++ b/macros/haxe.m4
@@ -49,7 +49,7 @@ AC_DEFUN([AC_PATH_HAXE], [
 
   if test x"$HAXE" != "x"; then
     AC_MSG_CHECKING([for HAXE version])
-    HAXE_VERSION=`$HAXE -help | grep ^Haxe | awk '{print $'3'}'`
+    HAXE_VERSION=`$HAXE -help | grep ^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]