From 8ceb54fbc2f879e0e80f58c18761bd54db07e5f7 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:25:40 +0000 Subject: zsh-3.1.5-pws-15 --- Completion/User/_configure | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Completion/User/_configure') diff --git a/Completion/User/_configure b/Completion/User/_configure index 7559852e8..01c12dd62 100644 --- a/Completion/User/_configure +++ b/Completion/User/_configure @@ -1,4 +1,9 @@ -#defcomp configure +#compdef configure -_long_options '*=(E|)PREFIX*' '_files -/' \ +_long_options -i '(--(disable|enable)-FEATURE* --(with|without)-PACKAGE*)' \ + -s '(#--disable- --enable- + #--enable- --disable- + #--with- --without- + #--without- --with-)' \ + '*=(E|)PREFIX*' '_files -/' \ '*=PROGRAM*' '_command_names' -- cgit 1.4.1