configure: require python mako module
authorSamuel Iglesias Gonsalvez <siglesias@igalia.com>
Fri, 21 Nov 2014 07:53:21 +0000 (08:53 +0100)
committerIago Toral Quiroga <itoral@igalia.com>
Mon, 12 Jan 2015 10:20:28 +0000 (11:20 +0100)
commit2b37bea010a9c9333a813cc77d28629e1382c0be
treea4bb048039f0a1dbc3e63b0d3feedf22b5668ef0
parentf89793946af22b720f746a5fb8b33d7b2f3e199b
configure: require python mako module

It is now a hard dependency because of the autogeneration of
format pack and unpack functions.

Update the documentation to reflect this change.

v2:
- Inline python script in m4 file and use PYTHON2

v3:

- Remove semicolons and quotes and change coding style
- Add Ilia Mirkin suggestion to use Python's split functionality.
- Use AX_CHECK_PYTHON_MAKO_MODULE name.
- Change to MIT license

Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
configure.ac
docs/install.html
m4/ax_check_python_mako_module.m4 [new file with mode: 0644]