From: Wayne Davison Date: Thu, 2 Jan 2014 18:56:03 +0000 (-0800) Subject: We really depend on autoconf 2.60 these days. X-Git-Tag: v3.1.1pre1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0593471e999babdbd2678590174357693812e8b9;p=thirdparty%2Frsync.git We really depend on autoconf 2.60 these days. --- 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)