chiark / gitweb /
Build system, autotest.am: Support Automake 1.11 `silent-rules'.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 22 May 2010 13:03:27 +0000 (14:03 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 30 May 2010 14:20:24 +0000 (15:20 +0100)
  * Introduce a new macro mdw_SILENT_RULES which enables the use of
    the `silent-rules' feature if it's available.  If the feature is
    /not/ available, then make sure that AM_DEFAULT_VERBOSITY is
    defined, in order to avoid errors about recursive variable-expansion
    in custom silent-rules actions.

  * Use this machinery to implement `silent-rules' building in the
    package itself.


No differences found