warnings: 'extra-portability' category is not implied by '-Wall'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 4 Nov 2011 10:26:51 +0000 (11:26 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 4 Nov 2011 10:35:19 +0000 (11:35 +0100)
commit213f5ef34632205139c3b483a73cbf20117786e4
tree1625dbd246cd563a6baf1d5bcf42be64db9acb6a
parentf25b141f7cf424c481faa0f3581eb58ef609384c
warnings: 'extra-portability' category is not implied by '-Wall'

This change is only intended for the 1.11.x series.  In automake
1.12, `-Wall' will be meant to enable `-Wextra-portability'.

* lib/Automake/ChannelDefs.pm (switch_warning): Do not enable
extra-portability warnings when `-Wall' is given.  Use ...
($have_extra_portability ): ... this new global variable.
Add a trailing "1;" to avoid spurious errors upon the importing
of this module.
* tests/extra-portability.test: Update and extend.
* NEWS: Update.
ChangeLog
NEWS
lib/Automake/ChannelDefs.pm
tests/extra-portability.test