maint.mk: restore functionality removed by recent change
[gnulib.git] / modules / pmccabe2html
index 50db333..1ff19f7 100644 (file)
@@ -3,14 +3,13 @@ Produce fancy cyclomatic code complexity charts, using pmccabe.
 See <http://www.parisc-linux.org/~bame/pmccabe/>.
 
 Files:
-m4/pmccabe2html.m4
 build-aux/pmccabe2html
 build-aux/pmccabe.css
 
 Depends-on:
 
 configure.ac:
-gl_PMCCABE2HTML
+AC_PATH_PROG([PMCCABE], [pmccabe], [false])
 
 Makefile.am:
 
@@ -20,4 +19,4 @@ License:
 GPLed build tool
 
 Maintainer:
-gnupdf
+gnupdf and Simon Josefsson