Commit e8276b9a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Also look for versioned rst2man scripts

parent 32c3a06f
......@@ -40,7 +40,9 @@ AC_PROG_INSTALL
AC_ARG_WITH([rst2man],
AS_HELP_STRING([--with-rst2man=PATH], [Location of rst2man (auto)]),
[RST2MAN="$withval"],
AC_CHECK_PROGS(RST2MAN, [rst2man rst2man.py], [no]))
AC_CHECK_PROGS(RST2MAN,
[rst2man rst2man.py rst2man-3.6 rst2man-2.7],
[no]))
if test "x$RST2MAN" = "xno"; then
AC_MSG_ERROR(
[rst2man is needed to build Varnish, please install python-docutils.])
......
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