summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2014-01-02 10:56:03 -0800
committerWayne Davison <wayned@samba.org>2014-01-02 10:56:03 -0800
commit0593471e999babdbd2678590174357693812e8b9 (patch)
treec12acbd05c722c12c164d583716aaacb10c6aaea
parent1b29458ea404da41dfb8b668351909be1221a6e9 (diff)
downloadrsync-0593471e999babdbd2678590174357693812e8b9.tar.gz
We really depend on autoconf 2.60 these days.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1b6412ec..164047f6 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)