summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2014-01-01 09:56:40 -0800
committerWayne Davison <wayned@samba.org>2014-01-01 10:03:45 -0800
commitd3414a7d239413ef9b1110189bbad25f29d0f652 (patch)
tree742529eaa41994c545c76d5aa5c8a8ddb6811340
parent9e2e7a1b2d921a56cbf8f8a76d6fdc12af8d07f8 (diff)
downloadrsync-d3414a7d239413ef9b1110189bbad25f29d0f652.tar.gz
Warn about lack of yodl2man at end of configure run.
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
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