Home
last modified time | relevance | path

Searched refs:curses_lib_name (Results 1 – 4 of 4) sorted by relevance

/dports/devel/cgdb/cgdb-0.8.0/config/
H A Dreadline_check_version.m411 if test "$curses_lib_name" = "ncursesw"; then
15 elif test "$curses_lib_name" = "ncurses"; then
19 elif test "$curses_lib_name" = "curses"; then
41 elif test $bash_cv_termcap_lib = lib$curses_lib_name; then
42 TERMCAP_LIB=-l$curses_lib_name
/dports/devel/cgdb/cgdb-0.8.0/
H A Dconfigure.ac181 curses_lib_name="ncursesw"
183 curses_lib_name="ncurses"
202 curses_lib_name="curses"
236 if test "$TERMCAP_LIB" != "-l$curses_lib_name"; then
237 LIBS="-l$curses_lib_name $LIBS"
H A Dconfigure6082 curses_lib_name="ncursesw"
6084 curses_lib_name="ncurses"
6146 curses_lib_name="curses"
6193 if test "$curses_lib_name" = "ncursesw"; then
6276 elif test "$curses_lib_name" = "ncurses"; then
6359 elif test "$curses_lib_name" = "curses"; then
6466 elif test $bash_cv_termcap_lib = lib$curses_lib_name; then
6467 TERMCAP_LIB=-l$curses_lib_name
6697 if test "$TERMCAP_LIB" != "-l$curses_lib_name"; then
6698 LIBS="-l$curses_lib_name $LIBS"
/dports/misc/vifm/vifm-0.11/
H A Dconfigure.ac422 curses_lib_name=ncursesw
425 [curses_lib_name=$withval])
435 … CPPFLAGS="$CPPFLAGS -I${vifm_cv_curses}/include -I${vifm_cv_curses}/include/${curses_lib_name}"
440 dnl Firstly check for lib${curses_lib_name}.
441 AC_CHECK_LIB(${curses_lib_name}, initscr,
442 [LIBS="$LIBS -l${curses_lib_name}"
443 if test x$vifm_cv_curses = x/usr -a -d /usr/include/${curses_lib_name}; then
444 CPPFLAGS="$CPPFLAGS -I/usr/include/${curses_lib_name}"