diff options
author | Hank Leininger <hlein@korelogic.com> | 2019-02-11 18:42:51 -0700 |
---|---|---|
committer | Pavel Shilovsky <pshilov@microsoft.com> | 2019-02-15 12:11:27 -0800 |
commit | 3f197a32efeef99b3350b832812d10413e11569b (patch) | |
tree | 5235a43838134b4c1e6d1593d9b8743f885e3e82 | |
parent | 3a00449ea2560c1f160ca5e69a48a5078bfa1194 (diff) | |
download | cifs-utils-3f197a32efeef99b3350b832812d10413e11569b.tar.gz cifs-utils-3f197a32efeef99b3350b832812d10413e11569b.tar.bz2 cifs-utils-3f197a32efeef99b3350b832812d10413e11569b.zip |
Added rst2man.py to the search list.
Gentoo Linux and (historically?) OSX install with the .py suffix.
Signed-off-by: Hank Leininger <hlein@korelogic.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index aaef452..9f7d1a0 100644 --- a/configure.ac +++ b/configure.ac @@ -257,7 +257,7 @@ fi # if docs are not disabled, check if rst2man is available if test $enable_man != "no"; then - AC_CHECK_PROGS(have_rst2man, rst2man-3.6 rst2man-3.4 rst2man-3 rst2man, no) + AC_CHECK_PROGS(have_rst2man, rst2man-3.6 rst2man-3.4 rst2man-3 rst2man.py 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 python{2,3}-docutils.]) |