about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:46:46 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:46:46 +0000
commitfe8530550490ffde816b8f349e73de5294d2cc4b (patch)
treef5ff45e8b1474118b12250f35940100e9d9386ff
parent8a74bb5480b940304aa294573b3f16ebc82d6d1b (diff)
downloadzsh-fe8530550490ffde816b8f349e73de5294d2cc4b.tar.gz
zsh-fe8530550490ffde816b8f349e73de5294d2cc4b.tar.xz
zsh-fe8530550490ffde816b8f349e73de5294d2cc4b.zip
moved to Completion/Unix/Command/_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'