diff options
author | Wayne Davison <wayned@samba.org> | 2014-01-02 10:56:03 -0800 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2014-01-02 10:56:03 -0800 |
commit | 0593471e999babdbd2678590174357693812e8b9 (patch) | |
tree | c12acbd05c722c12c164d583716aaacb10c6aaea | |
parent | 1b29458ea404da41dfb8b668351909be1221a6e9 (diff) | |
download | rsync-0593471e999babdbd2678590174357693812e8b9.tar.gz rsync-0593471e999babdbd2678590174357693812e8b9.tar.bz2 rsync-0593471e999babdbd2678590174357693812e8b9.zip |
We really depend on autoconf 2.60 these days.
-rw-r--r-- | configure.ac | 2 |
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) |