From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22476 invoked from network); 5 May 1998 09:23:19 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 5 May 1998 09:23:19 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id FAA17376; Tue, 5 May 1998 05:16:15 -0400 (EDT) Resent-Date: Tue, 5 May 1998 05:16:03 -0400 (EDT) From: Andrew Main Message-Id: <199805050915.KAA04576@taos.demon.co.uk> Subject: Re: zsh-3.1.3 released To: jarausch@IGPM.Rwth-Aachen.DE (Helmut Jarausch) Date: Tue, 5 May 1998 10:15:45 +0100 (BST) Cc: zefram@tao.co.uk, zsh-users@math.gatech.edu In-Reply-To: from "Helmut Jarausch" at May 4, 98 04:40:13 pm X-Loop: zefram@tao.co.uk X-Phase: The Moon is Waxing Gibbous (69% of Full) X-Stardate: [-30]1106.92 X-US-Congress: moronic fuckers X-Headers: OTT X-Mouse: +++ ????? +++ Out Of Cheese Error. Redo From Start. X-Parrot: no, it's only resting. X-Personality: INTJ X-email-is-not-HTML: X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"CclAA3.0.oE4.JZjJr"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1515 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Helmut Jarausch wrote: >Has anybody successfully built this release? Yes, but not unmodified using a SysV sh. >creating ./config.status >creating Makefile >Can't open :Makefile.in The bug is in configure{,.in}. It doesn't handle echo translating '\\' to '\'. The very simplest solution is to use zsh or bash to configure. Do either $ bash ./configure ... or, from zsh, % ARGV0=sh zsh ./configure ... This will be fixed in the next release, which, considering the seriousness of this particular problem, will probably be fairly soon. -zefram