]> git.draconx.ca Git - dxcommon.git/commitdiff
Add some backwards-compatibility helpers for silent-rules.
authorNick Bowler <nbowler@draconx.ca>
Tue, 8 Jan 2013 23:54:41 +0000 (18:54 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 8 Jan 2013 23:54:41 +0000 (18:54 -0500)
The silent-rules support in Automake has changed over the ages.  Most
glaringly, the output alignment changed between 1.11 and 1.12.  Add a
new macro, DX_AUTOMAKE_COMPAT, which is intended to capture the
compatibility hacks needed to support multiple versions of Automake.
Currently, this means that it will define a variable to help print
silent-rule output that maintains alignment, and it will AC_SUBST
compatible versions, if necessary, of variables substituted in later
versions of Automake's silent-rule support.

Update glconfig.mk to make use of the new feature.


No differences found