X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=configure.ac;h=9e2e6e41576caf671502c9194249a80eba1403ee;hb=135faefe4af624489ac310810a5ffb5223606252;hp=0cf6863ec25d27bc070c41a0afd107800f1c4f27;hpb=e3438006d3fe940aa90496f8dfc590b6c21dd8c5;p=sliver-openvswitch.git diff --git a/configure.ac b/configure.ac index 0cf6863ec..9e2e6e415 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.1.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