+2008-11-09 Alexei Sheplyakov <varg@theor.jinr.ru> (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 <michael.haubenwallner@salomon.at> (tiny change)
Fix checks for unsupported allow_undefined_flag.
their time and energy in helping to track down bugs, port to new systems,
and generally assist in the libtool maintainership process:
+ Alexei Sheplyakov varg@theor.jinr.ru
Andreas Schwab schwab@suse.de
Andrey Slepuhin pooh@msu.ru
Aneesh Kumar K.V kvaneesh@hotmail.com
;;
*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"`
;;
* )
# 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.