From: Matthias Clasen Date: Mon, 2 Feb 2015 06:19:17 +0000 (+0900) Subject: examples: Require gettext 0.19 in hello-c-gnome3 X-Git-Tag: v0.19.5~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40cf2148196085add7a4dda6c859cc116c5f590f;p=thirdparty%2Fgettext.git examples: Require gettext 0.19 in hello-c-gnome3 * gettext-tools/examples/hello-c-gnome3/configure.ac: Require gettext 0.19, for GSettings and Desktop files. --- diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog index 81120070c..3f259335a 100644 --- a/gettext-tools/examples/ChangeLog +++ b/gettext-tools/examples/ChangeLog @@ -1,3 +1,8 @@ +2015-02-02 Matthias Clasen + + * hello-c-gnome3/configure.ac: Require gettext 0.19, for GSettings + and Desktop files. + 2015-01-07 Daiki Ueno examples: Make hello-c-gnome3 translator friendly diff --git a/gettext-tools/examples/hello-c-gnome3/configure.ac b/gettext-tools/examples/hello-c-gnome3/configure.ac index e1e6aebbf..738f53b6c 100644 --- a/gettext-tools/examples/hello-c-gnome3/configure.ac +++ b/gettext-tools/examples/hello-c-gnome3/configure.ac @@ -10,7 +10,7 @@ AM_INIT_AUTOMAKE(hello-c-gnome3, 0) AC_PROG_CC AC_CHECK_HEADERS([unistd.h]) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION(0.15) +AM_GNU_GETTEXT_VERSION(0.19) dnl Check GNOME specific stuff. dnl