* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [mingw]: Support
cross compilation to mingw by allowing `:' or ';' as a path
separator.
* NEWS: Updated.
+2001-07-29 Gary V. Vaughan <gary@gnu.org>
+
+ From Guido Draheim <Guido.Draheim@tek.com>:
+ * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [mingw]: Support
+ cross compilation to mingw by allowing `:' or ';' as a path
+ separator.
+ * NEWS: Updated.
+
2001-07-27 NIIBE Yutaka <gniibe@m17n.org>
* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all
New in 1.4d: 2001-??-??; CVS version 1.4c, Libtool team:
* Support /lib/w32api in recent cygwin releases.
+* Support cross compilation to mingw.
* Improved support for linking with gcc on aix4* and aix5*.
* Initial support for QNX RTOS.
* Bug fixes.
;;
yes,mingw*)
library_names_spec='${libname}`echo ${release} | [sed -e 's/[.]/-/g']`${versuffix}.dll'
- sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
+ sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/$PATH_SEPARATOR/ /g"`
;;
yes,pw32*)
library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'