From: Frédéric Marchal Date: Tue, 1 Feb 2011 19:18:52 +0000 (+0000) Subject: Settle for gettext version 0.18 X-Git-Tag: v2.3.2~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5963cdcd577055bed6bbc2f3ca58339e8871c46d;p=thirdparty%2Fsarg.git Settle for gettext version 0.18 According to the gettext manual, AM_GNU_GETTEXT_VERSION sets the minimum gettext version required to build the package but it doesn't look quite right as my system insist on using that exact version of gettext to install the po files. --- diff --git a/configure.in b/configure.in index 9804dde..58fb43e 100644 --- a/configure.in +++ b/configure.in @@ -88,9 +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 -# but autopoint 0.17 cannot parse 0.15.1 so it is rounded up. -AM_GNU_GETTEXT_VERSION([0.16]) +# Change the gettext version according to the available version on your system. +# It should not be necessary to change it unless you run autoreconf -fi. +AM_GNU_GETTEXT_VERSION([0.18]) AM_GNU_GETTEXT([external]) AC_SYS_LARGEFILE