diff options
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_configure | 4 |
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' |