$NetBSD: patch-aa,v 1.1 2014/01/09 12:15:23 wiz Exp $ --- configure.orig 2014-05-06 07:27:29.000000000 +0000 +++ configure @@ -418,7 +418,7 @@ else have_sphinx=0 printf "Checking if rst2man is available... " - if rst2man -V > /dev/null 2>&1; then + if rst2man.py -V > /dev/null 2>&1; then printf "Yes.\n" have_rst2man=1 else