Re: How can I import build-aux/po/Makefile.in.in
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-file build-aux/po/Makefile.in.in po/Makefile.in.in
Hi Bruno!
Thanks for your answer. Bison is using exactly gnulib's bootstrap,
so I thought that Makefile.in.in would be imported in some more
official way. Maybe a module or something. Or some magic (I saw
there is already some magic for runtime-po for instance).
I'll do what the coreutils do, thanks!