From dafaeefa2d81034333ec73594b8209caebb69b23 Mon Sep 17 00:00:00 2001
From: Eli Schwartz <eschwartz93@gmail.com>
Date: Sun, 19 May 2024 19:48:33 -0400
Subject: [PATCH] gettext autoreconf

---
 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
index ada8454..d4f3a44 100644
--- a/configure.in
+++ b/configure.in
@@ -206,7 +206,7 @@ gl_INIT
 dnl For one reason or another, the autogenerated m4/gnulib.m4 wants
 dnl AM_GNU_GETTEXT([external]) called directly from here.
 AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION dnl work around for autoconf-2.57 bug.
+AM_GNU_GETTEXT_VERSION(0.22.4)
 # The error module still poses merge problems.
 AC_FUNC_STRERROR_R
 dnl The following macros can be called by other GNULIB macros but are also
-- 
2.44.1

