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-301-gcfe82e7


From: Peter Rosin
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2-301-gcfe82e7
Date: Thu, 18 Oct 2012 22:26:57 +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  cfe82e7f854ed1f746d6cfd7febf4aad42fbfec1 (commit)
      from  92b77ed8bbf615ff2ed7710d9da1aae2e97755e8 (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 cfe82e7f854ed1f746d6cfd7febf4aad42fbfec1
Author: Peter Rosin <address@hidden>
Date:   Fri Oct 19 00:18:10 2012 +0200

    libtool: unbreak Windows path quoting
    
    The lt_sed_naive_backslashify variable lost its lt_ prefix
    when m4sh was dropped. But not everywhere.
    * build-aux/ltmain.in (func_convert_core_file_wine_to_w32)
    (func_convert_core_msys_to_w32): Drop the lt_ prefix from
    the lt_sed_naive_backslashify variable.
    
    Signed-off-by: Peter Rosin <address@hidden>

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

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

diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
index 660af1c..bcfc04c 100644
--- a/build-aux/ltmain.in
+++ b/build-aux/ltmain.in
@@ -841,7 +841,7 @@ func_convert_core_file_wine_to_w32 ()
     func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
     if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; 
then
       func_convert_core_file_wine_to_w32_result=`$ECHO 
"$func_convert_core_file_wine_to_w32_tmp" |
-        $SED -e "$lt_sed_naive_backslashify"`
+        $SED -e "$sed_naive_backslashify"`
     else
       func_convert_core_file_wine_to_w32_result=
     fi
@@ -928,7 +928,7 @@ func_convert_core_msys_to_w32 ()
 
   # awkward: cmd appends spaces to result
   func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null |
-    $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"`
+    $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"`
 }
 #end: func_convert_core_msys_to_w32
 


hooks/post-receive
-- 
GNU Libtool



reply via email to

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