aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2014-07-15 01:48:48 +0100
committerReuben Thomas <rrt@sc3d.org>2014-07-15 01:48:48 +0100
commit7bc617a5e33dd366bdb159dc91fd262f20de6b16 (patch)
tree57785ed0d39b982ca0c3450132bdfebf7b0f794c /configure.ac
parent431eb1e1c20a163c08494ac6a4263b82b4865091 (diff)
downloadplptools-7bc617a5e33dd366bdb159dc91fd262f20de6b16.tar.gz
plptools-7bc617a5e33dd366bdb159dc91fd262f20de6b16.tar.bz2
plptools-7bc617a5e33dd366bdb159dc91fd262f20de6b16.zip
Update to gettext 0.19.2, for use with bison 3.x
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 01d6797..ffbf7fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,7 +49,7 @@ fi
dnl NLS support
ALL_LINGUAS="de sv"
AM_GNU_GETTEXT
-AM_GNU_GETTEXT_VERSION([0.18.3])
+AM_GNU_GETTEXT_VERSION([0.19.2])
dnl Additional glibc-intl checks
if test "${USE_NLS}" = "yes" ; then