X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=708b1fe5c22b4593ef311ea88bd554ab211ee496;hb=f0315962e98f79e0cdcbe72f07f7bba997415ee7;hp=1505c6bbd4a9e2b7569e145e8e1eb21c8449deb3;hpb=f593e3ab70ab06acbf97cbb0a9f897dc4f078011;p=sliver-openvswitch.git diff --git a/configure.ac b/configure.ac index 1505c6bbd..708b1fe5c 100644 --- a/configure.ac +++ b/configure.ac @@ -30,8 +30,9 @@ # advertising or publicity pertaining to the Software or any # derivatives without specific, written prior permission. -AC_PREREQ(2.59) -AC_INIT(openflow, v0.8.1, info@openflowswitch.org) +AC_PREREQ(2.60) +AC_INIT(openflow, 0.8.9~1, info@openflowswitch.org) +NX_BUILDNR AC_CONFIG_SRCDIR([README.hwtables]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) @@ -39,8 +40,10 @@ AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE AC_PROG_CC +AM_PROG_CC_C_O AC_PROG_CPP AC_PROG_RANLIB +AC_PROG_MKDIR_P AC_ARG_VAR([PERL], [path to Perl interpreter]) AC_PATH_PROG([PERL], perl, no) @@ -52,26 +55,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