yangtse: curl-www/auto ccwarn.pm,1.23,1.24
[email protected] Mon, 08 Jun 2009 17:41:06 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv16930/auto
Modified Files:
ccwarn.pm
Log Message:
highlight libtool messages warning about missing shared libraries
Index: ccwarn.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/ccwarn.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- ccwarn.pm 26 May 2009 15:06:06 -0000 1.23
+++ ccwarn.pm 8 Jun 2009 17:41:04 -0000 1.24
@@ -49,6 +49,8 @@
($l =~ /^libtool: \w+: warning:/) ||
($l =~ /^libtool: link:.*cannot find the library/) ||
($l =~ /^libtool: link:.*is not a valid libtool object/) ||
+ ($l =~ /^\*\*\* Warning: .* library needs some functionality .*/) ||
+ ($l =~ /^\*\*\* Warning: .* does not have real file for .*/) ||
# NetWare's nlmconv linker
($l =~ /^nlmconv:/) ||