In message <[EMAIL PROTECTED]>
          Andreas Schwab <[EMAIL PROTECTED]> wrote:

> Stewart Brodie <[EMAIL PROTECTED]> writes:
> 
> |> This is the approach that I have taken:
> |> 
> |> AC_MSG_NOTICE([configuring the tools for *native* builds])
> |> cd tools && \
> |> ./configure --build=$build_alias --host=$build_alias --target=$host_alias
> 
> Note that this does not work if $srcdir != $builddir.

Indeed not.  This was a c+p problem, because I removed other things that did
need to be in $(top_srcdir)/tools first :-)   Presumably I should have:

cd $(top_builddir)/tools && $(top_srcdir)/tools/configure ...

-- 
Stewart Brodie, Senior Software Engineer | ACCU Committee Member
Pace Micro Technology PLC                | http://www.accu.org
Cambridge, CB5 8PB, United Kingdom       |
http://www.pace.co.uk                    |


Reply via email to