summaryrefslogtreecommitdiff
path: root/INSTALL.RHEL
diff options
context:
space:
mode:
authorThomas Graf <tgraf@noironetworks.com>2014-06-27 09:31:57 +0200
committerBen Pfaff <blp@nicira.com>2014-06-27 08:21:44 -0700
commit0877a0187ba6f1d334dc2cb9a468f8752fbc9cc9 (patch)
tree8f2b13b94efd94859bad9fd1fc76a41a7bbd5b33 /INSTALL.RHEL
parentc288d303b513f5874ea50c8845e719837ee47a23 (diff)
downloadopenvswitch-0877a0187ba6f1d334dc2cb9a468f8752fbc9cc9.tar.gz
build: Allow building with autoconf 2.63
Reduces the dependency on autoconf from 2.64 to 2.63 to ease building on older platforms. There is only a few macros missing and they can be provided easily. A handful of tests needed modification. The difference in quoting behaviour between 2.63 and later require the m4_define() to be manually unfolded. The Debian control file is left untouched on purpose. The decision whether to adjust the dependency is left to the respective maintainers. Tested with autoconf 2.63 and 2.69. Cc: Scott Mann <smann@noironetworks.com> Cc: Don Kehn <dkehn@noironetworks.com> Signed-off-by: Thomas Graf <tgraf@noironetworks.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'INSTALL.RHEL')
-rw-r--r--INSTALL.RHEL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.RHEL b/INSTALL.RHEL
index 02562de6b..5db6a1e29 100644
--- a/INSTALL.RHEL
+++ b/INSTALL.RHEL
@@ -20,10 +20,10 @@ RHEL. On RHEL 5, the default RPM source directory is
1. If you are building from a distribution tarball, proceed to step 2.
Otherwise, if you are building from an Open vSwitch Git tree,
determine the version of Autoconf available in the RHEL version you
- are using. If it is not at least version 2.64, then you have two
+ are using. If it is not at least version 2.63, then you have two
choices:
- a. Install Autoconf 2.64 or later, one way or another.
+ a. Install Autoconf 2.63 or later, one way or another.
b. Create a distribution tarball on some other machine, by
running "./boot.sh; ./configure; make dist" in the Git tree.