From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH] gnu: Add libicns Date: Sat, 03 Sep 2016 13:38:09 +0100 Message-ID: <874m5xqhu6.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> References: <3b92e609-3e2f-9f3e-3294-0e8f7a3ae558@openmailbox.org> <87a8fpqnvx.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgADL-0007if-1z for guix-devel@gnu.org; Sat, 03 Sep 2016 08:38:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bgADG-0007Z5-Jw for guix-devel@gnu.org; Sat, 03 Sep 2016 08:38:25 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:35189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgADE-0007XM-8E for guix-devel@gnu.org; Sat, 03 Sep 2016 08:38:22 -0400 In-Reply-To: <87a8fpqnvx.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Brendan Tildesley , guix-devel@gnu.org Marius Bakke writes: > Additionally this package bundles "m4" even if it doesn't use it. Can > you remove it with a "origin" snippet? See e.g. "xcb-util-xrm" for how > that's done. My mistake, it does appear to use those files, and it's not actually m4. I think using the generated libtool is probably OK. Alternatively it can be re-generated by adding a phase that invokes "autoreconf -vif". I'm not actually sure if this is desired, so just leave it for now. Thank you, Marius