changeset 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 132be6a8c108
children 86929e33bdad
files ChangeLog modules/pmccabe2html
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-11-05  Simon Josefsson  <simon@josefsson.org>
+
+	* modules/pmccabe2html (configure.ac): Check for pmccabe tool.
+
 2009-11-05  Simon Josefsson  <simon@josefsson.org>
 
 	* modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
--- a/modules/pmccabe2html
+++ b/modules/pmccabe2html
@@ -9,6 +9,7 @@
 Depends-on:
 
 configure.ac:
+AC_PATH_PROG([PMCCABE], [pmccabe], [false])
 
 Makefile.am: