[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-gnulib] Re: gettext module for packages with gettext included
From: |
Stepan Kasal |
Subject: |
[bug-gnulib] Re: gettext module for packages with gettext included |
Date: |
Fri, 28 Jan 2005 15:44:03 +0100 |
User-agent: |
Mutt/1.4.1i |
Hi,
On Fri, Jan 28, 2005 at 03:12:41PM +0100, Simon Josefsson wrote:
> Perhaps gettext.h could be separated from the other gettext macros, if
> this would be useful for you. I'm not sure I understand exactly what
> you want to achieve, though.
I want to fix GNU grep to use gnulib-tool --import.
So I suppose I'll list the required modules somewhere (gl_MODULES in
configure.ac) and gnulib-tool will to all the work.
gnulib-tool does resolve the dependencies, right?
(Else I would have to use something as in the bison bootstrap to resolve
the dependencies.)
And the dependencies will probably bring the gettext module.
I want to make sure that there are no conflicts (autopoint?).
If you are right that I need nothing more than gettext.h, then all I need
is to implement option --exclude=gettext for gnulib-tool, so that the
dependencies won't bring it in. I can then copy gettext.h separately
and add it to EXTRA_DIST by hand.
Does it explain what I want to achieve? Do you have any hints for me?
Have a nice day,
Stepan