Reinstate hiding aclocal 'underquoted definition' warnings.
This commit is contained in:
Родитель
7f2999aa43
Коммит
7a588144b7
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче