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

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

Problem in gettext generated Makefile.in.in


From: peter karlsson
Subject: Problem in gettext generated Makefile.in.in
Date: Thu, 30 Aug 2001 10:39:40 +0200 (CEST)

The po/Makefile.in.in installed by gettext contains the line

  localedir = $(datadir)/locale

but I think it should be

  localedir = @localedir@

instead, so that datadir can be moved independently from the localedir. I
can't get the messages to be found if I move the datadir (for example to
/usr/share/programname instead of /usr/share). In this case I would like to
be able to have localedir fixed to /usr/share/locale even though I moved the
datadir.

-- 
\\//
peter - http://www.softwolves.pp.se/

  Statement concerning unsolicited e-mail according to Swedish law:
  http://www.softwolves.pp.se/peter/reklampost.html




reply via email to

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