From 0593471e999babdbd2678590174357693812e8b9 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 2 Jan 2014 10:56:03 -0800 Subject: We really depend on autoconf 2.60 these days. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1