[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 01/01: build: set gettext version to make bootstrap work
From: |
Ludovic Courtès |
Subject: |
[shepherd] 01/01: build: set gettext version to make bootstrap work |
Date: |
Mon, 26 Nov 2018 11:28:28 -0500 (EST) |
civodul pushed a commit to branch master
in repository shepherd.
commit 3df569e4a45223f86a12512aa80ba920b2b5f1ac
Author: Florian Dold <address@hidden>
Date: Mon Nov 26 12:59:37 2018 +0100
build: set gettext version to make bootstrap work
* configure.ac: add AM_GNU_GETTEXT_VERSION
Signed-off-by: Ludovic Courtès <address@hidden>
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 79483b4..3877913 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,6 +15,7 @@ dnl Enable silent rules by default.
AM_SILENT_RULES([yes])
AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.19])
AC_CANONICAL_HOST
AC_PROG_MKDIR_P