about summary refs log tree commit diff
path: root/Completion/User/_configure
blob: 2a87135993ef93753497ae5a4fbc2c07730e9baa (plain) (blame)
1
2
3
4
5
6
7
8
9
#compdef configure

_arguments -- -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 -e'