From d3414a7d239413ef9b1110189bbad25f29d0f652 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 1 Jan 2014 09:56:40 -0800 Subject: Warn about lack of yodl2man at end of configure run. --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index f66e5ef8..1b6412ec 100644 --- a/configure.ac +++ b/configure.ac @@ -1108,3 +1108,8 @@ AC_OUTPUT AC_MSG_RESULT() AC_MSG_RESULT([ rsync ${RSYNC_VERSION} configuration successful]) AC_MSG_RESULT() +if test x$HAVE_YODL2MAN != x1; then + AC_MSG_RESULT([ Note that yodl2man was not found, so pre-existing manpage files will be]) + AC_MSG_RESULT([ used w/o change (if available) -- no .yo file changes will be used.]) + AC_MSG_RESULT() +fi -- cgit v1.2.1