[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: VPATH distcheck build fails
From: |
Tim Rühsen |
Subject: |
Re: VPATH distcheck build fails |
Date: |
Sat, 4 May 2019 16:44:18 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 |
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 wget package.
>>> 9c9
>>> < "Project-Id-Version: wget 1.20.3.13-ee7fe-dirty\n"
>>> ---
>>>> "Project-Id-Version: GNU wget 1.20.3.13-ee7fe-dirty\n"
>>
>> The determination whether a package is a GNU package or not is a bit
>> unreliable. To fix this, set the PACKAGE_GNU variable in your
>> po/Makevars:
>>
>> # This tells whether or not to prepend "GNU " prefix to the package
>> # name that gets inserted into the header of the $(DOMAIN).pot file.
>> # Possible values are "yes", "no", or empty. If it is empty, try to
>> # detect it automatically by scanning the files in $(top_srcdir) for
>> # "GNU packagename" string.
>> PACKAGE_GNU = yes
>
> Thanks, Bruno.
>
> That seems much better than changing AC_INIT in configure.ac.
Both, 'po/Makevars' and 'po/Makevars.template' are overwritten by
'./bootstrap' (the gnulib bootstrap) (adding to git doesn't matter).
We use gnulib module 'gettext-h' but not 'gettext', in configure.ac there is
AM_GNU_GETTEXT([external],[need-ngettext])
AM_GNU_GETTEXT_VERSION([0.17])
Sorry, but I'm a bit puzzled here.
Regards, Tim
signature.asc
Description: OpenPGP digital signature
- VPATH distcheck build fails, Tim Rühsen, 2019/05/04
- Re: VPATH distcheck build fails, Bruno Haible, 2019/05/04
- Re: VPATH distcheck build fails, Tim Rühsen, 2019/05/04
- Re: VPATH distcheck build fails, Tim Rühsen, 2019/05/04
- Re: VPATH distcheck build fails, Bruno Haible, 2019/05/04
- Re: VPATH distcheck build fails, Tim Rühsen, 2019/05/04
- Re: VPATH distcheck build fails,
Tim Rühsen <=
- Re: VPATH distcheck build fails, Bruno Haible, 2019/05/04
- Re: VPATH distcheck build fails, Tim Rühsen, 2019/05/04
- Re: VPATH distcheck build fails, Bruno Haible, 2019/05/04
- Re: VPATH distcheck build fails, Tim Rühsen, 2019/05/05