Tim Rühsen wrote:
> Nothing documented found. After reading some code, it seems po/Makevars
> is left alone when removing AM_GNU_GETTEXT_VERSION([0.17]) from
> configure.ac.
The Makefile.in.in from version 0.17 did not contain the support for
the PACKAGE_GNU customization. You need at least
AM_G
On 04.05.19 18:13, Bruno Haible wrote:
> Tim Rühsen wrote:
>> Both, 'po/Makevars' and 'po/Makevars.template' are overwritten by
>> './bootstrap' (the gnulib bootstrap) (adding to git doesn't matter).
>
> po/Makevars is meant to contain *package-specific* customizations
> of the gettext integration
Tim Rühsen wrote:
> Both, 'po/Makevars' and 'po/Makevars.template' are overwritten by
> './bootstrap' (the gnulib bootstrap) (adding to git doesn't matter).
po/Makevars is meant to contain *package-specific* customizations
of the gettext integration.
If 'bootstrap' overwrites it, surely it has a
On 04.05.19 16:26, Tim Rühsen wrote:
> On 04.05.19 16:25, Bruno Haible wrote:
>> Tim Rühsen wrote:
>>> $ diff wget.po ../../../po/wget.pot
>>> 3c3
>>> < # This file is distributed under the same license as the wget package.
>>> ---
# This file is distributed under the same license as the GNU
On 04.05.19 16:25, Bruno Haible wrote:
> Tim Rühsen wrote:
>> $ diff wget.po ../../../po/wget.pot
>> 3c3
>> < # This file is distributed under the same license as the wget package.
>> ---
>>> # This file is distributed under the same license as the GNU wget package.
>> 9c9
>> < "Project-Id-Version:
Tim Rühsen wrote:
> $ diff wget.po ../../../po/wget.pot
> 3c3
> < # This file is distributed under the same license as the wget package.
> ---
> > # This file is distributed under the same license as the GNU wget package.
> 9c9
> < "Project-Id-Version: wget 1.20.3.13-ee7fe-dirty\n"
> ---
> > "Proje
On 04.05.19 16:15, Tim Rühsen wrote:
> Hi Bruno,
>
> On 04.05.19 14:44, Bruno Haible wrote:
>> Hi Tim,
>>
>>> I am possible at the wrong ML now, but see the braking shell code as
>>> well in gnulib/build-aux/po/Makefile.in.in.
>>
>> CCing bug-gettext, since that is the more appropriate mailing lis
Hi Bruno,
On 04.05.19 14:44, Bruno Haible wrote:
> Hi Tim,
>
>> I am possible at the wrong ML now, but see the braking shell code as
>> well in gnulib/build-aux/po/Makefile.in.in.
>
> CCing bug-gettext, since that is the more appropriate mailing list.
>
>> The make target '$(DOMAIN).pot-update:
Hi Tim,
> I am possible at the wrong ML now, but see the braking shell code as
> well in gnulib/build-aux/po/Makefile.in.in.
CCing bug-gettext, since that is the more appropriate mailing list.
> The make target '$(DOMAIN).pot-update:' contains this code:
> if test -f $(srcdir)/$(DOMAIN
Hi,
I am possible at the wrong ML now, but see the braking shell code as
well in gnulib/build-aux/po/Makefile.in.in.
The make target '$(DOMAIN).pot-update:' contains this code:
if test -f $(srcdir)/$(DOMAIN).pot; then \
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot >
10 matches
Mail list logo