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

Re: zsh breaks configure scripts



>>> "Eric" == Eric Norum <eric.norum@xxxxxxxx> writes:

 Eric> Apple uses zsh as /bin/sh on Mac OS X.  Unfortunately zsh has a
 Eric> `feature' that breaks many autoconf configure scripts.  The scripts
 Eric> contain lines like:
 Eric> if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" && .......

Aside: Recent Autoconfs (2.52 I think) and Automake (>=1.5a)
have workarounds to support Zsh in this area.  Basically they
now use `CDPATH=${ZSH_VERSION+.}:' when needed.

[...]

-- 
Alexandre Duret-Lutz



Messages sorted by: Reverse Date, Date, Thread, Author