Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:82a0a832422a667b953a5972e6723d38afdcea42
Author...:Collin Funk
Committer:Reuben Thomas
Date.....:Sun May 18 11:42:05 2025 -0700
Parents..:a1ebacaad7936b7588477f528a220f9886276011

Message
maint: Update required gettext version to 0.19.2

* configure.ac (AM_GNU_GETTEXT_VERSION): Require gettext 0.19.2 since
0.18.1 uses deprecated Autoconf and Automake macros.

Changes
diff --git a/configure.ac b/configure.ac
line changes: +1/-1
index 47ce07e..40da508
--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,7 @@ dnl Ensure VLAs are not used.
 AC_DEFINE([GNULIB_NO_VLA], [1], [Define to 1 to disable use of VLAs])
 
 dnl i18n support from GNU gettext.
-AM_GNU_GETTEXT_VERSION([0.18.1])
+AM_GNU_GETTEXT_VERSION([0.19.2])
 AM_GNU_GETTEXT([external])
 
 AC_CONFIG_FILES([Makefile

This website is licensed under AGPL-3.0. Feel free to copy!