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  00ed0187c1c6cc3519188bc47d5ed0ff85f2d950 (commit)
      from  37a284f50a93b772d86e8c68a346266aab5de7a5 (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 00ed0187c1c6cc3519188bc47d5ed0ff85f2d950
Author: Peter Rosin <p...@lysator.liu.se>
Date:   Sun Aug 19 22:14:13 2012 +0200

    libtool: quote progpath properly
    
    Attempt to handle spaces in paths better.
    
    * build-aux/ltmain.m4sh (func_mode_install, func_mode_link): Quote
    $progpath.
    * THANKS: Update.

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

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

diff --git a/THANKS b/THANKS
index 84cb6c9..24f1c91 100644
--- a/THANKS
+++ b/THANKS
@@ -70,6 +70,7 @@
   Alan Hourihane               al...@fairlite.co.uk
   Alexei Sheplyakov            v...@theor.jinr.ru
   Alon Bar-Lev                 alon.bar...@gmail.com
+  Andreas Schiffler            aschiff...@ferzkopp.net
   Andreas Schwab               sch...@suse.de
   Andrey Slepuhin              p...@msu.ru
   Aneesh Kumar K.V             kvane...@hotmail.com
diff --git a/build-aux/ltmain.m4sh b/build-aux/ltmain.m4sh
index 30f99f4..48e259b 100644
--- a/build-aux/ltmain.m4sh
+++ b/build-aux/ltmain.m4sh
@@ -2449,7 +2449,7 @@ func_mode_install ()
     if test -n "$current_libdirs"; then
       # Maybe just do a dry run.
       $opt_dry_run && current_libdirs=" -n$current_libdirs"
-      exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
+      exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs'
     else
       exit $EXIT_SUCCESS
     fi
@@ -8506,7 +8506,7 @@ EOF
        fi
       done
       # Quote the link command for shipping.
-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink 
$libtool_args @inst_prefix_dir@)"
+      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args 
--mode=relink $libtool_args @inst_prefix_dir@)"
       relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
       if test yes = "$hardcode_automatic"; then
        relink_command=


hooks/post-receive
-- 
GNU Libtool

Reply via email to