1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 17:31:33 +02:00
zsh/Completion/User/_configure

10 lines
343 B
Plaintext
Raw Normal View History

2000-05-08 10:58:37 +02:00
#compdef configure
1999-04-15 20:05:38 +02:00
2000-05-08 10:58:37 +02:00
_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'