From 0633f2248d380e9d15a85abd35c5305da2386e43 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Sat, 13 Feb 2021 13:33:37 -0500 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.43.0