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

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

RFE for gettext-0.10.35


From: jearls
Subject: RFE for gettext-0.10.35
Date: Sat, 24 Mar 2001 23:54:56 -0800 (PST)

Hello,

    I have a *very* slight RFE for gettext-0.10.35, to allow it to work
more nicely with automatic configuration scripts for "stow"-like
installations:

*** intl/Makefile.in.orig       Sat Mar 24 23:52:14 2001
--- intl/Makefile.in    Sat Mar 24 23:50:18 2001
***************
*** 33,39 ****
  datadir = $(prefix)/@DATADIRNAME@
  localedir = $(datadir)/locale
  gnulocaledir = $(prefix)/share/locale
! gettextsrcdir = @datadir@/gettext/intl
  aliaspath = $(localedir):.
  subdir = intl

--- 33,39 ----
  datadir = $(prefix)/@DATADIRNAME@
  localedir = $(datadir)/locale
  gnulocaledir = $(prefix)/share/locale
! gettextsrcdir = $(datadir)/gettext/intl
  aliaspath = $(localedir):.
  subdir = intl

This allows, when the 'datadir' to be passed on the command-line, that
the gettextsrcdir will be correctly set based on that command-line
datadir setting.

FYI, there are some other inconsistencies in the various gettext Makefiles
(e.g. the "po" Makefile references gettextsrcdir as $(prefix)/share/gettext/po,
rather than as $(datadir)/gettext/po).

Thank you,
- Johnson Earls
address@hidden



reply via email to

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