Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-3.1.3 released
- X-seq: zsh-users 1515
- From: Andrew Main <zefram@xxxxxxxxx>
- To: jarausch@xxxxxxxxxxxxxxxxxxx (Helmut Jarausch)
- Subject: Re: zsh-3.1.3 released
- Date: Tue, 5 May 1998 10:15:45 +0100 (BST)
- Cc: zefram@xxxxxxxxx, zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <jarausch-980504164011.A0A16358@numa1> from "Helmut Jarausch" at May 4, 98 04:40:13 pm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author