commit | e67f5fc22866e519227108023657fcde1590d60e | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Dec 06 17:40:30 2018 -0800 |
committer | Andrew Geissler <geissonator@yahoo.com> | Thu Dec 13 16:41:02 2018 +0000 |
tree | 0820b1ce0e74433804a57d75faa0b4f2aaca2e0a | |
parent | 9a32d5ee7f2a6ae6e0f027f87fc3b41d690815d5 [diff] |
script/unit-test: Fix autoconf detection Instead of parsing the autoconf file by hand, let autoconf do all of the heavy lifting. This change rewrite the get_autoconf_deps function to invoke autoconf, and parse the resulting strings out. This has the benefit of not needing to understand any of the m4 formatting in our own python code. Tested: Against sdeventplus which has no dependencies and against phosphor-net-ipmid which requires phosphor-host-ipmid to build. Dependencies were detected and built successfully. Change-Id: I33d6db730cc0b6b896464fc22bed6ff77af85d5b Signed-off-by: William A. Kennington III <wak@google.com>
Build script for CI jobs in Jenkins.