From: Nick Bowler Date: Sat, 13 Feb 2021 18:33:37 +0000 (-0500) Subject: Don't use gnulib gettext module. X-Git-Tag: v1~2 X-Git-Url: https://git.draconx.ca/gitweb/slotifier.git/commitdiff_plain/0633f2248d380e9d15a85abd35c5305da2386e43 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. --- diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index 3a94092..8df890f 100644 --- a/m4/gnulib-cache.m4 +++ b/m4/gnulib-cache.m4 @@ -40,7 +40,7 @@ # --macro-prefix=gl \ # --no-vc-files \ # getopt-gnu \ -# gettext \ +# gettext-h \ # gitlog-to-changelog \ # hypot \ # localcharset \