]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Warn about lack of yodl2man at end of configure run.
authorWayne Davison <wayned@samba.org>
Wed, 1 Jan 2014 17:56:40 +0000 (09:56 -0800)
committerWayne Davison <wayned@samba.org>
Wed, 1 Jan 2014 18:03:45 +0000 (10:03 -0800)
configure.ac

index f66e5ef86ba88122c0a13ac3a13592588fa9a14e..1b6412ec4cd5e19419d9fa8b7dadabea22081b83 100644 (file)
@@ -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