From: Stefano Lattarini Date: Sun, 16 Sep 2012 07:10:46 +0000 (+0200) Subject: Merge branch 'master' into ng/master X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f32cbc88e80ddd5439274cc8b2c718d92e73ad7f;p=thirdparty%2Fautomake.git Merge branch 'master' into ng/master * master: fix typos in mk-dirp.m4 tags: automake bug bug#12372 is fixed coverage: better exposure for automake bug#12372 (tags-related) coverage: expose automake bug#12372 (tags-related) sync: update files from upstream with "make fetch" news: cygnus will be removed in automake 1.13 news: some changes for 1.13 has been "de-planned" news: report that the have seen fixlets after 1.12.3 warns: enable category 'obsolete' by default Signed-off-by: Stefano Lattarini --- f32cbc88e80ddd5439274cc8b2c718d92e73ad7f diff --cc lib/Automake/ChannelDefs.pm index bc4c6a87e,a465cbc6d..34bda8b2f --- a/lib/Automake/ChannelDefs.pm +++ b/lib/Automake/ChannelDefs.pm @@@ -148,9 -156,10 +148,9 @@@ register_channel 'automake', type => 'f register_channel 'extra-portability', type => 'warning', silent => 1; register_channel 'gnu', type => 'warning'; - register_channel 'obsolete', type => 'warning', silent => 1; + register_channel 'obsolete', type => 'warning'; register_channel 'override', type => 'warning', silent => 1; register_channel 'portability', type => 'warning', silent => 1; -register_channel 'portability-recursive', type => 'warning', silent => 1; register_channel 'syntax', type => 'warning'; register_channel 'unsupported', type => 'warning';