about summary refs log tree commit diff
path: root/Completion/Unix/Command/_configure
blob: 5a314b102c1cd59031fbd5af659e919350754849 (plain) (blame)
1
2
3
4
5
6
7
8
9
#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'