about summary refs log tree commit diff
path: root/Completion/User/_configure
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/User/_configure')
-rw-r--r--Completion/User/_configure9
1 files changed, 0 insertions, 9 deletions
diff --git a/Completion/User/_configure b/Completion/User/_configure
deleted file mode 100644
index e66e06082..000000000
--- a/Completion/User/_configure
+++ /dev/null
@@ -1,9 +0,0 @@
-#compdef configure
-
-_arguments -- -i '(--(disable|enable)-FEATURE* --(with|without)-PACKAGE*)' \
-              -s '((#s)--disable- --enable-
-	           (#s)--enable- --disable-
-		   (#s)--with- --without-
-		   (#s)--without- --with-)' \
-	      '*=(E|)PREFIX*:prefix directory:_files -/' \
-              '*=PROGRAM*:program:_command_names -e'