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

_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'