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


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. e6e851da50cd482ffd61d3c3cdb4928096cace55
Date: Thu, 25 Nov 2010 20:35:32 +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  e6e851da50cd482ffd61d3c3cdb4928096cace55 (commit)
      from  a8460c3d7754f5a36a627ac2aa99063c78e48d00 (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=e6e851da50cd482ffd61d3c3cdb4928096cace55


commit e6e851da50cd482ffd61d3c3cdb4928096cace55
Author: Sandro Santilli <address@hidden>
Date:   Thu Nov 25 21:35:19 2010 +0100

    Allow omitting arg to --with-swfdec-testsuite to default to where 'make 
fetch-swfdec' will put things

diff --git a/configure.ac b/configure.ac
index ace02c5..a23c72c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2202,11 +2202,16 @@ AM_CONDITIONAL(MING_VERSION_0_4_4,
         [ test $MING_VERSION_CODE -ge 00040400 ])
 
 if test x$cross_compiling = xno; then
-  AC_ARG_WITH([swfdec_testsuite],
-         AC_HELP_STRING([--with-swfdec-testsuite],
-                 [directory where swfdec testsuite (the 'test' dir) is]),
-       SWFDEC_TESTSUITE=${withval})
-  AC_SUBST(SWFDEC_TESTSUITE)
+    AC_ARG_WITH([swfdec_testsuite],
+        AC_HELP_STRING([--with-swfdec-testsuite],
+            [directory where swfdec testsuite (the 'test' dir) is]),
+        if test x"${withval}" = xyes; then
+            dir=`dirname $0`/testsuite/swfdec/src/test
+            withval=`cd ${dir} && pwd`
+        fi
+        SWFDEC_TESTSUITE=${withval}
+    )
+    AC_SUBST(SWFDEC_TESTSUITE)
 fi
 AM_CONDITIONAL(ENABLE_SWFDEC_TESTSUITE, [ test x"$SWFDEC_TESTSUITE" != x ])
 

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

Summary of changes:
 configure.ac |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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