aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.Linux
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 /INSTALL.Linux
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 'INSTALL.Linux')
-rw-r--r--INSTALL.Linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.Linux b/INSTALL.Linux
index e25c193c..91155817 100644
--- a/INSTALL.Linux
+++ b/INSTALL.Linux
@@ -61,7 +61,7 @@ If you are working from a Git tree or snapshot (instead of from a
distribution tarball), or if you modify the Open vSwitch build system,
you will also need the following software:
- - Autoconf version 2.63 or later.
+ - Autoconf version 2.64 or later.
- Automake version 1.10 or later.