[SCM] The rsync repository. - branch master updated
Rsync CVS commit messages <[email protected]> Thu, 2 Jan 2014 19:56:33 +0100 (CET)
| Newsgroups | gmane.network.rsync.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch, master has been updated
via 0593471 We really depend on autoconf 2.60 these days.
from 1b29458 Adding rsync-no-vanished script for bug 10356.
;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 0593471e999babdbd2678590174357693812e8b9
Author: Wayne Davison <[email protected]>
Date: Thu Jan 2 10:56:03 2014 -0800
We really depend on autoconf 2.60 these days.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/configure.ac b/configure.ac
index 1b6412e..164047f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT()
AC_CONFIG_SRCDIR([byteorder.h])
AC_CONFIG_HEADER(config.h)
-AC_PREREQ(2.59)
+AC_PREREQ(2.60)
RSYNC_VERSION=3.1.1dev
AC_SUBST(RSYNC_VERSION)
--
The rsync repository.