On Oct  4, 2000, Peter Eisentraut <[EMAIL PROTECTED]> wrote:

> Similarly, it takes the value of SHELL that it gets in puts it into
> various *.sh programs.  Isn't that a violation of the host vs build
> principle?

You have a very good point.

The only solution I can see for this problem is to have both
VAR_FOR_HOST and VAR_FOR_BUILD, instead of just VAR.  When
not cross-compiling, both would default from just VAR, if VAR is set,
but for programs that support cross-compilation, this distinction is
important, and AC_PATH_PROG just isn't enough :-(

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to