rpm is not a cross-tool...
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 6 Aug 2007 12:46:11 +0000 (15:46 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 6 Aug 2007 12:46:11 +0000 (15:46 +0300)
commit21524dd9cf016bc4e4bdf88ee611579c71fe6ba8
tree4fb265501220cfc3115affc99148dd18bb95c023
parentb0fcfbb19bc4dc5e4cf243664f0c87c008e5f065
rpm is not a cross-tool...

The patch below removes AC_CANONICAL_TARGET from configure.ac and
changes $target to $host.

Background: AC_CANONICAL_TARGET is supposed to take the target of a
cross-tool, not the target of cross-compiling a package
(== a configure script's --host).

Patch from Ralf Corsepius
configure.ac