libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.4.2-408-g1c89ed8


From: Brooks Moses
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2-408-g1c89ed8
Date: Thu, 10 Oct 2013 00:11:53 +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 "GNU Libtool".

The branch, master has been updated
       via  1c89ed8e1cdbee5bf2a56627bf02ebdd427dc2e3 (commit)
      from  eee4f853019cc246b1d65054771f85ef500098ff (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 -----------------------------------------------------------------
commit 1c89ed8e1cdbee5bf2a56627bf02ebdd427dc2e3
Author: Brooks Moses <address@hidden>
Date:   Wed Oct 9 16:39:31 2013 -0700

    libtool: Remove unneeded quotes in assignment.
    
    The quotes in this assignment cause "make syntax-check" to
    fail.  Thus, this patch removes them.

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

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

diff --git a/m4/libtool.m4 b/m4/libtool.m4
index c02fb55..c0435a2 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -1931,7 +1931,7 @@ else
   tpf*)
     # Don't try to run any link tests for TPF.  We know it's impossible
     # because TPF is a cross-compiler, and we know how we open DSOs.
-    lt_cv_dlopen="dlopen"
+    lt_cv_dlopen=dlopen
     lt_cv_dlopen_libs=
     lt_cv_dlopen_self=no
     ;;


hooks/post-receive
-- 
GNU Libtool



reply via email to

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