Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: configure completion problem
- X-seq: zsh-workers 15412
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: configure completion problem
- Date: Wed, 18 Jul 2001 16:33:14 +0200 (MET DST)
- In-reply-to: <000201c10f95$c75c8e40$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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