bagder: curl-www/auto summarize.pl,1.39,1.40

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv16985

Modified Files:
	summarize.pl 
Log Message:
improved failure reason


Index: summarize.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/summarize.pl,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- summarize.pl	16 Apr 2005 22:52:41 -0000	1.39
+++ summarize.pl	19 Apr 2005 23:24:23 -0000	1.40
@@ -258,8 +258,12 @@
             if($cvsfail) {
                 $res .= "CVS";
             }
-            elsif(!$configure) {
-                $res .= "build";
+            elsif(!$buildconf) {
+                $res .= "buildconf";
+            }
+            elsif($configure) {
+                # true if configure failed
+                $res .= "configure";
             }
             else {
                 $totallink++;
@@ -337,6 +341,7 @@
     $linkfine=0;
     $warning=0;
     $skipped=0;
+    $buildconf=0;
     $configure=0;
     $debug=0;
     $openssl=0;
@@ -448,6 +453,9 @@
                 $cvsfail=1;
             }
             elsif($_ =~ /^testcurl: configure created/) {
+                $buildconf=1;
+            }
+            elsif($_ =~ /^testcurl: configure didn\'t work/) {
                 $configure=1;
             }
             elsif($_ =~ /^testcurl: src\/curl was created fine/) {

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.