From owner-freebsd-hackers@FreeBSD.ORG Fri May 16 14:13:32 2008 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 133F5106564A for ; Fri, 16 May 2008 14:13:32 +0000 (UTC) (envelope-from stefan@fafoe.narf.at) Received: from viefep14-int.chello.at (viefep18-int.chello.at [213.46.255.22]) by mx1.freebsd.org (Postfix) with ESMTP id 53C1B8FC1E for ; Fri, 16 May 2008 14:13:30 +0000 (UTC) (envelope-from stefan@fafoe.narf.at) Received: from lizard.fafoe.narf.at ([213.47.85.26]) by viefep14-int.chello.at (InterMail vM.7.08.02.02 201-2186-121-104-20070414) with ESMTP id <20080516141329.UHBI6571.viefep14-int.chello.at@lizard.fafoe.narf.at>; Fri, 16 May 2008 16:13:29 +0200 Received: by lizard.fafoe.narf.at (Postfix, from userid 1001) id 03002C3DE; Fri, 16 May 2008 16:13:07 +0200 (CEST) Date: Fri, 16 May 2008 16:13:07 +0200 From: Stefan Farfeleder To: Mike Meyer Message-ID: <20080516141307.GB1032@lizard.fafoe.narf.at> Mail-Followup-To: Mike Meyer , hackers@freebsd.org References: <20080309152712.42752293@bhuda.mired.org> <20080516074433.GA1032@lizard.fafoe.narf.at> <20080516101143.3545937c@bhuda.mired.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080516101143.3545937c@bhuda.mired.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: hackers@freebsd.org Subject: Re: Why doesn't autoconf like our /bin/sh? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 14:13:32 -0000 On Fri, May 16, 2008 at 10:11:43AM -0400, Mike Meyer wrote: > On Fri, 16 May 2008 09:44:33 +0200 > Stefan Farfeleder wrote: > > > On Sun, Mar 09, 2008 at 03:27:12PM -0400, Mike Meyer wrote: > > > I've stumbled on to an obscure problem with autoconf 2.61, and I'm not > > > sure quite what to do with it. I've already sent mail to the autoconf > > > folks, but I'd like to understand what's going on. > > > > > > The problem is that, on a FreeBSD system with only /bin/sh and the > > > ports zsh as installed shells, if you have SHELL set to zsh when > > > invoking the autoconf-generated configure script, the script produces > > > a broken Makefile. It doesn't generate an error, it just complains > > > that: > > > > Can you please retry? /bin/sh now supports expanding $LINENO which was > > often the reason for configure not liking it. > > Which branch, and how recently? HEAD and yesterday.