]> git.draconx.ca Git - dxcommon.git/commit
Fix distribution of dx-stamp.m4.
authorNick Bowler <nbowler@draconx.ca>
Sat, 22 Nov 2014 17:21:10 +0000 (12:21 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sun, 19 Apr 2015 18:49:06 +0000 (14:49 -0400)
commit1a890c291972284b13e7ae9d394813f2a138fed0
treec1177a9ad213d2fa7fdc8d77f9d5d81deed4a082
parent3449836571833dec092ceb3edfdce24cf88f81dd
Fix distribution of dx-stamp.m4.

The automatic distribution of dx-stamp.m4 depends on m4_include
appearing in the m4 traces.  Normally aclocal does that but it
seems to not be entirely reliable.  The reason we do not simply
use m4_include is because this produces warnings about multiple
inclusion.

Fortunately, this is pretty easy to work around.  Just use m4_pushdef
to redefine m4_include to what we need, so the traces show the file
needs to be distributed.
m4/base.m4