Searched refs:cf_cv_builtin_bool (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ncurses/ |
H A D | configure | 26161 cf_cv_builtin_bool=1 26165 cf_cv_builtin_bool=0 26171 if test "$cf_cv_builtin_bool" = 1 26961 cf_cv_builtin_bool=1 27455 elif test "$cf_cv_builtin_bool" = 0 30005 s,@cf_cv_builtin_bool@,$cf_cv_builtin_bool,;t t
|
H A D | configure.in | 1954 cf_cv_builtin_bool=1 1993 elif test "$cf_cv_builtin_bool" = 0
|
H A D | aclocal.m4 | 633 AC_CACHE_VAL(ifelse($1,,cf_cv_builtin_bool,[$1]),[ 638 [ifelse($1,,cf_cv_builtin_bool,[$1])=1], 639 [ifelse($1,,cf_cv_builtin_bool,[$1])=0]) 642 if test "$ifelse($1,,cf_cv_builtin_bool,[$1])" = 1 8485 AC_SUBST(cf_cv_builtin_bool)
|
H A D | NEWS | 11975 + change default value of cf_cv_builtin_bool to 1 (suggested by
|