summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2022-06-06 12:07:31 +0300
committerPanu Matilainen <pmatilai@redhat.com>2022-06-28 14:51:02 +0300
commite53adf9e51064223de30587dfee8defad0188c64 (patch)
treeb1a926ae29b8d39952f15ac8fe08cbbb4b046d2d
parentd95e3ca0d868dd8933608f4796cf55e37e8a3eb9 (diff)
downloadrpm-e53adf9e51064223de30587dfee8defad0188c64.tar.gz
Bump minimum gettext version to 0.19.8
To keep in sync with popt, where the rationale was primarily to improve musl compatibility [1]. I'd like to say to keep up with the times too, but some may not consider that applicable for something released in 2016. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941778 (cherry picked from commit d4a6182c43e7aef651e20f8cc88ebaea6034d6e2)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0a77ebc21..61afcb73c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -525,7 +525,7 @@ fi
AM_CONDITIONAL([SQLITE], [test "x$have_sqlite" = "xyes"])
AC_SUBST(DB_BACKEND)
-AM_GNU_GETTEXT_VERSION([0.18.2])
+AM_GNU_GETTEXT_VERSION([0.19.8])
AM_GNU_GETTEXT([external])
AM_ICONV