[evince] build: Allow building with gettext >= 0.20 with autotools
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] build: Allow building with gettext >= 0.20 with autotools
- Date: Sat, 30 Nov 2019 15:39:41 +0000 (UTC)
commit ce684f4ef06c31cb8146b831de3e43dc04257d6e
Author: Henry Gebhardt <hsggebhardt gmail com>
Date: Wed Nov 27 14:13:43 2019 -0500
build: Allow building with gettext >= 0.20 with autotools
Solution taken from libgsf@91027d34
Fixes #1312
configure.ac | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/configure.ac b/configure.ac
index fa582ec6..e6e73989 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,8 +74,10 @@ LT_LIB_M
GNOME_CXX_WARNINGS
+# FIXME: Remove AM_GNU_GETTEXT_VERSION once autoreconf supports REQUIRE_VERSION
AX_REQUIRE_DEFINED([AM_GNU_GETTEXT_VERSION])
AM_GNU_GETTEXT_VERSION([0.19.8])
+AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])
AX_REQUIRE_DEFINED([AM_GNU_GETTEXT])
AM_GNU_GETTEXT([external])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]