From: Gary V. Vaughan Date: Wed, 26 Jun 2002 07:25:14 +0000 (+0000) Subject: * libtool.m4 (sys_lib_search_path_spec): Remove extraneous '=' X-Git-Tag: release-1-4-3~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=427fa201796660d6df702e580358a7f3370d1465;p=thirdparty%2Flibtool.git * libtool.m4 (sys_lib_search_path_spec): Remove extraneous '=' character which appears in gcc 3.1 -print-search-dirs output. --- diff --git a/ChangeLog b/ChangeLog index 61b865fd8..39d1b1763 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-06-26 Bob Friesenhahn + + * libtool.m4 (sys_lib_search_path_spec): Remove extraneous '=' + character which appears in gcc 3.1 -print-search-dirs output. + 2002-06-23 Albert Chin-A-Young * ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): HP/UX needs diff --git a/libtool.m4 b/libtool.m4 index be4125f23..f21736242 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -2042,7 +2042,7 @@ 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/;/ /g"` + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g" -e "s,=/,/,g"` ;; yes,pw32*) library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'