]> git.draconx.ca Git - dxcommon.git/commitdiff
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)
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.


No differences found