X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=configure.ac;h=4501bb864a0bc4a0ec8166c5c1e9de1ae5aa40c1;hb=686cd5c3d8dd7f23c320b4e3a3c25c59c355f78c;hp=1505c6bbd4a9e2b7569e145e8e1eb21c8449deb3;hpb=f593e3ab70ab06acbf97cbb0a9f897dc4f078011;p=sliver-openvswitch.git diff --git a/configure.ac b/configure.ac index 1505c6bbd..4501bb864 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 @@ -52,26 +53,22 @@ OFP_CHECK_LIBOPENFLOW OFP_CHECK_IF_PACKET OFP_CHECK_HWTABLES +AC_CHECK_FUNCS([strsignal]) + AC_ARG_VAR(KARCH, [Kernel Architecture String]) 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) -CFLAGS="$CFLAGS -Wall -Wno-sign-compare" +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 datapath/linux-2.6/Kbuild datapath/linux-2.6/Makefile datapath/linux-2.6/Makefile.main