From: Tobias Oetiker Date: Wed, 27 May 2009 16:21:15 +0000 (+0000) Subject: get the latest gettext X-Git-Tag: 1.4.0~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c67630c78af0c4b9d9113fc3f12fca3dad11be6f;p=thirdparty%2Frrdtool-1.x.git get the latest gettext git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1830 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/Makefile.am b/Makefile.am index c1a12cf8..eb85e0d6 100644 --- a/Makefile.am +++ b/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/configure.ac b/configure.ac index f0591861..3cb82381 100644 --- a/configure.ac +++ b/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)