From: Adolf Belka Date: Wed, 14 May 2025 16:56:00 +0000 (+0000) Subject: configure: Explicitely configure Gettext X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=ddns.git 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 --- 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