summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-06-16 19:05:05 -0700
committerWayne Davison <wayne@opencoder.net>2020-06-16 19:05:05 -0700
commitbeaf19c3e79a79af0e9a2afbbcd29ecb4a1a6b90 (patch)
tree26d3742af1376c15aeb2b47ee6db982573f7787a /configure.ac
parent0b2a394cbcebc3257f6a222f8123bd6f0bb23bc2 (diff)
downloadrsync-beaf19c3e79a79af0e9a2afbbcd29ecb4a1a6b90.tar.gz
Have --disable-md2man affect the Makefile.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index efce10d5..d8f44d6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,8 +92,10 @@ if test x"$enable_md2man" != x"no"; then
You can specify --disable-md2man if you want to skip building them.)
fi
fi
+ MAKE_MAN=man
else
AC_MSG_RESULT(no)
+ MAKE_MAN=''
fi
# Specifically, this turns on panic_action handling.