Reinstate hiding aclocal 'underquoted definition' warnings.

This commit is contained in:
Yang Tse 2008-07-30 04:42:16 +00:00
parent 7f2999aa43
commit 7a588144b7

View File

@ -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;
}