From: Michael Tremer Date: Fri, 25 Dec 2020 11:19:16 +0000 (+0000) Subject: gettext: Do not save location in po files X-Git-Tag: 0.9.28~1285^2~926 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5da7e9aa6a6981a1857e3848f113e3d9ed2f4ff;p=pakfire.git gettext: Do not save location in po files Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index 5539f0a57..d60281328 100644 --- a/configure.ac +++ b/configure.ac @@ -49,6 +49,8 @@ LT_INIT([disable-static]) IT_PROG_INTLTOOL([0.40.0]) +XGETTEXT="${XGETTEXT} --keyword=_:1,2 --keyword=N_:1,2 --no-location" + GETTEXT_PACKAGE=pakfire AC_SUBST(GETTEXT_PACKAGE)