]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Settle for gettext version 0.18
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Tue, 1 Feb 2011 19:18:52 +0000 (19:18 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Tue, 1 Feb 2011 19:18:52 +0000 (19:18 +0000)
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.

configure.in

index 9804ddeb23827b5527ece71e4f08e4af49231a63..58fb43e921bc502162f5b5af89b8a0932b8a94db 100644 (file)
@@ -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