Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/
Dconfigure16275 case "$NCURSES_CONFIG" in
16277 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"; then
16298 echo "$ac_t""$NCURSES_CONFIG" 1>&6
16303 test -n "$NCURSES_CONFIG" && break
16305 test -n "$NCURSES_CONFIG" || NCURSES_CONFIG="none"
16308 if test "$NCURSES_CONFIG" != none ; then
16310 CPPFLAGS="$CPPFLAGS `$NCURSES_CONFIG --cflags`"
[all …]
Daclocal.m43698 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 ; then
3713 CPPFLAGS="$CPPFLAGS `$NCURSES_CONFIG --cflags`"
3714 CF_ADD_LIBS(`$NCURSES_CONFIG --libs`)
3727 cf_cv_ncurses_version=`$NCURSES_CONFIG --version`