Fix FTCBFSsombok fails to cross build from source, because configure.ac abuses AC_CHECK_FILE for discovering files in the source tree. AC_CHECK_FILE should only be used for checking files on the host machine. The attached patch fixes that and makes sombok cross buildable. Please consider applying it.
Fix FTBS with automake >= 1.13 Automake no longer support TESTS= directive with wildcards This patch replace the wildcard expression with the exhaustive lists of tests to run see http://lists.gnu.org/archive/html/help-debbugs/2013-06/msg00000.html