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-2246-g15d61a8
Date: Sat, 26 Dec 2015 14:37:49 +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  15d61a804138737764689338c491c41f2cf59acf (commit)
      from  d7ed49c65aea5af9f49edae512fe152c22e2cc45 (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=15d61a804138737764689338c491c41f2cf59acf


commit 15d61a804138737764689338c491c41f2cf59acf
Author: Sandro Santilli <address@hidden>
Date:   Sat Dec 26 15:36:52 2015 +0100

    Clarify csound-missing warning message in configure script
    
    See https://savannah.gnu.org/patch/index.php?8753

diff --git a/configure.ac b/configure.ac
index cbcd139..5aed1f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3973,11 +3973,10 @@ if test x"$testsuite" = x"yes"; then
   if test x"$CSOUND" != x; then
     echo "        CSOUND is $CSOUND"
   else
-    echo "        WARNING: You need to have csound installed" >&4
-    echo "                 to have real fun." >&4
-    echo "                 Install it from http://www.csounds.com/"; >&4
-    echo "                 or .deb users: apt-get install csound" >&4
-    echo "                 or .rpm users: yum install csound" >&4
+    PKG_WAR([You need to have csound installed to (re)generate some 
sound-related test files in Gnash testsuite.])
+    PKG_SUGGEST([Install it from http://www.csounds.com/])
+    DEB_INSTALL([csound])
+    RPM_INSTALL([csound])
   fi
 fi
 

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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