Commit 7a588144 authored by Yang Tse's avatar Yang Tse
Browse files

Reinstate hiding aclocal 'underquoted definition' warnings.

parent 7f2999aa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
    }