>>>>> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes:
Alexandre> On May 21, 2000, DEMAILLE Akim <[EMAIL PROTECTED]> wrote:
>> This point is that if the user did not --build, then
>> $build_alias='' likewise for the two others. Before, $build_alias
>> would have been the same as as $build, i.e. computed by
>> config.guess.
Alexandre> I fear backward compatibility problems. What if
Alexandre> configure.in refers to $build, $host or $target before
Alexandre> calling AC_CANONICAL_*?
To me that's a bug which would be revealed by this patch, but it's a
bug in `configure.in'. Must we be bugward compatible? If so, we can
set host to host_alias at the end of the handling of the options, but
I'd rather not, since this is wrong from the semantics point of view:
this would not be the right value of `host', and it would change right
after AC_CANONICAL is called.
Akim