From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Icecat Date: Thu, 29 Aug 2013 23:42:14 +0200 Message-ID: <20130829214214.GA21462@debian> References: <20130829210702.GA4669@debian> <877gf45guz.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48254) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VF9z2-0002ax-2v for guix-devel@gnu.org; Thu, 29 Aug 2013 17:42:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VF9yu-0002Ni-PZ for guix-devel@gnu.org; Thu, 29 Aug 2013 17:42:28 -0400 Content-Disposition: inline In-Reply-To: <877gf45guz.fsf@gnu.org> List-Id: 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Thu, Aug 29, 2013 at 11:25:56PM +0200, Ludovic Courtès wrote: > I think it’s a pain^W^W^W Thanks for taking of that! :-) I am not claiming that I will necessarily finish it... We might also lack some dependencies yet. > ./configure CONFIG_SHELL=... SHELL=... > That works well with current Autoconf-generated configure scripts, but > fails with others. > > The workaround is to replace the ‘configure’ phase so that it invokes > ./configure without the offending arguments (see time.scm for an > example.) Ah, thanks! I tried by hand - I can use either SHELL= or CONFIG_SHELL= after ./configure, but not both. Andreas