From: Alexandre Duret-Lutz Date: Wed, 23 Aug 2006 19:20:25 +0000 (+0000) Subject: * lib/Automake/ChannelDefs.pm (usage): Mention that -Wportability X-Git-Tag: Release-1-10~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=798a50674a0e620c92de588aacb2090d7aa48f82;p=thirdparty%2Fautomake.git * lib/Automake/ChannelDefs.pm (usage): Mention that -Wportability is enabled by default with gnu and gnits strictness. Report from Bruno Haible. --- diff --git a/ChangeLog b/ChangeLog index 4fb528bc1..1bd459817 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-08-23 Alexandre Duret-Lutz + + * lib/Automake/ChannelDefs.pm (usage): Mention that -Wportability + is enabled by default with gnu and gnits strictness. + Report from Bruno Haible. + 2006-08-22 Paul Eggert * NEWS: Mark de-ANSI-fication as being obsolete. diff --git a/lib/Automake/ChannelDefs.pm b/lib/Automake/ChannelDefs.pm index 0a6e36904..17283cb86 100644 --- a/lib/Automake/ChannelDefs.pm +++ b/lib/Automake/ChannelDefs.pm @@ -168,7 +168,7 @@ sub usage () `gnu' GNU coding standards (default in gnu and gnits modes) `obsolete' obsolete features or constructions `override' user redefinitions of Automake rules or variables - `portability' portability issues + `portability' portability issues (default in gnu and gnits modes) `syntax' dubious syntactic constructs (default) `unsupported' unsupported or incomplete features (default) `all' all the warnings