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-1803-ge7fa692
Date: Sat, 26 Oct 2013 13:42: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  e7fa6922ec2eee4b7e713c93784d3fd5d027b6b7 (commit)
      from  1e591f63955d149ab67071ce23265409e78caccd (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=e7fa6922ec2eee4b7e713c93784d3fd5d027b6b7


commit e7fa6922ec2eee4b7e713c93784d3fd5d027b6b7
Author: Sandro Santilli <address@hidden>
Date:   Sat Oct 26 15:40:58 2013 +0200

    Found out how to use [quotes] for optional switch args: quadrigraphs!
    
    Also fixes indenting of help string for --enable-http-testsuite,
    --enable-red5-testing and --enable-rtmpy-testing.

diff --git a/configure.ac b/configure.ac
index 27cd6f2..52ae895 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2352,10 +2352,9 @@ AM_CONDITIONAL(ENABLE_SWFDEC_TESTSUITE, [ test 
x"$SWFDEC_TESTSUITE" != x ])
 
 if test x$cross_compiling = xno; then
   AC_ARG_ENABLE([http_testsuite],
-      dnl # TODO: find out how to add [quotes] around '=<baseurl>'
-         AC_HELP_STRING([--enable-http-testsuite=<baseurl>],
-                 [Enable http based testsuite (default url is 
http://www.gnashdev.org/testcases)]),
-             [case "${enableval}" in
+      AC_HELP_STRING([--enable-http-testsuite@<:@=URL@:>@],
+          [Enable http based testsuite (default url is 
http://www.gnashdev.org/testcases)]),
+          [case "${enableval}" in
              no) HTTP_TESTSUITE="" ;;
             yes) HTTP_TESTSUITE="http://www.gnashdev.org/testcases"; ;;
               *) HTTP_TESTSUITE="${enableval}";;
@@ -2366,10 +2365,9 @@ AM_CONDITIONAL(ENABLE_HTTP_TESTSUITE, [ test 
x"$HTTP_TESTSUITE" != x ])
 
 if test x$cross_compiling = xno; then
   AC_ARG_ENABLE([red5_testing],
-      dnl # TODO: find out how to add [quotes] around '=<baseurl>'
-         AC_HELP_STRING([--enable-red5-testing=<host>],
-                 [Enable red5 based testing (default host is 
www.gnashdev.org)]),
-             [case "${enableval}" in
+      AC_HELP_STRING([--enable-red5-testing@<:@=HOST@:>@],
+          [Enable red5 based testing (default host is www.gnashdev.org)]),
+          [case "${enableval}" in
              no) RED5_HOST="" ;;
             yes) RED5_HOST="www.gnashdev.org" ;;
               *) RED5_HOST="${enableval}";;
@@ -2383,10 +2381,9 @@ AM_CONDITIONAL(ENABLE_RED5_TESTING, [ test 
x"$RED5_TESTING" != x ])
 
 if test x$cross_compiling = xno; then
   AC_ARG_ENABLE([rtmpy_testing],
-      dnl # TODO: find out how to add [quotes] around '=<baseurl>'
-         AC_HELP_STRING([--enable-rtmpy-testing=<host>],
-                 [Enable rtmpy based testing (default host is 
www.gnashdev.org)]),
-             [case "${enableval}" in
+      AC_HELP_STRING([--enable-rtmpy-testing@<:@=HOST@:>@],
+          [Enable rtmpy based testing (default host is www.gnashdev.org)]),
+          [case "${enableval}" in
              no) RTMPY_HOST="" ;;
             yes) RTMPY_HOST="www.gnashdev.org" ;;
               *) RTMPY_HOST="${enableval}";;

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

Summary of changes:
 configure.ac |   21 +++++++++------------
 1 files changed, 9 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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