Re: How can I import build-aux/po/Makefile.in.in

2012-05-08 Thread Akim Demaille
Le 8 mai 2012 à 08:50, Jim Meyering a écrit : > Eric Blake wrote: > ... >> Meanwhile, no one ever reviewed my proposed doc patch: >> >> https://lists.gnu.org/archive/html/bug-gnulib/2012-04/msg00167.html > > Links to mailman-archived messages are hard to read > the moment they contain a few "@"

Re: How can I import build-aux/po/Makefile.in.in

2012-05-07 Thread Jim Meyering
Eric Blake wrote: ... > Meanwhile, no one ever reviewed my proposed doc patch: > > https://lists.gnu.org/archive/html/bug-gnulib/2012-04/msg00167.html Links to mailman-archived messages are hard to read the moment they contain a few "@" (address@obfuscated) signs, so texinfo is much easier to read

Re: How can I import build-aux/po/Makefile.in.in

2012-05-07 Thread Eric Blake
On 05/01/2012 11:19 PM, Akim Demaille wrote: > Hi Eric, > > Sorry for the delays, No problem. > > Le 25 avr. 2012 à 19:36, Eric Blake a écrit : > >> On 04/07/2012 05:48 AM, Akim Demaille wrote: >>> Hi! >>> >>> I would like bison to used gnulib's build-aux/po/Makefile.in.in, >>> but I don't und

Re: How can I import build-aux/po/Makefile.in.in

2012-05-01 Thread Akim Demaille
Hi Eric, Sorry for the delays, Le 25 avr. 2012 à 19:36, Eric Blake a écrit : > On 04/07/2012 05:48 AM, Akim Demaille wrote: >> Hi! >> >> I would like bison to used gnulib's build-aux/po/Makefile.in.in, >> but I don't understand how I am supposed to do that. bison's >> bootstrap is sync'ed with

Re: How can I import build-aux/po/Makefile.in.in

2012-04-25 Thread Eric Blake
On 04/07/2012 05:48 AM, Akim Demaille wrote: > Hi! > > I would like bison to used gnulib's build-aux/po/Makefile.in.in, > but I don't understand how I am supposed to do that. bison's > bootstrap is sync'ed with that of gnulib (the current master). Revisiting this topic, WHY are we trying to use

Re: How can I import build-aux/po/Makefile.in.in

2012-04-16 Thread Jim Meyering
Akim Demaille wrote: > Le 16 avr. 2012 à 12:16, Jim Meyering a écrit : > >> diff --git a/build-aux/bootstrap b/build-aux/bootstrap >> index 31eb651..d749fe2 100755 >> --- a/build-aux/bootstrap >> +++ b/build-aux/bootstrap >> @@ -1,6 +1,6 @@ >> #! /bin/sh >> # Print a version string. >> -scriptvers

Re: How can I import build-aux/po/Makefile.in.in

2012-04-16 Thread Jim Meyering
Akim Demaille wrote: > Le 16 avr. 2012 à 12:16, Jim Meyering a écrit : > >> diff --git a/build-aux/bootstrap b/build-aux/bootstrap >> index 31eb651..d749fe2 100755 >> --- a/build-aux/bootstrap >> +++ b/build-aux/bootstrap >> @@ -1,6 +1,6 @@ >> #! /bin/sh >> # Print a version string. >> -scriptvers

Re: How can I import build-aux/po/Makefile.in.in

2012-04-16 Thread Akim Demaille
Le 16 avr. 2012 à 12:16, Jim Meyering a écrit : > diff --git a/build-aux/bootstrap b/build-aux/bootstrap > index 31eb651..d749fe2 100755 > --- a/build-aux/bootstrap > +++ b/build-aux/bootstrap > @@ -1,6 +1,6 @@ > #! /bin/sh > # Print a version string. > -scriptversion=2012-02-11.09; # UTC > +scri

Re: How can I import build-aux/po/Makefile.in.in

2012-04-16 Thread Jim Meyering
Akim Demaille wrote: > Hi Paul, hi all! > > I would really like some help here. I am probably missing > something, but I am under the impression that the coreutils > are using gettext's po/Makefile.in.in instead of gnulib's, > so your fixes, Paul, would not be installed–as my first > diff below at

Re: How can I import build-aux/po/Makefile.in.in

2012-04-16 Thread Akim Demaille
Hi Paul, hi all! I would really like some help here. I am probably missing something, but I am under the impression that the coreutils are using gettext's po/Makefile.in.in instead of gnulib's, so your fixes, Paul, would not be installed–as my first diff below attempts to show. Since I would li

Re: How can I import build-aux/po/Makefile.in.in

2012-04-09 Thread Akim Demaille
Le 7 avr. 2012 à 19:09, Bruno Haible a écrit : > Hi Akim, > >> autopoint is fired, as expected, but >> gnulib-tool does not override these files. > > You can at any moment of the autogen.sh or bootstrap process copy selected > files from gnulib, using a command such as > > gnulib-tool --copy-

Re: How can I import build-aux/po/Makefile.in.in

2012-04-08 Thread Akim Demaille
Le 7 avr. 2012 à 16:42, Paul Eggert a écrit : > On 04/07/2012 04:48 AM, Akim Demaille wrote: >> I have tried to get some inspiration from the coreutils, >> but they don't use gnu lib's Makefile.in.in either. > > Yes they do -- gnulib-tool copies it and coreutils bootstrap.conf > tailors it. Loo

Re: How can I import build-aux/po/Makefile.in.in

2012-04-07 Thread Bruno Haible
Hi Akim, > autopoint is fired, as expected, but > gnulib-tool does not override these files. You can at any moment of the autogen.sh or bootstrap process copy selected files from gnulib, using a command such as gnulib-tool --copy-file build-aux/po/Makefile.in.in po/Makefile.in.in Bruno

Re: How can I import build-aux/po/Makefile.in.in

2012-04-07 Thread Paul Eggert
On 04/07/2012 04:48 AM, Akim Demaille wrote: > I have tried to get some inspiration from the coreutils, > but they don't use gnu lib's Makefile.in.in either. Yes they do -- gnulib-tool copies it and coreutils bootstrap.conf tailors it. Look for "Makefile.in.in" in those two files. Coreutils form

How can I import build-aux/po/Makefile.in.in

2012-04-07 Thread Akim Demaille
Hi! I would like bison to used gnulib's build-aux/po/Makefile.in.in, but I don't understand how I am supposed to do that. bison's bootstrap is sync'ed with that of gnulib (the current master). We do have "gettext" listed in our gnulib_modules (not "gettext-h"), and autopoint is fired, as expecte