From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: About autogenerated files in Netfilter snapshots Date: Mon, 23 Dec 2013 13:35:06 +0100 Message-ID: <20131223123506.GA5525@localhost> References: Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Arturo Borrero Gonzalez Cc: Netfilter Users Mailing list , Rodolfo =?iso-8859-1?Q?Garc=EDa_Pe=F1as?= On Mon, Dec 23, 2013 at 01:15:14PM +0100, Arturo Borrero Gonzalez wrote: > Hi there! > > I've been examining some Netfilter snapshots, for example the nftables > one (pick whichever revision) [0]. > > They seem to include some autogenerated files, like 'configure', the > 'autom4te.cache' dir, etc.. > > Why snapshots are not just a copy of the git sources? > > Best regards. > > [0] http://ftp.netfilter.org/pub/nftables/snapshot/ This snapshot robot calls autoreconf -f to include all the scripts so you can run ./configure as most users expect, that also generates the autom4te.cache. I can update the script to remove the autom4te.cache, let me know.