about summary refs log tree commit diff
path: root/Completion/User/_configure
blob: 5861682d02353458817e7e5f2c1abaf9f57ca48c (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*:prefix directory:_files -/' \
              '*=PROGRAM*:program:_command_names'