mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-01 21:51:40 +02:00
use _configure for config.status
This commit is contained in:
parent
b5d4d3d9c1
commit
68c2c8f11a
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2007-05-13 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 23434: Completion/Unix/Command/_configure: use also
|
||||
for config.status.
|
||||
|
||||
* 23433: Src/Zle/zle_main.c: cast for ZMAXTIMEOUT was wrong
|
||||
where sizeof(long) > sizeof(int).
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#compdef configure
|
||||
#compdef configure config.status
|
||||
|
||||
_arguments -- -i '(--(disable|enable)-FEATURE* --(with|without)-PACKAGE*)' \
|
||||
-s '((#s)--disable- --enable-
|
||||
|
|
Loading…
Reference in a new issue