Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dconfigure14365 cf_cv_ncurses_version=no
14392 test -n "$cf_out" && cf_cv_ncurses_version="$cf_out"
14434 cf_cv_ncurses_version=`cat $cf_tempfile`
14445 echo "$as_me:14445: result: $cf_cv_ncurses_version" >&5
14446 echo "${ECHO_T}$cf_cv_ncurses_version" >&6
14447 test "$cf_cv_ncurses_version" = no ||
16516 cf_cv_ncurses_version="`$NCURSES_CONFIG --version`"
17141 cf_cv_ncurses_version=no
17168 test -n "$cf_out" && cf_cv_ncurses_version="$cf_out"
17210 cf_cv_ncurses_version=`cat $cf_tempfile`
[all …]
H A Daclocal.m41701 if test ".${cf_cv_ncurses_version:-no}" != .no
3505 cf_cv_ncurses_version="`$NCURSES_CONFIG --version`"
3726 AC_CACHE_CHECK(for ncurses version, cf_cv_ncurses_version,[
3727 cf_cv_ncurses_version=no
3751 cf_cv_ncurses_version=`cat $cf_tempfile`],,[
3771 test -n "$cf_out" && cf_cv_ncurses_version="$cf_out"
3777 test "$cf_cv_ncurses_version" = no || AC_DEFINE(NCURSES,1,[Define to 1 if we are using ncurses head…