Searched refs:NCURSES_CONFIG (Results 1 – 2 of 2) sorted by relevance
16275 case "$NCURSES_CONFIG" in16277 ac_cv_path_NCURSES_CONFIG="$NCURSES_CONFIG" # Let the user override the test with a path.16280 ac_cv_path_NCURSES_CONFIG="$NCURSES_CONFIG" # Let the user override the test with a dos path.16296 NCURSES_CONFIG="$ac_cv_path_NCURSES_CONFIG"16297 if test -n "$NCURSES_CONFIG"; then16298 echo "$ac_t""$NCURSES_CONFIG" 1>&616303 test -n "$NCURSES_CONFIG" && break16305 test -n "$NCURSES_CONFIG" || NCURSES_CONFIG="none"16308 if test "$NCURSES_CONFIG" != none ; then16310 CPPFLAGS="$CPPFLAGS `$NCURSES_CONFIG --cflags`"[all …]
3698 dnl Allow that to be overridden using the $NCURSES_CONFIG environment variable.3708 [AC_CHECK_TOOLS(NCURSES_CONFIG, ${cf_ncuconfig_root}6-config ${cf_ncuconfig_root}5-config, none)],3709 [AC_PATH_PROGS(NCURSES_CONFIG, ${cf_ncuconfig_root}6-config ${cf_ncuconfig_root}5-config, none)])3711 if test "$NCURSES_CONFIG" != none ; then3713 CPPFLAGS="$CPPFLAGS `$NCURSES_CONFIG --cflags`"3714 CF_ADD_LIBS(`$NCURSES_CONFIG --libs`)3727 cf_cv_ncurses_version=`$NCURSES_CONFIG --version`