From 1d6c3eaaa0618d35329495a324c9fd2e7ed9843a Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 30 Aug 1999 10:08:13 +0000 Subject: zsh-workers/7533 --- Completion/User/_configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/User/_configure') diff --git a/Completion/User/_configure b/Completion/User/_configure index 5861682d0..2a8713599 100644 --- a/Completion/User/_configure +++ b/Completion/User/_configure @@ -1,9 +1,9 @@ #compdef configure -_long_options -i '(--(disable|enable)-FEATURE* --(with|without)-PACKAGE*)' \ +_arguments -- -i '(--(disable|enable)-FEATURE* --(with|without)-PACKAGE*)' \ -s '(#--disable- --enable- #--enable- --disable- #--with- --without- #--without- --with-)' \ '*=(E|)PREFIX*:prefix directory:_files -/' \ - '*=PROGRAM*:program:_command_names' + '*=PROGRAM*:program:_command_names -e' -- cgit 1.4.1