Lines Matching refs:cf_termlib
1146 for cf_termlib in '' $cf_TERMLIB ; do
1148 test -n "$cf_termlib" && { CF_ADD_LIB($cf_termlib) }
1162 [echo "yes, there is a termcap/tgetent in $cf_termlib" 1>&AC_FD_CC
1163 if test -n "$cf_termlib" ; then
1164 cf_cv_lib_tgetent="-l$cf_termlib"
1169 [echo "no, there is no termcap/tgetent in $cf_termlib" 1>&AC_FD_CC],
1170 [echo "cross-compiling, cannot verify if a termcap/tgetent is present in $cf_termlib" 1>&AC_FD_CC])
1197 for cf_termlib in $cf_TERMLIB ; do
1198 LIBS="$cf_save_LIBS -l$cf_termlib"
1200 [echo "there is a terminfo/tgetent in $cf_termlib" 1>&AC_FD_CC
1201 cf_cv_lib_part_tgetent="-l$cf_termlib"