Searched refs:cf_termlib (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Daclocal.m41146 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"
[all...]
H A Dconfigure7611 for cf_termlib in '' $cf_TERMLIB ; do
7613 test -n "$cf_termlib" && {
7617 for cf_add_1lib in -l$cf_termlib; do cf_add_0lib="$cf_add_1lib $cf_add_0lib"; done
7631 echo "cross-compiling, cannot verify if a termcap/tgetent is present in $cf_termlib" 1>&5
7661 echo "yes, there is a termcap/tgetent in $cf_termlib" 1>&5
7662 if test -n "$cf_termlib" ; then
7663 cf_cv_lib_tgetent="-l$cf_termlib"
7672 echo "no, there is no termcap/tgetent in $cf_termlib" 1>&5
7762 for cf_termlib in $cf_TERMLIB ; do
7763 LIBS="$cf_save_LIBS -l$cf_termlib"
[all...]

Completed in 10 milliseconds