Reinstate hiding aclocal 'underquoted definition' warnings.

This commit is contained in:
Yang Tse 2008-07-30 04:42:16 +00:00
Родитель 7f2999aa43
Коммит 7a588144b7
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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