Commit 9f252140 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Look also for rst2man.py (for FreeBSD)



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5429 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 72bca42e
......@@ -29,7 +29,7 @@ if test "x$XSLTPROC" = "xno"; then
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment