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  3881e49841491b0a9c97d97b1195c73a5ad0fa68 (commit)
      from  81443430bb14398f801f48d3c3df55f711989064 (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 3881e49841491b0a9c97d97b1195c73a5ad0fa68
Author: Gary V. Vaughan <g...@gnu.org>
Date:   Tue Nov 4 20:11:49 2014 +0000

    libtool: fix universal library building on darwin.
    
    * build-aux/ltmain.in (func_extract_archives): $basename is now
    spelled $sed_basename.
    * NO-THANKS: Update.
    Reported by Misty De Meo
    
    Signed-off-by: Gary V. Vaughan <g...@gnu.org>

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

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

diff --git a/NO-THANKS b/NO-THANKS
index 2bed9cc..b67d291 100644
--- a/NO-THANKS
+++ b/NO-THANKS
@@ -106,6 +106,7 @@ Martin Doucha                       dou...@integri.cz
 Matthijs Kooijman              matth...@stdin.nl
 Micheal E. Faenza              mfae...@mitre.org
 Mike Miller                    mtmil...@ieee.org
+Misty De Meo                   mi...@brew.sh
 Nick Bowler                    nbow...@draconx.ca
 Nix                            n...@esperi.org.uk
 Olaf Lenz                      ol...@fias.uni-frankfurt.de
diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
index 65ada0b..85e2809 100644
--- a/build-aux/ltmain.in
+++ b/build-aux/ltmain.in
@@ -3249,7 +3249,7 @@ func_extract_archives ()
              $RM 
"unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive"
            done # $darwin_arches
             ## Okay now we've a bunch of thin objects, gotta fatten them up :)
-           darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name 
\*.lo -print | $SED -e "$basename" | sort -u`
+           darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name 
\*.lo -print | $SED -e "$sed_basename" | sort -u`
            darwin_file=
            darwin_files=
            for darwin_file in $darwin_filelist; do


hooks/post-receive
-- 
GNU Libtool

Reply via email to