Re: Bison 2.4.1: make install does not install mo files
Akim Demaille <akim.demaille <at> gmail.com>
2009-08-16 18:56:51 GMT
Hi Martin,
Well, we have a problem in our use of GNU Gettext, and I don't know
what we should do. Gettext guys, I have left all the context below,
thanks for any help!
So we need to specify
AM_GNU_GETTEXT([external], [need-formatstring-macros])
AM_GNU_GETTEXT_VERSION([0.15])
because, we, developers, need this feature to generate the po files
using a recent Gettext. But we ship the compiled *.gmo files, which,
I believe, are enough to install on any system. So it is also my
understanding that you don't need that Gettext to use the files. So
it should disable po files extraction in your environment, but I don't
think it should prevent the installation of the mo files.
Am I right?
Thanks in advance.
Le 16 août 09 à 15:45, Martin Jacobs a écrit :
> Hi Akim,
>
> thanks for your help.
>
> On Sun, 16 Aug 2009, Akim Demaille wrote:
>
(Continue reading)