For SNAT, don't store the pre-fragment L2 header before actions are applied.
[sliver-openvswitch.git] / configure.ac
index 9cca059..708b1fe 100644 (file)
@@ -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, 0.9.0~b1, 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])
@@ -42,6 +43,7 @@ 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)
@@ -53,6 +55,8 @@ 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)
@@ -63,7 +67,7 @@ OFP_CHECK_DPKG_BUILDPACKAGE
 CFLAGS="$CFLAGS -Wall -Wno-sign-compare -Wpointer-arith -Wdeclaration-after-statement"
 
 OFP_ENABLE_EXT
-m4_include(ext/configure.m4)
+m4_include([ext.m4])
 
 AC_CONFIG_FILES([Makefile 
 datapath/Makefile