X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=aff53a1f69e23722eab87054e190b1ed115956d0;hb=0b3f2725391c561cb53e4a7a860648a116f04e08;hp=ac854508494ecaf476ea71958b91771975cb4c2c;hpb=02dd3123a0e312f1d33403e744af52dd6096f12d;p=openvswitch diff --git a/configure.ac b/configure.ac index ac854508..aff53a1f 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.2, ovs-bugs@openvswitch.org) +AC_PREREQ(2.64) +AC_INIT(openvswitch, 1.0.1, ovs-bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) @@ -39,6 +39,7 @@ AC_C_BIGENDIAN AC_SYS_LARGEFILE AC_SEARCH_LIBS([pow], [m]) +AC_SEARCH_LIBS([clock_gettime], [rt]) OVS_CHECK_COVERAGE OVS_CHECK_NDEBUG @@ -49,8 +50,14 @@ OVS_CHECK_CURSES OVS_CHECK_LINUX_VT_H OVS_CHECK_PCRE OVS_CHECK_PYTHON +OVS_CHECK_PYUIC4 +OVS_CHECK_OVSDBMONITOR +OVS_CHECK_ER_DIAGRAMS 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 +99,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