autoconf
[Top][All Lists]
Advanced

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

Re: Question on older version of gettext


From: Eric Blake
Subject: Re: Question on older version of gettext
Date: Mon, 16 Feb 2009 06:02:29 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19 Mnenhy/0.7.6.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Dieter Jurzitza on 2/15/2009 12:10 PM:

Hello Dieter,

> I tried your recommendation but doing this the apparently "harmless" warning 
> turned to an error.
> Following your advice I put the define into configure.in, what made the 
> warnings vanish, however, if I do not forcibly enter the string
> 
> datarootdir = @datarootdir@
> 
> into intl/Makefile.in and po/Makefile.in.in something goes wrong with 
> compilation. The locale - files do not end up where they ought to go, rather 
> than /usr/share/locale things end up in /locale now. Obviously the 
> datarootdir should be defined somehow and is required for compilation.

For po/Makefile.in, you already found that editing po/Makefile.in.in is a
lost cause, because gettextize/autopoint regenerates it.  But have you
tried using po/Makevars instead?

For intl/Makefile.in, the common course of action these days is to avoid
the intl subdir altogether, and require that if the user wants gettext
support, that they have it installed independently of your package.  This
means changing your configure.ac includes AM_GNU_GETTEXT([external]).

You may also have better luck asking bug-gettext for ideas, since gettext
is Bruno's domain of expertise.  But his suggestion may be to upgrade gettext.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkmZY+UACgkQ84KuGfSFAYBWtgCZAfpsaQit9Qtw9HgS3jH1pyK2
J+cAnRoa1Z4nEYrLVgzCqbqZ2HS2Jy2z
=w3gE
-----END PGP SIGNATURE-----




reply via email to

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