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-158-g00ed018


From: Peter Rosin
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2-158-g00ed018
Date: Mon, 20 Aug 2012 15:14:29 +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  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 <address@hidden>
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               address@hidden
   Alexei Sheplyakov            address@hidden
   Alon Bar-Lev                 address@hidden
+  Andreas Schiffler            address@hidden
   Andreas Schwab               address@hidden
   Andrey Slepuhin              address@hidden
   Aneesh Kumar K.V             address@hidden
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

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