From: Michael Tremer Date: Sat, 21 Jun 2025 17:32:07 +0000 (+0000) Subject: configure: Explicitely configure Gettext X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f00b9d412724c1de68d2ab03d82402f5c9eec926;p=pakfire.git configure: Explicitely configure Gettext Signed-off-by: Michael Tremer --- diff --git a/.gitignore b/.gitignore index 6847881fd..0c25b35fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/ABOUT-NLS /Makefile /build-aux /config.h diff --git a/configure.ac b/configure.ac index 0018d3e0b..61379bdf3 100644 --- a/configure.ac +++ b/configure.ac @@ -47,6 +47,10 @@ AM_SILENT_RULES([yes]) LT_PREREQ(2.2) LT_INIT([disable-static]) +dnl Configure Gettext +AM_GNU_GETTEXT_VERSION(0.21) +AM_GNU_GETTEXT([external]) + IT_PROG_INTLTOOL([0.40.0]) XGETTEXT="${XGETTEXT} --keyword=_:1,2 --keyword=N_:1,2 --no-location" diff --git a/m4/.gitignore b/m4/.gitignore index 55eaa803a..9542d093a 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -1,6 +1,16 @@ +gettext.m4 +host-cpu-c-abi.m4 +iconv.m4 +intlmacosx.m4 intltool.m4 +lib-ld.m4 +lib-link.m4 +lib-prefix.m4 libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 +nls.m4 +po.m4 +progtest.m4 diff --git a/po/.gitignore b/po/.gitignore index ee1215654..72f70101c 100644 --- a/po/.gitignore +++ b/po/.gitignore @@ -2,3 +2,11 @@ POTFILES Makefile.in.in .intltool-merge-cache Makefile +Makevars.template +Rules-quot +boldquot.sed +en@boldquot.header +en@quot.header +insert-header.sin +quot.sed +remove-potcdate.sin