summaryrefslogtreecommitdiffstats
path: root/gettext-tools/examples
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-02-02 15:19:17 +0900
committerDaiki Ueno <ueno@gnu.org>2015-02-02 15:21:03 +0900
commit40cf2148196085add7a4dda6c859cc116c5f590f (patch)
tree003e859cd0e88876562075cd659250208b115d39 /gettext-tools/examples
parenta4d132f7243b71619b755f14e7754903fedb8609 (diff)
downloadexternal_gettext-40cf2148196085add7a4dda6c859cc116c5f590f.zip
external_gettext-40cf2148196085add7a4dda6c859cc116c5f590f.tar.gz
external_gettext-40cf2148196085add7a4dda6c859cc116c5f590f.tar.bz2
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.
Diffstat (limited to 'gettext-tools/examples')
-rw-r--r--gettext-tools/examples/ChangeLog5
-rw-r--r--gettext-tools/examples/hello-c-gnome3/configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog
index 8112007..3f25933 100644
--- a/gettext-tools/examples/ChangeLog
+++ b/gettext-tools/examples/ChangeLog
@@ -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
diff --git a/gettext-tools/examples/hello-c-gnome3/configure.ac b/gettext-tools/examples/hello-c-gnome3/configure.ac
index e1e6aeb..738f53b 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