1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-11 00:51:05 +02:00
zsh/Src/Modules/terminfo.mdd
Peter Stephenson 0a1de76213 23578: make standard features autoloadable,
use feature notation for .mdd autoloads
2007-06-20 20:59:15 +00:00

17 lines
325 B
Text

name=zsh/terminfo
link='if test "x$ac_cv_func_tigetflag" = xyes -a "x$ac_cv_header_curses_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"