From: Robert Boehne Date: Tue, 31 Jul 2001 22:57:34 +0000 (+0000) Subject: * libtool.m4 (mingw*) Revert the previous change as it was X-Git-Tag: release-1-4d~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bbb1b6197fe21921e358069051f99df30cf6fcd;p=thirdparty%2Flibtool.git * libtool.m4 (mingw*) Revert the previous change as it was applied by mistake. --- diff --git a/ChangeLog b/ChangeLog index f5a9ed8d0..016356b5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-07-31 Robert Boehne + + * libtool.m4 (mingw*) Revert the previous change as it was + applied by mistake. + 2001-07-31 Guido Draheim * libtool.m4 (mingw*) sys_lib_search_path_spec: diff --git a/libtool.m4 b/libtool.m4 index e1d1f7312..8a08247b0 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -1091,17 +1091,6 @@ cygwin* | mingw* | pw32*) 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/$PATH_SEPARATOR/ /g"` - if test "_$PATH_SEPARATOR" = "_:" ; then - sys_lib_search_path_spec=`echo $sys_lib_search_path_spec | sed -e 's/:/ /g'` - elif test "_$PATH_SEPARATOR" = "_;" ; then - sys_lib_search_path_spec=`echo $sys_lib_search_path_spec | sed -e 's/;/ /g'` - else - if test "x$sys_lib_search_path_spec" != `echo x$sys_lib_search_path_spec | sed -e 's/;/ /'` ; then - AC_MSG_ERROR(PATH_SEPARATOR not set, but $CC -print-search-dirs contains semicolons) - elif test "x$sys_lib_search_path_spec" != `echo x$sys_lib_search_path_spec | sed -e 's/:/ /'` ; then - AC_MSG_ERROR(PATH_SEPARATOR not set, but $CC -print-search-dirs contains colons) - fi - fi ;; yes,pw32*) library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'