r5429 - trunk/varnish-cache

phk at varnish-cache.org phk at varnish-cache.org
Thu Oct 14 09:36:50 CEST 2010


Author: phk
Date: 2010-10-14 09:36:50 +0200 (Thu, 14 Oct 2010)
New Revision: 5429

Modified:
   trunk/varnish-cache/configure.ac
Log:
Look also for rst2man.py (for FreeBSD)



Modified: trunk/varnish-cache/configure.ac
===================================================================
--- trunk/varnish-cache/configure.ac	2010-10-13 08:26:07 UTC (rev 5428)
+++ trunk/varnish-cache/configure.ac	2010-10-14 07:36:50 UTC (rev 5429)
@@ -29,7 +29,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




More information about the varnish-commit mailing list