bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: No documented way to create po/Makefile


From: Bruno Haible
Subject: Re: No documented way to create po/Makefile
Date: Mon, 19 Jan 2004 10:44:07 +0100
User-agent: KMail/1.5

Dalibor Topic wrote:

> I'm using gettext 0.13.1, which is the latest gettext version, afaik. I
> don't really intend to use gettext in kaffe, I just want to have the m4
> macros and scripts needed for libiconv to be up to date, and gettext +
> autopoint should take care of that, since those macros and scripts are
> part of gettext.
>
> So I've followed the docs, run gettextize, and added autopoint to
> kaffe's developers/autogen.sh script. The trouble is that now I get a
>
> Making all in po
> gmake[1]: Entering directory `/tmp/topic/build-kaffe/po'
> gmake[1]: *** No rule to make target `all'.  Stop.

Hi,

When all you want are the m4 macros for using libiconv, then gettextize and
autopoint are overkill. In particular you don't need a 'po' directory for
this. All you need are the macro files

       iconv.m4
       lib-ld.m4
       lib-link.m4
       lib-prefix.m4

Whether you take them out of the gettext source distribution, or from
$prefix/share/aclocal/ where gettext installs them, is irrelevant.

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]