about summary refs log tree commit diff
path: root/Completion/Unix/Command/_configure
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-12-14 21:35:02 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-12-14 21:35:02 +0000
commitc4b72029cd7965cdd430eb4d44feb350d043912c (patch)
tree7651ad42df179f317bd85d2a0b79050c44eb97ec /Completion/Unix/Command/_configure
parentd9c5241fc54c0a7ba3d4d95a8deb5e47a1ca572c (diff)
downloadzsh-c4b72029cd7965cdd430eb4d44feb350d043912c.tar.gz
zsh-c4b72029cd7965cdd430eb4d44feb350d043912c.tar.xz
zsh-c4b72029cd7965cdd430eb4d44feb350d043912c.zip
27518: suggest some more configure argument patterns
Diffstat (limited to 'Completion/Unix/Command/_configure')
-rw-r--r--Completion/Unix/Command/_configure4
1 files changed, 3 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_configure b/Completion/Unix/Command/_configure
index 5a314b102..3b22b53db 100644
--- a/Completion/Unix/Command/_configure
+++ b/Completion/Unix/Command/_configure
@@ -6,4 +6,6 @@ _arguments -- -i '(--(disable|enable)-FEATURE* --(with|without)-PACKAGE*)' \
 		   (#s)--with- --without-
 		   (#s)--without- --with-)' \
 	      '*=(E|)PREFIX*:prefix directory:_files -/' \
-              '*=PROGRAM*:program:_command_names -e'
+              '*=PROGRAM*:program:_command_names -e' \
+	      '*=NAME*executable*:program:_command_names -e' \
+	      '*=NAME*:file:_files'