Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh-3.1.3 released



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