mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
36661: replace obsolete "autobins" setting with "autofeatures"
This commit is contained in:
parent
0cfa2dcfc4
commit
c2254cfe2c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-09-27 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 36661: Src/Modules/curses.mdd: replace obsolete "autobins"
|
||||
setting with "autofeatures"
|
||||
|
||||
2015-09-28 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||
|
||||
* 36631: Completion/Unix/Command/_sh,
|
||||
|
|
|
@ -2,7 +2,7 @@ name=zsh/curses
|
|||
link='if test "x$ac_cv_func_initscr" = xyes && test "x$zsh_cv_path_curses_header" != x; then echo dynamic; else echo no; fi'
|
||||
load=no
|
||||
|
||||
autobins="zcurses"
|
||||
autofeatures="b:zcurses"
|
||||
|
||||
objects="curses.o"
|
||||
|
||||
|
|
Loading…
Reference in a new issue