blob: 01c12dd6206116de91a5d6c87fb9e0a4421d07d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#compdef configure
_long_options -i '(--(disable|enable)-FEATURE* --(with|without)-PACKAGE*)' \
-s '(#--disable- --enable-
#--enable- --disable-
#--with- --without-
#--without- --with-)' \
'*=(E|)PREFIX*' '_files -/' \
'*=PROGRAM*' '_command_names'
|