X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=configure.ac;h=f4e923a95ea3e11c6975f2ad91bef2cf97f78d51;hb=b969b51164f028a728efded35550a02926b5aa20;hp=53647602ac8ce0edc813ac9874e7fbfffc7e3420;hpb=4ac81cc17a0111eb44b869cd70b16dd346899ac9;p=sliver-openvswitch.git diff --git a/configure.ac b/configure.ac index 53647602a..f4e923a95 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) @@ -39,6 +39,7 @@ AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE AC_PROG_CC +AM_PROG_CC_C_O AC_PROG_CPP AC_PROG_RANLIB @@ -62,19 +63,10 @@ OFP_CHECK_DPKG_BUILDPACKAGE CFLAGS="$CFLAGS -Wall -Wno-sign-compare -Wpointer-arith -Wdeclaration-after-statement" OFP_ENABLE_EXT +m4_include([ext.m4]) AC_CONFIG_FILES([Makefile datapath/Makefile -lib/Makefile -include/Makefile -controller/Makefile -utilities/Makefile -secchan/Makefile -switch/Makefile -tests/Makefile -datapath/tests/Makefile -third-party/Makefile -debian/Makefile datapath/linux-2.6/Kbuild datapath/linux-2.6/Makefile datapath/linux-2.6/Makefile.main