Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-cvs strange install
- X-seq: zsh-workers 11670
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: zsh-cvs strange install
- Date: Tue, 30 May 2000 17:44:57 +0100
- In-reply-to: "Your message of Tue, 30 May 2000 18:30:39 +0200." <200005301630.SAA32209@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
> The build works fine, but
> install installs it as
> zsh@EXEEXT@
Looks like your configure, or maybe just your config.status, aren't up to
date. configure should contain this line:
s%@EXEEXT@%$EXEEXT%g
and config.status should contain this line everywhere except where an
executable extension is actually required:
s%@EXEEXT@%%g
as input to sed. If they are, try re-running config.status.
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author