aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-02-26 12:19:58 -0800
committerBen Pfaff <blp@nicira.com>2010-03-08 14:25:20 -0800
commit55aa00e0df2cacc67081d31b813328fb39ce3561 (patch)
tree4353b97f99830531b45eece11fafb4cd491d3b7f /debian
parent4b3a000911f858a25279a785d6f5ff7df7b4f9cc (diff)
Raise minimum Autoconf version to 2.64.
Our configure scripts were actually using Autoconf features introduced in version 2.64 (e.g. AT_SKIP_IF, AT_CHECK_UNQUOTED), so we should not claim 2.63 as prerequisite. Reported-by: Andy Southgate <andy.southgate@citrix.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index f5126e87..458d23d9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: openvswitch
Section: net
Priority: extra
Maintainer: Open vSwitch developers <dev@openvswitch.org>
-Build-Depends: debhelper (>= 5), autoconf (>= 2.60), automake1.10, libssl-dev, pkg-config (>= 0.21), po-debconf, bzip2, openssl, libncurses5-dev, libpcre3-dev
+Build-Depends: debhelper (>= 5), autoconf (>= 2.64), automake1.10, libssl-dev, pkg-config (>= 0.21), po-debconf, bzip2, openssl, libncurses5-dev, libpcre3-dev
Standards-Version: 3.7.3
Package: openvswitch-datapath-source