This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Fix config-ml.in (take 2)


On Oct  1, 2003, "H. J. Lu" <hjl@lucon.org> wrote:

> It turns out that not all configures can take FOO=bar. This patch
> passes ${ml_config_env} only if ${ml_arguments} has some FOO=bar.

Note that ml_config_env is already passed down as part of the
environment:
> -    if eval ${ml_config_env} ${ml_config_shell} ${ml_recprog} \
               ^^^^^^^^^^^^^^^^

This *should* be enough, and roughly equivalent to passing the
settings as arguments to configure scripts that support them.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]