]> git.draconx.ca Git - dxcommon.git/commitdiff
gen-options.awk: Fix test with older gettext.
authorNick Bowler <nbowler@draconx.ca>
Fri, 17 Nov 2023 04:17:22 +0000 (23:17 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 18 Nov 2023 21:39:55 +0000 (16:39 -0500)
Really old versions of xgettext do not support msgctx, but they do
produce _some_ output so the test is not skipped, just fails.

Enhance the xgettext probe to skip the test with these old versions, and
split it into two so we can still get a proper pass result for the rest.


No differences found