configure.ac: error out if python/mako is not found when required
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 23 Mar 2015 17:49:24 +0000 (17:49 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 1 Apr 2015 19:33:37 +0000 (19:33 +0000)
commit4008975e6f4b2e15fceed4f07d8ec763dd0949d1
tree0c0d132675be802fda479db6dfbb480c8029080c
parent3384179faab0456f93f4a5c62ce05305ff20fe5c
configure.ac: error out if python/mako is not found when required

In case of using a distribution tarball (or a dirty git tree) one can
have the generated sources locally. Make configure.ac error out
otherwise, to alert that about the unmet requirement(s) of python/mako.

v2: Check only for a single file for each dependency.

Suggested-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
configure.ac