]> granicus.if.org Git - curl/commitdiff
Reinstate hiding aclocal 'underquoted definition' warnings.
authorYang Tse <yangsita@gmail.com>
Wed, 30 Jul 2008 04:42:16 +0000 (04:42 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 30 Jul 2008 04:42:16 +0000 (04:42 +0000)
tests/testcurl.pl

index 7bae91727db8e8d64f921a564a74b7d776e727ea..2c0d547e5d89ed0de2200b61df13d2ce4e4c57bc 100755 (executable)
@@ -395,6 +395,7 @@ if ($CVS) {
     open(F, "./buildconf 2>&1 |") or die;
     open(LOG, ">$buildlog") or die;
     while (<F>) {
+      next if /warning: underquoted definition of/;
       print;
       print LOG;
     }