From: oetiker Date: Wed, 27 May 2009 16:21:15 +0000 (+0000) Subject: get the latest gettext X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6e81e4ff24c612b616b1bf7faaac19e30c020c00;p=rrdtool-all.git get the latest gettext git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1830 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/Makefile.am b/program/Makefile.am index c1a12cf8..eb85e0d6 100644 --- a/program/Makefile.am +++ b/program/Makefile.am @@ -7,7 +7,7 @@ SUBDIRS = po src examples doc bindings intl # the following files are not mentioned in any other Makefile EXTRA_DIST = COPYRIGHT CHANGES WIN32-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \ - rrdtool.spec favicon.ico win32/Makefile win32/config.h \ + rrdtool.spec favicon.ico win32/Makefile win32/config.h autogen.sh \ win32/rrd.dsp win32/rrd.sln win32/rrd.vcproj \ win32/rrd_config.h.msvc win32/rrdlib.vcproj win32/rrdtool.dsp \ win32/rrdtool.dsw win32/rrdtool.vcproj netware/Makefile \ diff --git a/program/configure.ac b/program/configure.ac index f0591861..3cb82381 100644 --- a/program/configure.ac +++ b/program/configure.ac @@ -263,8 +263,7 @@ AC_CHECK_FUNCS(posix_fadvise) CONFIGURE_PART(Libintl Processing) - -AM_GNU_GETTEXT_VERSION([0.14.4]) +AM_GNU_GETTEXT_VERSION([0.17]) AM_GNU_GETTEXT() CONFIGURE_PART(IEEE Math Checks)