X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=727c68ad291209e3db87593f9bf02ddbaa814766;hb=69a4a76b9413b88f5b5eec5705250b4312811478;hp=e8497e1f30fdb2f068b49dc87c97fb2f2028ddb7;hpb=a0bc29a541fc7dc6e20137d5558e2094d614e6ab;p=openvswitch diff --git a/configure.ac b/configure.ac index e8497e1f..727c68ad 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 0.99.2, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 1.0.0, ovs-bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) @@ -49,6 +49,8 @@ OVS_CHECK_CURSES OVS_CHECK_LINUX_VT_H OVS_CHECK_PCRE OVS_CHECK_PYTHON +OVS_CHECK_PYUIC4 +OVS_CHECK_OVSDBMONITOR OVS_CHECK_IF_PACKET OVS_CHECK_STRTOK_R AC_CHECK_MEMBERS([struct stat.st_mtim.tv_nsec, struct stat.st_mtimensec], @@ -95,4 +97,6 @@ tests/atlocal]) dnl This makes sure that include/openflow gets created in the build directory. AC_CONFIG_COMMANDS([include/openflow/openflow.h.stamp]) +AC_CONFIG_COMMANDS([ovsdb/ovsdbmonitor/dummy], [:]) + AC_OUTPUT