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. 96fe02c7cf795482c22a


From: Markus Gothe
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 96fe02c7cf795482c22aab2e5a56855284a1011c
Date: Sat, 08 Jan 2011 08:44:35 +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  96fe02c7cf795482c22aab2e5a56855284a1011c (commit)
      from  c8c24cc5e27219a26fc978d4138e86515efe2b65 (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=96fe02c7cf795482c22aab2e5a56855284a1011c


commit 96fe02c7cf795482c22aab2e5a56855284a1011c
Author: Markus Gothe <address@hidden>
Date:   Sat Jan 8 09:42:17 2011 +0100

    shut up libtool

diff --git a/configure.ac b/configure.ac
index d9f6baf..17d9cfe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,6 +19,7 @@ AC_PREREQ(2.50)
 AC_INIT(gnash, 0.8.9dev)
 AC_CONFIG_SRCDIR([libcore/as_object.h])
 AC_CONFIG_HEADERS([gnashconfig.h])
+AC_CONFIG_MACRO_DIR([macros])
 
 dnl AC_CONFIG_SUBDIRS(libltdl)
 AC_CANONICAL_BUILD
@@ -1288,6 +1289,7 @@ ltmajor=`echo $ltver | cut -d '.' -f 1`
 AC_MSG_RESULT([$ltver])
 dnl Libtool version 1.5
 if test $ltmajor -eq 1; then
+  AC_CONFIG_SUBDIRS([libltdl])
   AC_LIBLTDL_CONVENIENCE
   AC_LIBTOOL_DLOPEN
   if test x"${windows}" = x"yes"; then
@@ -1306,6 +1308,7 @@ if test $ltmajor -eq 1; then
   AC_DEFINE(HAVE_LTDL, [1], [Libtool 2.x defines this, but libtool 1.5 
doesn't])
 dnl libtool version 2.x
 else
+  LT_CONFIG_LTDL_DIR([libltdl])
   LT_INIT([dlopen win32-dll disable-static])
   LTDL_INIT([convenience recursive])
 fi

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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