From owner-freebsd-hackers@FreeBSD.ORG Fri May 16 08:00:28 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 EE9761065670 for ; Fri, 16 May 2008 08:00:28 +0000 (UTC) (envelope-from stefan@fafoe.narf.at) Received: from viefep15-int.chello.at (viefep18-int.chello.at [213.46.255.22]) by mx1.freebsd.org (Postfix) with ESMTP id 3A3598FC30 for ; Fri, 16 May 2008 08:00:27 +0000 (UTC) (envelope-from stefan@fafoe.narf.at) Received: from lizard.fafoe.narf.at ([213.47.85.26]) by viefep11-int.chello.at (InterMail vM.7.08.02.02 201-2186-121-104-20070414) with ESMTP id <20080516074453.UEMA2384.viefep11-int.chello.at@lizard.fafoe.narf.at>; Fri, 16 May 2008 09:44:53 +0200 Received: by lizard.fafoe.narf.at (Postfix, from userid 1001) id C4513C3DE; Fri, 16 May 2008 09:44:34 +0200 (CEST) Date: Fri, 16 May 2008 09:44:33 +0200 From: Stefan Farfeleder To: Mike Meyer Message-ID: <20080516074433.GA1032@lizard.fafoe.narf.at> Mail-Followup-To: Mike Meyer , hackers@freebsd.org References: <20080309152712.42752293@bhuda.mired.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080309152712.42752293@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 08:00:29 -0000 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. Stefan