]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
examples: Lower the required gettext version to 0.15
authorDaiki Ueno <ueno@gnu.org>
Wed, 23 Apr 2014 12:29:26 +0000 (21:29 +0900)
committerDaiki Ueno <ueno@gnu.org>
Wed, 23 Apr 2014 12:29:26 +0000 (21:29 +0900)
gettext-tools/examples/hello-c-gnome3/configure.ac

index ddacfb0bf3d46d27f7faa2f95d2522be7a55a414..e1e6aebbf6fc2e9375dfb801b5e89b0936991bd9 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.18.3)
+AM_GNU_GETTEXT_VERSION(0.15)
 
 dnl Check GNOME specific stuff.
 dnl