Re: VPATH distcheck build fails

2019-05-04 Thread Bruno Haible
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

Re: VPATH distcheck build fails

2019-05-04 Thread Tim Rühsen
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

Re: VPATH distcheck build fails

2019-05-04 Thread Bruno Haible
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

Re: VPATH distcheck build fails

2019-05-04 Thread Tim Rühsen
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

Re: VPATH distcheck build fails

2019-05-04 Thread Tim Rühsen
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:

Re: VPATH distcheck build fails

2019-05-04 Thread Bruno Haible
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

Re: VPATH distcheck build fails

2019-05-04 Thread Tim Rühsen
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

Re: VPATH distcheck build fails

2019-05-04 Thread Tim Rühsen
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:

Re: VPATH distcheck build fails

2019-05-04 Thread Bruno Haible
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

VPATH distcheck build fails

2019-05-04 Thread Tim Rühsen
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 >