From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [01/19] use automake Date: Sun, 20 Jan 2008 17:53:21 +0100 Message-ID: <47937C81.7030808@trash.net> References: <479348E0.4050701@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Netfilter Developer Mailing List To: Jan Engelhardt Return-path: Received: from stinky.trash.net ([213.144.137.162]:61969 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754059AbYATQxa (ORCPT ); Sun, 20 Jan 2008 11:53:30 -0500 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Jan Engelhardt wrote: > On Jan 20 2008 14:13, Patrick McHardy wrote: >> Jan Engelhardt wrote: >>> Converts the iptables build infrastructure to autotools. >>> >>> - Can build both static and dynamic at the same time >>> >>> - iptables-static will be a multi-binary, semi-static >>> (link against libc but w/o dynamic plugins) >>> >>> - Always build IPv6 modules >>> >>> - consider INSTALL >>> >>> Signed-off-by: Jan Engelhardt >> Applied, thanks Jan. > > Looks like libiptc/Makefile missed the deletion. Its gone now, thanks.