autoconf
[Top][All Lists]
Advanced

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

Re: support for --localedir


From: Eric Blake
Subject: Re: support for --localedir
Date: Sat, 08 Nov 2003 08:07:24 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624

> I therefore propose to add a --localedir option that works like --mandir,
> --infodir, and so on.

This reminds me of my request, nearly a month ago, which seemed to fall on deaf ears:
http://mail.gnu.org/archive/html/autoconf/2003-10/msg00033.html

The GNU Coding standards, http://www.gnu.org/prep/standards_54.html#SEC54, require $(datarootdir), $(lispdir), and $(localedir), but Autoconf does not provide an easy way to define these for all packages and still show up in the `configure --help' output.

Besides, the current Autoconf defaults make it impossible to just override $(prefix) and still get binaries to /usr/bin but info to /usr/share/bin, which violates the FHS default recommendations. Redefining $(infodir) and $(mandir) as recommended on the GNU Coding standards (ie. $(infodir)=$(datarootdir)/info, $(datarootdir)=$(prefix)/share) would fix this, too.

--
Someday, I might put a cute statement here.

Eric Blake             address@hidden





reply via email to

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