From e1f1b3a7e9e0afbc640dede5d2ce1910767927fb Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 08 Nov 2012 23:18:43 -0500 Subject: Split oh_buildsystem_do() & oh_buildsystem_find(). --- (limited to 'lib/buildsystem') diff --git a/lib/buildsystem/autoconf.sh b/lib/buildsystem/autoconf.sh index 446e017..b770c7f 100644 --- a/lib/buildsystem/autoconf.sh +++ b/lib/buildsystem/autoconf.sh @@ -94,3 +94,10 @@ _oh_autoconf_can_install() { return 1 } + +_oh_autoconf_testarch() +{ + # TODO: This should call config.sub, which may be in src or src/conftools + # (or elsewhere?). + return 0 +} -- cgit v0.9.1