From d9c7dae5af3802d72d172d80b38105a1ae6e4885 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 09:22:29 +0000 Subject: Apply patch cifs-utils-rst2man-3.patch patch_name: cifs-utils-rst2man-3.patch present_in_specfile: true --- diff --git a/configure.ac b/configure.ac index b0bc2b9..26d60ea 100644 --- a/configure.ac +++ b/configure.ac @@ -252,7 +252,7 @@ fi # if docs are not disabled, check if rst2man is available if test $enable_man != "no"; then - AC_CHECK_PROG(have_rst2man, rst2man, yes, no) + AC_CHECK_PROGS(have_rst2man, rst2man-3 rst2man, no) if test $have_rst2man = "no"; then if test $enable_man = "yes"; then AC_MSG_ERROR([rst2man not found: cannot generate man pages, consider installing perl.])