Description: Don't run configure in autogen.sh
 ibus-client-clutter fails to cross build from source, because it
 configures for the build architecture. It actually tries to configure
 twice. Once for the build architecture (via autogen.sh) and then for the
 host architecture (via cdbs). Unfortunately, the first configuration
 makes the whole build fail. After removing it, ibus-client-clutter cross
 builds successfully.
Author: Helmut Grohne <helmut@subdivi.de>
Bug-Debian: http://bugs.debian.org/894743
Last-Update: 2021-01-16
Index: ibus-client-clutter-0.0+git20090728.a936bacf/autogen.sh
===================================================================
--- ibus-client-clutter-0.0+git20090728.a936bacf.orig/autogen.sh
+++ ibus-client-clutter-0.0+git20090728.a936bacf/autogen.sh
@@ -6,5 +6,4 @@ aclocal
 autoconf
 autoheader
 automake -a
-./configure $@
 exit
