From: Lasse Collin Date: Thu, 2 Aug 2012 14:13:30 +0000 (+0300) Subject: Build: Bump gettext version requirement to 0.18. X-Git-Tag: v5.0.5~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e44b21839b1dcbac5097be39b87dd2ddb6e114fd;p=thirdparty%2Fxz.git Build: Bump gettext version requirement to 0.18. Otherwise too old version of m4/lib-link.m4 gets included when autoreconf -fi is run. --- diff --git a/configure.ac b/configure.ac index f0ccef94..b02dd416 100644 --- a/configure.ac +++ b/configure.ac @@ -460,7 +460,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]) ###############################################################################