about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Completion/Unix/Command/_configure4
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3817187e9..1ec204772 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-14  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 27518: Completion/Unix/Command/_configure: suggest some
+	more patterns for arguments.
+
 2009-12-14  Andrey Borzenkov <bor@zsh.org>
 
 	* unposted: Completion/Unix/Command/_grep:
@@ -12487,5 +12492,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4842 $
+* $Revision: 1.4843 $
 *****************************************************
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'