Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problem with _configure argument autocomplete
- X-seq: zsh-workers 27510
- From: Andrew Ryan <nerdrew@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Problem with _configure argument autocomplete
- Date: Sun, 13 Dec 2009 20:04:54 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=jOuir0hrGzQIk5oy4aMs777XY/JwMbvudSGMZrzMneM=; b=VpRxOxDxt2LwbWgS0vzzDd4HU7pbeWL0X5Yv0e16IuFP4vtLwezYcKB39ezL60/QsM kFrbRNNCJRSJItNm3rP7O7tCt51rY5LpMDax9cB+LqMV7sYdNsog+yS6PVgkLhwSlue3 eStXJbZDgyrxbaDHXmwxcvlsUkNsxUMMPt52k=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=lKahwPxnDAFZXDjLJ3OyyOxcaioYTko1tUGNf1Yq7XcfeU5wCHA42gjOTlVjErNbgU 9qBVo0+s2ScsS2BPUYSPPmNXveLSB83+QAakJ7usg0F5uLaMy3m/B0Z7r8H9IQ4au5tD MHUDZCWmGi8nyhGECRwdTbgM25XAQPbQSBDTw=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
The mod_wsgi configure script has the following options (taken from
./configure -h):
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-apxs=NAME name of the apxs executable [apxs]
--with-python=NAME name of the python executable [python]
The "--with-python=NAME" option does not autocomplete the path
following the equal sign.
Adding the following to the end of _configure makes it autocomplete correctly:
'*=NAME*:directory:_files -/'
I don't know if this conflicts with anything else. I also don't know
how common "=NAME" is in configure script options.
Andrew
Messages sorted by:
Reverse Date,
Date,
Thread,
Author