]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
examples: Require gettext 0.19 in hello-c-gnome3
authorMatthias Clasen <mclasen@redhat.com>
Mon, 2 Feb 2015 06:19:17 +0000 (15:19 +0900)
committerDaiki Ueno <ueno@gnu.org>
Mon, 2 Feb 2015 06:21:03 +0000 (15:21 +0900)
* gettext-tools/examples/hello-c-gnome3/configure.ac: Require gettext
0.19, for GSettings and Desktop files.

gettext-tools/examples/ChangeLog
gettext-tools/examples/hello-c-gnome3/configure.ac

index 81120070c6b495fdf335a4ffe51e3f70cd5b2775..3f259335a4d7df9196ebd3456e6c195cafb952ea 100644 (file)
@@ -1,3 +1,8 @@
+2015-02-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * hello-c-gnome3/configure.ac: Require gettext 0.19, for GSettings
+       and Desktop files.
+
 2015-01-07  Daiki Ueno  <ueno@gnu.org>
 
        examples: Make hello-c-gnome3 translator friendly
index e1e6aebbf6fc2e9375dfb801b5e89b0936991bd9..738f53b6c099cabf3d1ef1c7e029cd9d008e4223 100644 (file)
@@ -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