tags 1092236 patch
thanks

Hello. The attached patch, meant to be
imported with "quilt import" on top
of the current ones, should fix this bug.

While we are at it, fixing #1045806 is easy enough
so I'll send a patch for that as well.

Thanks.
Description: Fix build with gettext 0.23
Author: Santiago Vila <[email protected]>
Bug-Debian: https://bugs.debian.org/1092236
Last-Update: 2025-01-13

--- a/configure.ac
+++ b/configure.ac
@@ -31,8 +31,8 @@
 AM_MAINTAINER_MODE
 
 # Set up gettext
+AM_GNU_GETTEXT_REQUIRE_VERSION([0.21])
 AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.18])
 #AC_DEFINE([GETTEXT_PACKAGE], ["silverjuke"], [Gettext package name.])
 
 # Checks for programs

Reply via email to