[PATCH v1 3/5] gettext: Fix error

Geoff Levand geoff at infradead.org
Thu Sep 29 10:52:30 AEST 2022


Bump gettext version  to 0.19.

Fixes build errors like these:

  error: gettext infrastructure mismatch

Signed-off-by: Geoff Levand <geoff at infradead.org>
---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 524a23d..53c460e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,8 @@ AC_PROG_INSTALL
 
 AM_INIT_AUTOMAKE
 AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION(0.18.1)
+AM_GNU_GETTEXT_VERSION(0.19)
+
 if test "$USE_NLS" = "yes" -a -z "$($MSGFMT --version)"; then
 	AC_MSG_ERROR([[Please install gettext]])
 fi
-- 
2.34.1




More information about the Petitboot mailing list