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

index 3a940923f96df10c96dce4f840ffe8ef008a6636..8df890f9989c9edeca4dfeaf051d23ceb9b41052 100644 (file)
@@ -40,7 +40,7 @@
 #  --macro-prefix=gl \
 #  --no-vc-files \
 #  getopt-gnu \
-#  gettext \
+#  gettext-h \
 #  gitlog-to-changelog \
 #  hypot \
 #  localcharset \