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

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

Re: gettextize adjusts Makefile.am even if not needed.


From: Bruno Haible
Subject: Re: gettextize adjusts Makefile.am even if not needed.
Date: Mon, 8 Nov 2010 03:22:33 +0100
User-agent: KMail/1.9.9

Hi,

Itamar Reis Peixoto wrote:
> -EXTRA_DIST                     = config.rpath BUGS
> +EXTRA_DIST                     = config.rpath  config.rpath BUGS
> 
> gettexize id adding config.rpath two times, even if already exists in
> Makefile.am

This is not wrong. gettextize added config.rpath in the Makefile.am because
it added the file on disk. If you had mentioned config.rpath in your
Makefile.am but the file was not present, then there was a problem before
gettextize was run. gettextize is not made for resolving missing files.
gettextize is a tool for migrating from one gettext version to the next file.
See the documentation:

<http://www.gnu.org/software/gettext/manual/html_node/gettextize-Invocation.html>
<http://www.gnu.org/software/gettext/manual/html_node/CVS-Issues.html>

Bruno



reply via email to

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