]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (sys_lib_search_path_spec): Remove extraneous '='
authorGary V. Vaughan <gary@gnu.org>
Wed, 26 Jun 2002 07:25:14 +0000 (07:25 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 26 Jun 2002 07:25:14 +0000 (07:25 +0000)
character which appears in gcc 3.1 -print-search-dirs output.

ChangeLog
libtool.m4

index 61b865fd844fd7e40231ebafa5bd4288953a98b4..39d1b17638be4979ccd3937eb86ec2991315d13c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-26  Bob Friesenhahn  <bfreisen@simple.dallas.tx.us>
+
+       * 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  <china@thewrittenword.com>
 
        * ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): HP/UX needs
index be4125f236d25d4411ed3669766f720bdc8c6773..f21736242d6ceac8290a46e9b31730ae10012a6b 100644 (file)
@@ -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'