Re: Intltoolize doesn't create po/Makefile.in ...



Thanks again, Daniel,

I tried to insert your autogen.sh script into my project but...
doesn't work !, and also, I don't know what must change...

Could you or anyone else give me some more help ?

S.


2009/8/11 Daniel Elstner <daniel kitta googlemail com>:
> Hi,
>
> Am Dienstag, den 11.08.2009, 13:20 +0200 schrieb Sever P A:
>
>> For a weeks, I'm trying to run intltool on my app. As I reported
>> before, configure script crashes with the following message,
>>
>> config.status: error: po/Makefile.in.in was not created by intltoolize.
>
> The problem is caused by intltoolize and autopoint fighting over who
> owns po/Makefile.in.in.  If you are using autoreconf, autopoint will be
> automatically invoked when it finds either AM_GNU_GETTEXT_VERSION or
> AM_GNU_GETTEXT in your configure.ac file. One way to get around this
> problem is to trick autoreconf into executing intltoolize instead. Here
> is how I do it for regexxer:
>
>    http://git.gnome.org/cgit/regexxer/tree/autogen.sh
>
> Apart from that, it may also be necessary to use AM_GLIB_GNU_GETTEXT
> instead of AM_GNU_GETTEXT, but I'm not sure if this is still strictly
> required.  If you do use it instead, autoreconf will not try to invoke
> ${AUTOPOINT} for you unless you also have a AM_GNU_GETTEXT_VERSION call.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]