Searched refs:cf_nculib_root (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | configure | 17228 cf_nculib_root=$cf_cv_screen 17345 if test "$cf_nculib_root" = ncurses ; then 17425 for cf_add_1lib in -l$cf_nculib_root; do cf_add_0lib="$cf_add_1lib $cf_add_0lib"; done 17440 eval 'cf_cv_have_lib_'"$cf_nculib_root"'=no' 17501 eval 'cf_cv_have_lib_'"$cf_nculib_root"'=yes' 17505 echo "$as_me:17505: checking for initscr in -l$cf_nculib_root" >&5 17506 echo $ECHO_N "checking for initscr in -l$cf_nculib_root... $ECHO_C" >&6 17507 LIBS="-l$cf_nculib_root $LIBS" 17534 eval 'cf_cv_have_lib_'"$cf_nculib_root"'=yes' 17556 …test -d "$cf_library_path/lib/$cf_nculib_root" && cf_search="$cf_search $cf_library_path/lib… [all …]
|
H A D | aclocal.m4 | 1716 : "${cf_nculib_root:=$cf_term_lib}" 3650 cf_nculib_root=ifelse($1,,ncurses,$1) 3665 if test "$cf_nculib_root" = ncurses ; then 3675 CF_ADD_LIBS(-l$cf_nculib_root) 3677 CF_FIND_LIBRARY($cf_nculib_root,$cf_nculib_root, 3684 AC_MSG_CHECKING(if we can link $cf_nculib_root without $cf_ncurses_LIBS) 3699 CF_UPPER(cf_nculib_ROOT,HAVE_LIB$cf_nculib_root) 3708 : ${cf_nculib_root:=ifelse($1,,ncurses,$1)} 3709 AC_CHECK_LIB($cf_nculib_root,_nc_init_pthreads,
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 2563 + modify CF_CURSES_LIBS to fill in $cf_nculib_root in case the
|