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 <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>

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

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  <[EMAIL PROTECTED]>  (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  <[EMAIL PROTECTED]> (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            [EMAIL PROTECTED]
   Andreas Schwab               [EMAIL PROTECTED]
   Andrey Slepuhin              [EMAIL PROTECTED]
   Aneesh Kumar K.V             [EMAIL PROTECTED]
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