From: Stefano Lattarini Date: Fri, 8 Jul 2011 08:43:33 +0000 (+0200) Subject: docs, tests: synchronize examples on silent-rules from config.site X-Git-Tag: v1.11.1b~26^2~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8285d525bfa39018781f5c49b5caa3a44960b8b1;p=thirdparty%2Fautomake.git docs, tests: synchronize examples on silent-rules from config.site * doc/automake.texi (Automake silent-rules Option): Reference test 'silent-configsite.test' in comments. --- diff --git a/ChangeLog b/ChangeLog index c77326d2f..053e4cc01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-07-08 Stefano Lattarini + + docs, tests: synchronize examples on silent-rules from config.site + * doc/automake.texi (Automake silent-rules Option): Reference test + 'silent-configsite.test' in comments. + 2011-07-01 Stefano Lattarini docs, tests: synchronize examples from docs to tests diff --git a/doc/automake.texi b/doc/automake.texi index f0a3c437e..5e8ade81f 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -10002,6 +10002,7 @@ make silent rules enabled by default in his own package can do so by adding a @samp{yes} argument to the @code{AM_SILENT_RULES} call in @file{configure.ac}. We advise against this approach, though. +@c Keep in sync with silent-configsite.test Users who prefer to have silent rules enabled by default can edit their @file{config.site} file to make the variable @code{enable_silent_rules} default to @samp{yes}. This should still allow disabling silent rules