mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 00:31:07 +02:00
19 lines
474 B
Text
19 lines
474 B
Text
name=zsh/terminfo
|
|
|
|
link='if test "x$ac_cv_func_tigetflag" = xyes -a "x$ac_cv_header_curses_h" = xyes ||
|
|
test x$ac_cv_header_ncurses_h = xyes || test x$ac_cv_header_ncurses_ncurses_h = xyes ||
|
|
test x$ac_cv_header_ncursesw_ncurses_h = xyes; then
|
|
if test "x$zsh_cv_shared_tigetstr" = xyes; then
|
|
echo either
|
|
else
|
|
echo static
|
|
fi
|
|
else
|
|
echo no;
|
|
fi
|
|
'
|
|
load=yes
|
|
|
|
autofeatures="b:echoti p:terminfo"
|
|
|
|
objects="terminfo.o"
|