Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2002:
[Freeciv-Dev] Re: more PL_ patches (PR#1246)
Home

[Freeciv-Dev] Re: more PL_ patches (PR#1246)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: mateusz stefek <matusik_s@xxxxx>
Cc: freeciv-dev@xxxxxxxxxxx, bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: more PL_ patches (PR#1246)
From: Raimar Falke <hawk@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 28 Jan 2002 21:58:53 +0100
Reply-to: rf13@xxxxxxxxxxxxxxxxxxxxxx

On Mon, Jan 28, 2002 at 07:38:40AM -0800, mateusz stefek wrote:
> configuration.diff:
> 
> Adds folowing warning into configuration scripts:
> 
>  Your xgettext version is < 0.10.39 Freeciv will probably compile and run
>  but if you are translator you MUST update your xgettext.
> 
> It also choses beetwen --keyword=PL_ or --keyword=PL_:1,2
> Touches configure.in and po/Makefile.in.in

 [ I have to admit that I don't know how to do this ]

The solution should be:
 1) test for gnu gettext (the functions)
    if  < 0.10.38:
       suggest --with-included-gettext or --disable-nls
       abort
 2) if (IS_DEVEL_VERSION || IS_BETA_VERSION) && gnu gettext version (binaries) 
< 0.10.38:
       echo "You need the binaries from gettext version 0.10.38 or higher"
       abort

Can you do this?

The other changes are ok.

        Raimar

-- 
 email: rf13@xxxxxxxxxxxxxxxxx
 "That's fundamental game play!  My main enemy is *ALWAYS* fighting 
  a 4-front war.  I make sure of it!"
    -- Tony Stuckey, freeciv-dev


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