File: configure.ac-Use-explicit-AM_GETTEXT_VERSION.patch

package info (click to toggle)
aegisub 3.2.2%2Bdfsg-7.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 22,988 kB
  • sloc: cpp: 57,067; ansic: 16,457; asm: 3,618; sh: 3,525; makefile: 409; python: 350; perl: 274; cs: 205; xml: 196; objc: 47
file content (23 lines) | stat: -rw-r--r-- 612 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Boyuan Yang <byang@debian.org>
Date: Tue, 26 Apr 2022 22:09:16 -0400
Subject: configure.ac: Use explicit AM_GETTEXT_VERSION

This is required for autopoint, gettextize to work well.

Bug-Debian: https://bugs.debian.org/997098
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

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