yangtse: curl-www/auto ccwarn.pm,1.15,1.16
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv25004/auto
Modified Files:
ccwarn.pm
Log Message:
At least temporarily, highlight AC_MSG_WARN output in configure script
Index: ccwarn.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/ccwarn.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- ccwarn.pm 11 Sep 2008 14:55:27 -0000 1.15
+++ ccwarn.pm 9 Oct 2008 23:35:45 -0000 1.16
@@ -47,6 +47,8 @@
($l =~ /^nlmconv:/) ||
# GNU and MIPS ld error
($l =~ /^[^ ?*]*ld((32)|(64))?: /) ||
+ # AC_MSG_WARN output in configure script
+ ($l =~ /configure: WARNING:/) ||
# autoconf overquoting in configure script
($l =~ /configure: .*command not found/))
{