Update the ChangeLog with the changes since v0.8.1 and designate this v0.9.0-b1.
[openvswitch] / configure.ac
index e46926f61e8bf1fe8641632db2f07736a1baa5a3..cb10a9708bb3f281057c0fbbc33c2f7680bc58b5 100644 (file)
@@ -31,7 +31,7 @@
 # derivatives without specific, written prior permission.
 
 AC_PREREQ(2.59)
-AC_INIT(openflow, v0.8.1, info@openflowswitch.org)
+AC_INIT(openflow, 0.9.0-b1, info@openflowswitch.org)
 AC_CONFIG_SRCDIR([README.hwtables])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
@@ -57,6 +57,8 @@ AC_SUBST(KARCH)
 OFP_CHECK_LINUX(l26, 2.6, 2.6, KSRC26, L26_ENABLED)
 OFP_CHECK_LINUX(l24, 2.4, 2.4, KSRC24, L24_ENABLED)
 
+OFP_CHECK_DPKG_BUILDPACKAGE
+
 CFLAGS="$CFLAGS -Wall -Wno-sign-compare -Wpointer-arith -Wdeclaration-after-statement"
 
 OFP_ENABLE_EXT