aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2012-08-02 17:13:30 +0300
committerLasse Collin <lasse.collin@tukaani.org>2012-08-02 17:13:30 +0300
commitd8eaf9d8278c23c2cf2b7ca5562d4de570d3b5db (patch)
treea8e480e4dbee29f4fc5f68a660ec8964a875f6ea
parentUpdate THANKS. (diff)
downloadxz-d8eaf9d8278c23c2cf2b7ca5562d4de570d3b5db.tar.xz
Build: Bump gettext version requirement to 0.18.
Otherwise too old version of m4/lib-link.m4 gets included when autoreconf -fi is run.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0941e8e3..1641ca1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -496,7 +496,7 @@ AM_CONDITIONAL([COND_SHARED], [test "x$enable_shared" != xno])
echo
echo "Initializing gettext:"
-AM_GNU_GETTEXT_VERSION([0.16.1])
+AM_GNU_GETTEXT_VERSION([0.18])
AM_GNU_GETTEXT([external])
###############################################################################