]> git.draconx.ca Git - dxcommon.git/commit
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)
commit105453d074078f82f07a08e56e3a53c1477e094d
tree70e9dbe9827f1e26cab948d7dc23c7052e4edd5e
parent6c607da0ba3527c5454229707261d79d0b6932eb
gen-options.awk: Fix test with older gettext.

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.
tests/scripts.at