summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoyuan Yang <byang@debian.org>2022-04-26 22:09:16 -0400
committerBoyuan Yang <byang@debian.org>2022-04-27 04:18:47 +0200
commitdd4df767b5d3739caa8b4cda2a420e384c86232e (patch)
treeed87fa09868673f59fb18c34777cba53ae02e707
parentc23c054133717dd0659a54a847de63f85028c673 (diff)
configure.ac: Use explicit AM_GETTEXT_VERSION
This is required for autopoint, gettextize to work well. Bug-Debian: https://bugs.debian.org/997098 Gbp-Pq: Name configure.ac-Use-explicit-AM_GETTEXT_VERSION.patch
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e3f33c6..62ee5a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -451,6 +451,7 @@ AC_PCH_FLAG([-fpch-preprocess])
# Internationalisation support
##############################
AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.21])
################
# Update checker