From: Wayne Davison Date: Wed, 1 Jan 2014 17:56:40 +0000 (-0800) Subject: Warn about lack of yodl2man at end of configure run. X-Git-Tag: v3.1.1pre1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3414a7d239413ef9b1110189bbad25f29d0f652;p=thirdparty%2Frsync.git Warn about lack of yodl2man at end of configure run. --- 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