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

Re: configure completion problem



Andrej Borsenkow wrote:

> configure always allowed at least host as parameter (configure
> mips-sni-sysv4 e.g.) and 2.50 allows environment assignments on command
> line, like in
> 
> /tools/src/lftp-pre2.4.0-1/configure --prefix=/tools --without-libresolv --w
> ith-socks --with-socks5  --di-ge  LDFLAGS=-L/tools/lib
> CPPFLAGS=-I/tools/include
> 
> Currently it is impossible to complete options if non-option argument
> follows (--di-ge in above example).

Works for me.  With our configure (cursor at `_'):

  % ./configure --pre_<TAB>  LDFLAGS=-L/tools/lib
  % ./configure --prefix=_  LDFLAGS=-L/tools/lib


Bye
  Sven


-- 
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



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