]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Revert "libtool: use false or : for $always_export_symbols, and simplify"
authorPeter Rosin <peda@lysator.liu.se>
Tue, 15 Jan 2013 14:17:30 +0000 (15:17 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Tue, 15 Jan 2013 14:17:30 +0000 (15:17 +0100)
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 <peda@lysator.liu.se>
build-aux/ltmain.in

index 98256a58b0d2825b73fa28001a9382cdab9b69dd..c8cdb9c9be7eab79ed537c2e58dcda317f3cb6b0 100644 (file)
@@ -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