Searched refs:NCURSES_CONFIG (Results 1 – 3 of 3) sorted by relevance
129 NCURSES_CONFIG = ncurses@DFT_ARG_SUFFIX@@cf_cv_abi_version@@cf_config_suffix@-config133 $(INSTALL_SCRIPT) ncurses-config $(DESTDIR)$(bindir)/$(NCURSES_CONFIG)194 -rm -f $(DESTDIR)$(bindir)/$(NCURSES_CONFIG)
16214 if test -n "$NCURSES_CONFIG"; then16215 ac_cv_prog_NCURSES_CONFIG="$NCURSES_CONFIG" # Let the user override the test.16230 NCURSES_CONFIG=$ac_cv_prog_NCURSES_CONFIG16231 if test -n "$NCURSES_CONFIG"; then16232 echo "$as_me:16232: result: $NCURSES_CONFIG" >&516233 echo "${ECHO_T}$NCURSES_CONFIG" >&616239 test -n "$NCURSES_CONFIG" && break16242 if test -z "$NCURSES_CONFIG"; then16243 ac_ct_NCURSES_CONFIG=$NCURSES_CONFIG16282 NCURSES_CONFIG=$ac_ct_NCURSES_CONFIG[all …]
3393 dnl b) the "-config" script from ncurses, using $NCURSES_CONFIG3486 …[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 ; then3491 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