]> git.draconx.ca Git - dxcommon.git/commit
Fix Autotest depfiles generation with non-GNU makes.
authorNick Bowler <nbowler@draconx.ca>
Sat, 6 Mar 2021 21:22:50 +0000 (16:22 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sun, 7 Mar 2021 02:41:06 +0000 (21:41 -0500)
commitf14190dbcda7e9cf94e1691163081b98ecd2f3b1
tree5ae305633c82042a6580279655aefecf9b9a919e
parent7cd29009c4beb86ed0e8d6b23b13e49a6041c592
Fix Autotest depfiles generation with non-GNU makes.

Depfiles generation uses the $MAKE value set at configure time, and
apparently I never actually tried this with non-GNU makes.  So of
course it does not work.  Let's try to improve the situation.
m4/am-compat.m4
m4/autotest.m4
snippet/autotest.mk
tests/snippets.at [new file with mode: 0644]
testsuite.at