]> git.draconx.ca Git - dxcommon.git/commit
Fix multiple language substitution in DX_LINGUAS.
authorNick Bowler <nbowler@draconx.ca>
Mon, 15 Feb 2021 04:57:05 +0000 (23:57 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 15 Feb 2021 05:22:34 +0000 (00:22 -0500)
commit9ddf4c535f0c9b5b1968c9d8e21b778c66a4bf49
treee06ab79956ee596a0629d90557a44f079966d03c
parentc6f9cd97c0399d9bd827ac823c9f59aefa6e456c
Fix multiple language substitution in DX_LINGUAS.

For some reason this macro inserts newlines between successive values
in the calculated POFILES/MOFILES settings.  This causes syntax errors
when these get substituted into makefiles and is very, very broken.

So this macro has basically never worked except for trivial cases.  This
happens when you don't bother to test things.  So let's fix that up and
add a test case to expose this issue.
m4/linguas.m4
tests/macros.at