yangtse: curl-www/auto ccwarn.pm,1.12,1.13
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv23824/auto
Modified Files:
ccwarn.pm
Log Message:
Highlight result of an overquoting problem in configure script
Index: ccwarn.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/ccwarn.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- ccwarn.pm 5 Aug 2008 07:19:33 -0000 1.12
+++ ccwarn.pm 10 Aug 2008 03:30:43 -0000 1.13
@@ -44,7 +44,9 @@
# NetWare's nlmconv linker
($l =~ /^nlmconv:/) ||
# GNU and MIPS ld error
- ($l =~ /^[^ ?*]*ld((32)|(64))?: /))
+ ($l =~ /^[^ ?*]*ld((32)|(64))?: /) ||
+ # autoconf overquoting in configure script
+ ($l =~ /configure: .*command not found/))
{
my $re;
foreach $re (@ig) {