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


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. f6a4e6e43bc588257bb0667878446ca82e523544
Date: Thu, 25 Nov 2010 22:14:51 +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  f6a4e6e43bc588257bb0667878446ca82e523544 (commit)
      from  465cbbfef5a480fcd580b125887a34b7b2431dfa (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=f6a4e6e43bc588257bb0667878446ca82e523544


commit f6a4e6e43bc588257bb0667878446ca82e523544
Author: Sandro Santilli <address@hidden>
Date:   Thu Nov 25 23:14:39 2010 +0100

    Don't cd into a yet-to-be-created dir

diff --git a/configure.ac b/configure.ac
index a23c72c..a58b9e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2206,8 +2206,9 @@ if test x$cross_compiling = xno; then
         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`
+            dir=`dirname $0`
+            dir=`cd ${dir} && pwd`
+            withval="${dir}/testsuite/swfdec/src/test"
         fi
         SWFDEC_TESTSUITE=${withval}
     )

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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