diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2012-08-02 17:13:30 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2012-08-02 17:14:06 +0300 |
commit | e44b21839b1dcbac5097be39b87dd2ddb6e114fd (patch) | |
tree | 78c60bc940992bcfe7582709037f7190eef8ce94 /configure.ac | |
parent | Tests: Remove tests/test_block.c that had gotten committed accidentally. (diff) | |
download | xz-e44b21839b1dcbac5097be39b87dd2ddb6e114fd.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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) ############################################################################### |