1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00
zsh/Src/Modules/termcap.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
287 B
Text

name=zsh/termcap
link='if test "x$ac_cv_func_tgetent" = xyes; then
if test "x$zsh_cv_shared_tgetent" = xyes; then
echo either
else
echo static
fi
else
echo either;
fi
'
load=yes
autofeatures="b:echotc p:termcap"
objects="termcap.o"