bug-ed
[Top][All Lists]
Advanced

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

Re: [Bug-ed] [PATCH] configure: respect user env settings


From: Antonio Diaz Diaz
Subject: Re: [Bug-ed] [PATCH] configure: respect user env settings
Date: Thu, 01 Jan 2009 14:47:18 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.11) Gecko/20050905

Mike Frysinger wrote:
First we have to fix the locale otherwise some of the arg parsing may fail.

Agreed for LC_ALL, but why LANGUAGE?. It is not even mentioned in the bash manual.


Then we fix the toolchain related variables to respect the user build
settings.

The GNU Coding Standards don't agree (http://www.gnu.org/prep/standards/html_node/Configuration.html):
"Specifying variables as arguments to configure, like this:
          ./configure CC=gcc
is preferable to setting them in environment variables:
          CC=gcc ./configure
as it helps to recreate the same configuration later with config.status".


Regards,
Antonio.




reply via email to

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