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

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

Re: Adding address@hidden fails


From: Bruno Haible
Subject: Re: Adding address@hidden fails
Date: Fri, 16 Jan 2004 15:36:40 +0100
User-agent: KMail/1.5

Simon Josefsson wrote:
> I added those two names to LINGUAS, did a cvsco and re-ran autoreconf
> and configure and make.  But it doesn't work:
>
> address@hidden:~/src/gss$ make
> make  all-recursive
> make[1]: Entering directory `/home/jas/src/gss'
> Making all in po
> make[2]: Entering directory `/home/jas/src/gss/po'
> test -z "address@hidden address@hidden sv.gmo" || make address@hidden
> address@hidden sv.gmo make[3]: Entering directory `/home/jas/src/gss/po'
> /usr/bin/msgmerge --update address@hidden gss.pot
> /usr/bin/msgmerge: error while opening "address@hidden" for reading: No such
> file or directory make[3]: *** address@hidden Error 1

The gettext manual, section "CVS issues", says

    the maintainer can omit from the CVS
    repository all the files that `gettextize' mentions as "copy".
    Instead, he adds to the `configure.in' or `configure.ac' a line of the
    form

        AM_GNU_GETTEXT_VERSION(0.13.1)

You are apparently taking a slightly different approach, by not putting
address@hidden into the CVS repository. A simple 'autoreconf' or 'autopoint'
invocation is therefore not enough; you also need to restore the omitted
file yourself:

     $ cd .../po
     $ make address@hidden address@hidden

Bruno





reply via email to

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