Home
last modified time | relevance | path

Searched refs:NCURSES_CONFIG (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ncurses/misc/
H A DMakefile.in129 NCURSES_CONFIG = ncurses@DFT_ARG_SUFFIX@@cf_cv_abi_version@@cf_config_suffix@-config
133 $(INSTALL_SCRIPT) ncurses-config $(DESTDIR)$(bindir)/$(NCURSES_CONFIG)
194 -rm -f $(DESTDIR)$(bindir)/$(NCURSES_CONFIG)
/freebsd/contrib/dialog/
H A Dconfigure16214 if test -n "$NCURSES_CONFIG"; then
16215 ac_cv_prog_NCURSES_CONFIG="$NCURSES_CONFIG" # Let the user override the test.
16230 NCURSES_CONFIG=$ac_cv_prog_NCURSES_CONFIG
16231 if test -n "$NCURSES_CONFIG"; then
16232 echo "$as_me:16232: result: $NCURSES_CONFIG" >&5
16233 echo "${ECHO_T}$NCURSES_CONFIG" >&6
16239 test -n "$NCURSES_CONFIG" && break
16242 if test -z "$NCURSES_CONFIG"; then
16243 ac_ct_NCURSES_CONFIG=$NCURSES_CONFIG
16282 NCURSES_CONFIG=$ac_ct_NCURSES_CONFIG
[all …]
H A Daclocal.m43393 dnl b) the "-config" script from ncurses, using $NCURSES_CONFIG
3486 …[AC_CHECK_TOOLS(NCURSES_CONFIG, ${cf_ncurses_config} ${cf_ncuconfig_root}6-config ${cf_ncuconfig_r…
3487 …[AC_PATH_PROGS(NCURSES_CONFIG, ${cf_ncurses_config} ${cf_ncuconfig_root}6-config ${cf_ncuconfig_r…
3489 if test "$NCURSES_CONFIG" != none ; then
3491 CF_ADD_CFLAGS(`$NCURSES_CONFIG --cflags`)
3492 CF_ADD_LIBS(`$NCURSES_CONFIG --libs`)
3505 cf_cv_ncurses_version="`$NCURSES_CONFIG --version`"
3514 NCURSES_CONFIG=none