We really depend on autoconf 2.60 these days.
authorWayne Davison <wayned@samba.org>
Thu, 2 Jan 2014 18:56:03 +0000 (10:56 -0800)
committerWayne Davison <wayned@samba.org>
Thu, 2 Jan 2014 18:56:03 +0000 (10:56 -0800)
configure.ac

index 1b6412ec4cd5e19419d9fa8b7dadabea22081b83..164047f6defd00b671e11eb8c9e28b5496a7bc3b 100644 (file)
@@ -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)