mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-07-10 16:31:27 +02:00
11 lines
444 B
Text
11 lines
444 B
Text
#compdef configure config.status
|
|
|
|
_arguments -- -i '(--(disable|enable)-FEATURE* --(with|without)-PACKAGE*)' \
|
|
-s '((#s)--disable- --enable-
|
|
(#s)--enable- --disable-
|
|
(#s)--with- --without-
|
|
(#s)--without- --with-)' \
|
|
'*=(E|)PREFIX*:prefix directory:_files -/' \
|
|
'*=PROGRAM*:program:_command_names -e' \
|
|
'*=NAME*executable*:program:_command_names -e' \
|
|
'*=NAME*:file:_files'
|