tags 1133149 patch
thanks

Hi. The attached patch (to be imported with quilt) works for me, but
it would be great if you could forward this upstream, as version 2.4.1
which they released recently still uses old gettext stuff.

Thanks.
From: Santiago Vila <[email protected]>
Subject: Fix FTBFS with gettext 0.26
Bug-Debian: https://bugs.debian.org/1133149

--- a/configure.ac
+++ b/configure.ac
@@ -35,13 +35,13 @@
 m4_define([_BF_LINGUAS], [ar bg ca cs da de el en es eu fa fi fr gl hu it ja ko nb nl nn pl pt pt_BR ro ru sk sr sv ta tr uk zh_CN zh_TW])
 m4_define([_BF_UPTODATE_LINGUAS], [ar ca cs da de el en es fa fr hu it ja nb nl nn pl pt pt_BR ru sv tr uk zh_CN])
 AC_SUBST([ALL_LINGUAS], "_BF_LINGUAS")
+AC_SUBST([LINGUAS], "_BF_LINGUAS")
 GETTEXT_PACKAGE=AC_PACKAGE_NAME
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [gettext domain])
 BF_DEFINE_LINGUAS(_BF_LINGUAS)
 BF_UPTODATE_LINGUAS(_BF_UPTODATE_LINGUAS)
-AM_GNU_GETTEXT_VERSION([0.20])
-AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.6])
+AM_GNU_GETTEXT_VERSION([0.23])
 AM_GNU_GETTEXT([external])
 AC_SUBST(MSGMERGE_FOR_MSGFMT_OPTION)
 

Reply via email to