about summary refs log tree commit diff
path: root/Completion/Unix/Command/_configure
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:46:54 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:46:54 +0000
commit0a80fbdbf2e405f76a639f1e8137ed1c284076d4 (patch)
treeebb089a7c0ac43f299df096ab6e97ae6dbe9de2d /Completion/Unix/Command/_configure
parentfe8530550490ffde816b8f349e73de5294d2cc4b (diff)
downloadzsh-0a80fbdbf2e405f76a639f1e8137ed1c284076d4.tar.gz
zsh-0a80fbdbf2e405f76a639f1e8137ed1c284076d4.tar.xz
zsh-0a80fbdbf2e405f76a639f1e8137ed1c284076d4.zip
moved from Completion/User/_configure
Diffstat (limited to 'Completion/Unix/Command/_configure')
-rw-r--r--Completion/Unix/Command/_configure9
1 files changed, 9 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_configure b/Completion/Unix/Command/_configure
new file mode 100644
index 000000000..e66e06082
--- /dev/null
+++ b/Completion/Unix/Command/_configure
@@ -0,0 +1,9 @@
+#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'