diff modules/pmccabe2html @ 12244:985da66e7fae

modules/pmccabe2html (configure.ac): Check for pmccabe tool.
author Simon Josefsson <simon@josefsson.org>
date Thu, 05 Nov 2009 16:43:08 +0100
parents 2f9579cbb962
children
line wrap: on
line diff
--- a/modules/pmccabe2html
+++ b/modules/pmccabe2html
@@ -9,6 +9,7 @@
 Depends-on:
 
 configure.ac:
+AC_PATH_PROG([PMCCABE], [pmccabe], [false])
 
 Makefile.am: