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

Re: zsh-cvs strange install



> 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