$NetBSD: patch-ac,v 1.3 2010/12/06 14:25:44 wiz Exp $

--- configure.ac.orig	2010-11-28 15:22:39.000000000 -0500
+++ configure.ac
@@ -30,7 +30,7 @@
    AC_MSG_WARN([xsltproc not found – not building documentation])
 fi
 AM_CONDITIONAL(HAVE_XSLTPROC,[test "x$XSLTPROC" != "xno"])
-AC_CHECK_PROGS(RST2MAN, [rst2man], "no")
+AC_CHECK_PROGS(RST2MAN, [rst2man rst2man.py], "no")
 if test "x$RST2MAN" = "xno"; then
    AC_MSG_WARN([rst2man not found – not building man pages])
 fi
