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: Markus Gothe
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1937-g51fe4e9
Date: Thu, 24 Apr 2014 19:17:40 +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  51fe4e913e8be4220ef76d5f912c23a20c76db2f (commit)
      from  a04874512ef26ad5af891a1657328bbb404256a7 (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=51fe4e913e8be4220ef76d5f912c23a20c76db2f


commit 51fe4e913e8be4220ef76d5f912c23a20c76db2f
Author: Markus Gothe <address@hidden>
Date:   Thu Apr 24 21:16:55 2014 +0200

    Fix 7ba819567cb89f3df3e38a7f6a8b4c9374bfcc99 correctly, by invoking 
AC_LIB_WITH_FINAL_PREFIX to evaluate the prefix.

diff --git a/macros/gnashpkgtool.m4 b/macros/gnashpkgtool.m4
index 818d6f2..6bbab11 100644
--- a/macros/gnashpkgtool.m4
+++ b/macros/gnashpkgtool.m4
@@ -235,7 +235,7 @@ if test x"${$1}" = x"yes" -a x"${found_$1_incl}" = "xyes"; 
then
           if test ! x"$i" = x"${additional_libdir}"; then
             ac_cv_path_$1_lib="-L$i -l$1 $5"
           else
-            ac_cv_path_$1_lib="-l$1 $5"
+            ac_cv_path_$1_lib="-L${additional_libdir} -l$1 $5"
           fi
           break
         fi
@@ -244,7 +244,7 @@ if test x"${$1}" = x"yes" -a x"${found_$1_incl}" = "xyes"; 
then
           if test ! x"$i" = x"${additional_libdir}"; then
             ac_cv_path_$1_lib="-L$i -l$name $5"
           else
-            ac_cv_path_$1_lib="-l$name $5"
+            ac_cv_path_$1_lib="-L${additional_libdir} -l$name $5"
           fi
         break
         fi

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

Summary of changes:
 macros/gnashpkgtool.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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