Fix cross-compiling with autotools.
authorDiego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
Sun, 4 Jan 2009 00:16:50 +0000 (01:16 +0100)
committerColin Walters <walters@verbum.org>
Tue, 6 Jan 2009 22:43:42 +0000 (17:43 -0500)
commit9928648f16afd45078fb93116b6529a7dcca80dc
treec1ac16a13b5412b6c0ddbe394c0f4e694dabb08b
parenteebad8668d2b56a4b9a269f65513592eb1882b68
Fix cross-compiling with autotools.

The AC_CANONICAL_TARGET macro and the $target_os variables are used for the
target of compilers and other code-generation tools, and should not be used
during cross-compile of generic software. Replace them with
AC_CANONICAL_HOST and $host_os instead, as they should have been from the
start.

For a breakdown of what host, build and target machines are, please see
http://blog.flameeyes.eu/s/canonical-target .
configure.in