Re: [PATCH v6 4/9] m4/python: add function to docs_tool.m4 and new m4 module

2021-07-02 Thread Stefano Stabellini
On Mon, 10 May 2021, Luca Fancellu wrote: > Add ax_python_module.m4 to have a way to check if > a python module is installed in the system. > > Add a function to docs_tool.m4 to throw an error if the > required docs tool is missing. > > Signed-off-by: Luca Fancellu Acked-by: Stefano Stabellini

[PATCH v6 4/9] m4/python: add function to docs_tool.m4 and new m4 module

2021-05-10 Thread Luca Fancellu
Add ax_python_module.m4 to have a way to check if a python module is installed in the system. Add a function to docs_tool.m4 to throw an error if the required docs tool is missing. Signed-off-by: Luca Fancellu --- m4/ax_python_module.m4 | 56 ++