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.2.6-15-g8dfe9a6


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-15-g8dfe9a6
Date: Sun, 09 Nov 2008 19:51:20 +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  8dfe9a6a6ba0127c4040df955b734a211c7e52d9 (commit)
      from  b59009b28fe23afa33c9ad127b7004396758b9bb (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 8dfe9a6a6ba0127c4040df955b734a211c7e52d9
Author: Alexei Sheplyakov <address@hidden>
Date:   Sun Nov 9 20:47:38 2008 +0100

    Fix cross compilation with wine for the case SHELL != bash.
    
    * libltdl/config/ltmain.m4sh (func_to_host_path): Avoid escape
    sequence interpretation by 'echo', for w32-style paths.
    * THANKS: Update.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog                  |    7 +++++++
 THANKS                     |    1 +
 libltdl/config/ltmain.m4sh |    4 ++--
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 38abe80..474d08b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-11-09  Alexei Sheplyakov  <address@hidden>  (tiny change)
+
+       Fix cross compilation with wine for the case SHELL != bash.
+       * libltdl/config/ltmain.m4sh (func_to_host_path): Avoid escape
+       sequence interpretation by 'echo', for w32-style paths.
+       * THANKS: Update.
+
 2008-10-28  Michael Haubenwallner  <address@hidden> (tiny change)
 
        Fix checks for unsupported allow_undefined_flag.
diff --git a/THANKS b/THANKS
index 17b7b12..08971f9 100644
--- a/THANKS
+++ b/THANKS
@@ -67,6 +67,7 @@
   their time and energy in helping to track down bugs, port to new systems,
   and generally assist in the libtool maintainership process:
 
+  Alexei Sheplyakov            address@hidden
   Andreas Schwab               address@hidden
   Andrey Slepuhin              address@hidden
   Aneesh Kumar K.V             address@hidden
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index 696b6ab..005c6a8 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -2600,7 +2600,7 @@ func_to_host_path ()
             ;;
           *cygwin* )
             func_to_host_path_tmp1=`cygpath -w "$1"`
-            func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
+            func_to_host_path_result=`$ECHO "$func_to_host_path_tmp1" |\
               $SED -e "$lt_sed_naive_backslashify"`
             ;;
           * )
@@ -2613,7 +2613,7 @@ func_to_host_path ()
             # the odd construction:
             func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null`
             if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then
-              func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
+              func_to_host_path_result=`$ECHO "$func_to_host_path_tmp1" |\
                 $SED -e "$lt_sed_naive_backslashify"`
             else
               # Allow warning below.


hooks/post-receive
--
GNU Libtool




reply via email to

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