Home
last modified time | relevance | path

Searched refs:cf_term_lib (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/dialog/
H A Dconfigure14881 if test "x$cf_term_lib" = x
14942 cf_term_lib=predefined
14945 for cf_term_lib in $cf_check_list otermcap termcap tinfo termlib unknown
14947 as_ac_Lib=`echo "ac_cv_lib_$cf_term_lib''_tgoto" | $as_tr_sh`
14948 echo "$as_me:14948: checking for tgoto in -l$cf_term_lib" >&5
14949 echo $ECHO_N "checking for tgoto in -l$cf_term_lib... $ECHO_C" >&6
14954 LIBS="-l$cf_term_lib $LIBS"
14999 : "${cf_nculib_root:=$cf_term_lib}"
15011 …test "$cf_term_lib" != predefined && test "$cf_term_lib" != unknown && LIBS="-l$cf_term_lib $cf_sa…
15017 if test "$cf_term_lib" = unknown || test "$cf_term_lib" = "$cf_curs_lib" ; then
[all …]
H A Daclocal.m41710 if test "x$cf_term_lib" = x
1712 AC_CHECK_FUNC(tgoto,[cf_term_lib=predefined],[
1713 for cf_term_lib in $cf_check_list otermcap termcap tinfo termlib unknown
1715 AC_CHECK_LIB($cf_term_lib,tgoto,[
1716 : "${cf_nculib_root:=$cf_term_lib}"
1724 …test "$cf_term_lib" != predefined && test "$cf_term_lib" != unknown && LIBS="-l$cf_term_lib $cf_sa…
1730 if test "$cf_term_lib" = unknown || test "$cf_term_lib" = "$cf_curs_lib" ; then
1738 elif test "$cf_curs_lib" = "$cf_term_lib" ; then
1740 elif test "$cf_term_lib" != predefined ; then
1741 AC_MSG_CHECKING(if we need both $cf_curs_lib and $cf_term_lib libraries)
[all …]