blob: 3b22b53db0a4b5547e34ecc860cd4b40a014da3f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#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'
|