]> git.ipfire.org Git - thirdparty/automake.git/commit
Clarify how to enable `silent-rules' and other global options.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 23 May 2009 20:06:07 +0000 (22:06 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 23 May 2009 20:06:07 +0000 (22:06 +0200)
commit32e88686a445c06126ef473460d9762d19d5ae8d
tree06e28d7c4cc547b72c72661a1930bd454759aafb
parent639f95c3acd69e47fd2fb43edeb8103c253026fe
Clarify how to enable `silent-rules' and other global options.

* doc/automake.texi (Options): When introducing options, be more
careful to note that not all of them can be specified in
AUTOMAKE_OPTIONS statements, and that some do not make sense in
subdirectories.  Note more prominently that `silent-rules' can
only be specified in configure.ac.
* lib/Automake/Options.pm (_process_option_list): Improve error
message for `silent-rules', `tar-v7', `tar-ustar', `tar-pax'
options specified in Makefile.am files.
Report by Bruno Haible.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/automake.texi
lib/Automake/Options.pm