From e9cf8da1a6d7eb254ddd2fdb257da3037b5b51f7 Mon Sep 17 00:00:00 2001 From: Darshit Shah Date: Sun, 7 Mar 2021 14:50:11 +0100 Subject: [PATCH] Bump gettext version to 0.20 * bootstrap.conf: Increase minimum version of gettext needed to 0.20 * configure.ac: Same --- bootstrap.conf | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 63e78f90..e606b270 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -133,7 +133,7 @@ buildreq="\ autoconf 2.64 automake 1.11.1 autopoint - -gettext 0.17 +gettext 0.20 git 1.4.4 makeinfo - perl 5.5 diff --git a/configure.ac b/configure.ac index e74e65e0..30c6a558 100644 --- a/configure.ac +++ b/configure.ac @@ -262,7 +262,7 @@ dnl dnl Gettext dnl AM_GNU_GETTEXT([external],[need-ngettext]) -AM_GNU_GETTEXT_VERSION([0.19.3]) +AM_GNU_GETTEXT_VERSION([0.20]) AC_PROG_RANLIB