From: Frédéric Marchal Date: Fri, 28 Jan 2011 08:19:27 +0000 (+0000) Subject: Change gettext version to suit autopoint 0.17 X-Git-Tag: v2.3.2~82 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6dae7f97d1d554d7d6c4b25bf32f96ca93f9b63e;p=thirdparty%2Fsarg.git 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. --- 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