Hello.

The patch from Bruno Haible has been accepted by upstream.

I'm attaching a revised version of the patch with slightly better
metadata, namely:

- Description is now taken from the original commit.
- We now use Origin instead of Forwarded.
- Bug-Debian now contains the actual bug number.

Thanks.
Description: configure.ac: Hide m4_ifdef from autopoint
Author: Bruno Haible <[email protected]>
Bug-Debian: https://bugs.debian.org/1120127
Origin: upstream, https://gitlab.com/gnuwget/wget2/-/commit/ce1736518a4e6a03f5b151b6b762f755ebea3f01
Last-Update: 2025-11-10

--- a/configure.ac
+++ b/configure.ac
@@ -410,14 +410,14 @@
 #
 # Gettext
 #
-m4_ifdef([AM_GNU_GETTEXT], [
+m4_ifdef([AM_GNU_GET][TEXT], [
   AM_GNU_GETTEXT([external],[need-ngettext])
   AC_CONFIG_FILES([po/Makefile.in])
   have_po=yes
 ], [
   have_po=no
 ])
-m4_ifdef([AM_GNU_GETTEXT_VERSION], [
+m4_ifdef([AM_GNU_GET][TEXT_VERSION], [
 #do not indent here
 AM_GNU_GETTEXT_VERSION([0.22.5])
 ])

Reply via email to