From 6dae7f97d1d554d7d6c4b25bf32f96ca93f9b63e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Fri, 28 Jan 2011 08:19:27 +0000 Subject: [PATCH] Change gettext version to suit autopoint 0.17 Autopoint version 0.17 requires the gettext version to be rounded at the revision number in AM_GETTEXT_VERSION. Therefore, the previous minimum required version of 0.15.1 is rounded up to 0.16. --- configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 8e4ff6b..9804dde 100644 --- a/configure.in +++ b/configure.in @@ -88,8 +88,9 @@ dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_STRUCT_TM -# It looks like gettext 0.15.1 does contain all the features we need. -AM_GNU_GETTEXT_VERSION([0.15.1]) +# It looks like gettext 0.15.1 does contain all the features we need +# but autopoint 0.17 cannot parse 0.15.1 so it is rounded up. +AM_GNU_GETTEXT_VERSION([0.16]) AM_GNU_GETTEXT([external]) AC_SYS_LARGEFILE -- 2.47.2