On Sun, Nov 09, 2014 at 09:26:12PM +0100, giorgio.nicole@xxxxxxxx wrote: > From: root <root@lord_casco.spaceball> > > Add some missing Makefile.am's under the include directory. > > Now it is possible to build 'nftables' from a separate build directory > and produce a release tar archive with a 'make distcheck'. Thanks. I have merged this update to nftables/autotools branch: git.netfilter.org/nftables/commit/?h=autotools&id=85035b6c6a1618e7ba726fe6306c804fc1b6c4e8 > diff --git a/autogen.sh b/autogen.sh > index a62e737..4b6b92d 100755 > --- a/autogen.sh > +++ b/autogen.sh > @@ -1,4 +1,11 @@ > #!/bin/bash > > -autoreconf -fi; > +srcdir=`dirname $0` > +test -z "$srcdir" && srcdir=. > + > +ORIGDIR=`pwd` > +cd $srcdir > + > +autoreconf -vfi || exit 1 > rm -Rf autom4te*.cache config.h.in~ > +cd $ORIGDIR || exit $? The need for this chunk was not justified, I kept this back. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html