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

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

Re: Makefile.in.in fails when gettext not installed (patch)


From: Bruno Haible
Subject: Re: Makefile.in.in fails when gettext not installed (patch)
Date: Fri, 10 Sep 2004 21:56:37 +0200
User-agent: KMail/1.5

Yann Dirson wrote:
> for some user fetching from
> CVS, for example, there may not be any .gmo files available.  And the
> current rules can just prevent "make" to reach the src/ dir because of
> the error thrown by this line.

That depends how many files you have committed to CVS. In general, the
more generated files you commit into CVS, the fewer tools the CVS user
needs to have. (Please read also the section "Integrating with CVS" of the
GNU gettext manual.) In particular, if you put the .pot file under CVS
control, the CVS user won't need to have the gettext tools installed.

> BTW, throwing stderr from these tests to /dev/null is quite annoying, since
> the reason for the test failure is not kept anywhere. It would be
> good to have it reach config.log, that would help diagnosing user
> problems

Agreed. It's too much of a black box test. - How do I print something into
the config.log? I don't find it mentioned in the autoconf manual.

Bruno





reply via email to

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