X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=727c68ad291209e3db87593f9bf02ddbaa814766;hb=b19e8815add8374089c8a90fd276ba65c151416a;hp=6a8a1ea47fd156cac9943e87d95de30937103500;hpb=c69ee87c10818267f991236201150b1fa51ae519;p=openvswitch diff --git a/configure.ac b/configure.ac index 6a8a1ea4..727c68ad 100644 --- a/configure.ac +++ b/configure.ac @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -AC_PREREQ(2.63) -AC_INIT(openvswitch, 0.99.1, ovs-bugs@openvswitch.org) +AC_PREREQ(2.64) +AC_INIT(openvswitch, 1.0.0, ovs-bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) @@ -49,8 +49,13 @@ 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], + [], [], [[#include ]]) +AC_CHECK_FUNCS([mlockall]) OVS_CHECK_PKIDIR OVS_CHECK_RUNDIR @@ -92,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