Searched refs:cf_cv_rel_version (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/ncurses/form/
H A DMakefile.in113 REL_VERSION = @cf_cv_rel_version@
/freebsd-11-stable/contrib/ncurses/include/
H A DMakefile.in64 VERSION = @cf_cv_rel_version@
/freebsd-11-stable/contrib/ncurses/menu/
H A DMakefile.in113 REL_VERSION = @cf_cv_rel_version@
/freebsd-11-stable/contrib/ncurses/panel/
H A DMakefile.in115 REL_VERSION = @cf_cv_rel_version@
/freebsd-11-stable/contrib/ncurses/ncurses/
H A DMakefile.in138 REL_VERSION = @cf_cv_rel_version@
/freebsd-11-stable/contrib/ncurses/progs/
H A DMakefile.in104 REL_VERSION = @cf_cv_rel_version@
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure1155 cf_cv_rel_version=${NCURSES_MAJOR}.${NCURSES_MINOR}
1157 echo "$as_me:1157: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5
1158 echo "${ECHO_T}Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&6
1160 test -z "$cf_cv_rel_version" && cf_cv_rel_version=0.0
1165 { echo "$as_me:1165: WARNING: overriding release version $cf_cv_rel_version to $withval" >&5
1166 echo "$as_me: WARNING: overriding release version $cf_cv_rel_version to $withval" >&2;}
1167 cf_cv_rel_version=$withval
1170 NCURSES_MAJOR=`echo "$cf_cv_rel_version" | sed -e 's/\..*//'`
1171 NCURSES_MINOR=`echo "$cf_cv_rel_version" | se
[all...]

Completed in 73 milliseconds