]> git.draconx.ca Git - slotifier.git/commit
Don't use gnulib gettext module.
authorNick Bowler <nbowler@draconx.ca>
Sat, 13 Feb 2021 18:33:37 +0000 (13:33 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 13 Feb 2021 18:33:37 +0000 (13:33 -0500)
commit0633f2248d380e9d15a85abd35c5305da2386e43
treed48fc152f84e35229c8fff591798d2152f31e6fc
parent2ecdb0d619aafb1e874360c5a2f5e4046ed7c209
Don't use gnulib gettext module.

This gives deprecation warnings, suggesting the use of gettext-h
instead.  I believe there is little reason not to switch, as
everything will work the same just that the NLS configure tests
will come from an installed GNU gettext when bootstrapping rather
than from gnulib.
m4/gnulib-cache.m4