From 9078a34ac16fe2a9926c4690fb078c7331c96b0d Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Wed, 14 May 2025 16:56:00 +0000 Subject: [PATCH] configure: Explicitely configure Gettext From version 0.25, Gettext will complain about not calling autopoints to set up all required macros required by autoconf later on. Signed-off-by: Michael Tremer --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 512f5ff..d5009ce 100644 --- a/configure.ac +++ b/configure.ac @@ -42,6 +42,9 @@ AM_INIT_AUTOMAKE([ ]) AM_SILENT_RULES([yes]) +AM_GNU_GETTEXT_VERSION(0.21) +AM_GNU_GETTEXT([external]) + IT_PROG_INTLTOOL([0.40.0]) GETTEXT_PACKAGE=ddns -- 2.39.5