X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=configure.ac;h=05d80d5dd3a8729be569de28610eec9c145dcbba;hb=981cbd52c9424fd625d6383d28fda2b9d5ba0fd5;hp=fd049291ea8554d77a234a67deccf85a88dfa085;hpb=1cb3649c0bbacf4f3cea353d02a5e1217b5294b4;p=cascardo%2Fovs.git diff --git a/configure.ac b/configure.ac index fd049291e..05d80d5dd 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.63) -AC_INIT(openvswitch, 2.4.90, bugs@openvswitch.org) +AC_INIT(openvswitch, 2.5.90, bugs@openvswitch.org) AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) @@ -92,8 +92,11 @@ OVS_CHECK_COVERAGE OVS_CHECK_NDEBUG OVS_CHECK_NETLINK OVS_CHECK_OPENSSL +OVS_CHECK_LIBCAPNG OVS_CHECK_LOGDIR OVS_CHECK_PYTHON +OVS_CHECK_PYTHON3 +OVS_CHECK_FLAKE8 OVS_CHECK_DOT OVS_CHECK_IF_PACKET OVS_CHECK_IF_DL