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-147-gb804ffa


From: Peter Rosin
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2-147-gb804ffa
Date: Thu, 02 Feb 2012 07:42:09 +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  b804ffabee2ce373d9bac6ae2b235ec68e0b55e8 (commit)
      from  7b945cfdaaad8a87a19fcf837dd4bc04f399b1ab (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 b804ffabee2ce373d9bac6ae2b235ec68e0b55e8
Author: Roumen Petrov <address@hidden>
Date:   Thu Feb 2 08:37:31 2012 +0100

    fixup: restore EXPORTS test
    
    Commit v2.4.2-120-g962aa91
    syntax-check: fix violations and implement 
sc_prohibit_test_const_follows_var
    inadvertedly reversed the meaning of the comparison.
    
    * build-aux/ltmain.m4sh (func_mode_link) [cygwin|mingw|cegcc]: Restore
    the EXPORTS test.  We need to look at the symbols when it's _not_
    already a .def file (in which case we trust the user input blindly).
    
    Copyright-paperwork-exempt: Yes
    Signed-off-by: Peter Rosin <address@hidden>

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

Summary of changes:
 build-aux/ltmain.m4sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build-aux/ltmain.m4sh b/build-aux/ltmain.m4sh
index 00d063c..ca29801 100644
--- a/build-aux/ltmain.m4sh
+++ b/build-aux/ltmain.m4sh
@@ -7376,7 +7376,7 @@ EOF
        cygwin* | mingw* | cegcc*)
          if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
            # exporting using user supplied symfile
-           if test EXPORTS = "`$SED 1q $export_symbols`"; then
+           if test EXPORTS != "`$SED 1q $export_symbols`"; then
              # and it's NOT already a .def file. Must figure out
              # which of the given symbols are data symbols and tag
              # them as such. So, trigger use of export_symbols_cmds.


hooks/post-receive
-- 
GNU Libtool



reply via email to

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