>>>>> "Russ" == Russ Allbery <[EMAIL PROTECTED]> writes:

Russ> (BTW, on this general subject, I'll take this opportunity to
Russ> publically complain about the internationalization message
Russ> catalogs in nearly every GNU package that I've run across, which
Russ> rather than obeying the setting of --datadir like they're
Russ> supposed to instead *hard-code* $prefix/share in the Makefile.
Russ> Grr.  Some of us don't *like* share, libexec, com, and all the
Russ> rest of these annoying and mostly useless variations on a
Russ> perfectly good lib directory; I can understand supporting them
Russ> for people who care, but please let us turn them off.)

This is a very well know bug of gettext.  If someone wants to use
gettext, do not use 0.10.35, rather, going into a recent file, shell
or text util, and steal gettext from there.

In fact, when you fetch a gettextized package, you should force it to
use those files.

I've been told Bruno Haible is now taking care of wrapping a new
release of gettext.  It will be the right time to have autoreconf run
gettextize, so that people will be able to

tar zxvf
cd
autoreconf --install --force
./configure
make
make install (prefix=/foo ;)

and have it right.  That's the goal, but hm, it's gonna be... tough.

Reply via email to