[SCM] GNU Libtool branch, master, updated. v2.4.2-359-g93cba57

"Peter Rosin" <[email protected]>
Newsgroups gmane.comp.gnu.libtool.cvs
Message-ID <[email protected]>
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  93cba573d25cc1f5dbae07b6828783dbf66130b7 (commit)
      from  5ed7430fcb48c862c9d76ef497b73485d580338e (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 93cba573d25cc1f5dbae07b6828783dbf66130b7
Author: Peter Rosin <[email protected]>
Date:   Tue Jan 15 15:17:30 2013 +0100

    Revert "libtool: use false or : for $always_export_symbols, and simplify"
    
    This reverts commit 5ed7430fcb48c862c9d76ef497b73485d580338e, which is
    totally bogus as the variable is also set in libtool.m4. Sorry for the
    noise.
    
    Signed-off-by: Peter Rosin <[email protected]>

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

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

diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
index 98256a5..c8cdb9c 100644
--- a/build-aux/ltmain.in
+++ b/build-aux/ltmain.in
@@ -7566,7 +7566,6 @@ EOF
 	fi
 
 	orig_export_symbols=
-	always_export_symbols=false
 	case $host_os in
 	cygwin* | mingw* | cegcc*)
 	  if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
@@ -7580,7 +7579,7 @@ EOF
 	      # include_expsyms logic still works.
 	      orig_export_symbols=$export_symbols
 	      export_symbols=
-	      always_export_symbols=:
+	      always_export_symbols=yes
 	    fi
 	  fi
 	  ;;
@@ -7588,7 +7587,7 @@ EOF
 
 	# Prepare the list of exported symbols
 	if test -z "$export_symbols"; then
-	  if $always_export_symbols || test -n "$export_symbols_regex"; then
+	  if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then
 	    func_verbose "generating symbol list for '$libname.la'"
 	    export_symbols=$output_objdir/$libname.exp
 	    $opt_dry_run || $RM $export_symbols


hooks/post-receive
-- 
GNU Libtool
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.