From: Daiki Ueno Date: Wed, 23 Apr 2014 12:29:26 +0000 (+0900) Subject: examples: Lower the required gettext version to 0.15 X-Git-Tag: v0.19~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2151f9f2b2b61047de317a3c61baec1d41a4e5f;p=thirdparty%2Fgettext.git examples: Lower the required gettext version to 0.15 --- diff --git a/gettext-tools/examples/hello-c-gnome3/configure.ac b/gettext-tools/examples/hello-c-gnome3/configure.ac index ddacfb0bf..e1e6aebbf 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.18.3) +AM_GNU_GETTEXT_VERSION(0.15) dnl Check GNOME specific stuff. dnl