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)
commit6888a15853e52c8992ee427f78d2c1f068873cea
tree8f8a8b88a090e6763a095e1aa6d9d1709cd78316
parent644cde00a139dedd5599bf0adbdaf96fe48d7cbc
Build system, autotest.am: Support Automake 1.11 `silent-rules'.

  * 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.
Makefile.am
aclocal.glob
autotest.am
configure.ac