diff options
author | P. J. McDermott <pjm@nac.net> | 2012-11-08 23:18:43 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-11-08 23:45:18 (EST) |
commit | e1f1b3a7e9e0afbc640dede5d2ce1910767927fb (patch) | |
tree | d35463507dbdacd8a82b12fb525c0ddfbcffd2a6 /lib/buildsystem | |
parent | 8c6b9a513101ed62c8cff682f35b1cf752a69818 (diff) |
Split oh_buildsystem_do() & oh_buildsystem_find().
Diffstat (limited to 'lib/buildsystem')
-rw-r--r-- | lib/buildsystem/autoconf.sh | 7 |
1 files changed, 7 insertions, 0 deletions
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 +} |