[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Wed Jan 1 11:04:10 MST 2014


The branch, master has been updated
       via  d3414a7 Warn about lack of yodl2man at end of configure run.
      from  9e2e7a1 Restoring use of socketpair on cygwin.

;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit d3414a7d239413ef9b1110189bbad25f29d0f652
Author: Wayne Davison <wayned at samba.org>
Date:   Wed Jan 1 09:56:40 2014 -0800

    Warn about lack of yodl2man at end of configure run.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/configure.ac b/configure.ac
index f66e5ef..1b6412e 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


-- 
The rsync repository.


More information about the rsync-cvs mailing list