X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=492c7bcfe076e5bdb535efe9924b6163c7976563;hb=264ecd63860eaf705669edac1bdc7292d8da0843;hp=0cf6863ec25d27bc070c41a0afd107800f1c4f27;hpb=e3438006d3fe940aa90496f8dfc590b6c21dd8c5;p=openvswitch diff --git a/configure.ac b/configure.ac index 0cf6863e..492c7bcf 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 1.1.0, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 1.2.90, ovs-bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) @@ -94,14 +94,15 @@ OVS_CHECK_LINUX AC_CONFIG_FILES([Makefile datapath/Makefile -datapath/linux-2.6/Kbuild -datapath/linux-2.6/Makefile -datapath/linux-2.6/Makefile.main +datapath/linux/Kbuild +datapath/linux/Makefile +datapath/linux/Makefile.main 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_CONFIG_COMMANDS([utilities/bugtool/dummy], [:]) AC_OUTPUT