mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-11-04 07:21:06 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			343 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			343 B
		
	
	
	
		
			Text
		
	
	
	
	
	
#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'
 |