Browse CVS Repository
Diff of /satellite/satellite4/aclocal.m4
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 7030 |
|
|
| 7031 |
# checking headers |
# checking headers |
| 7032 |
AC_CHECK_HEADERS([ncurses.h termcap.h curses.h term.h]) |
AC_CHECK_HEADERS([ncurses.h termcap.h curses.h term.h]) |
| 7033 |
|
if test $ac_cv_header_ncurses_h = no && test $ac_cv_header_termcap_h = no && test $ac_cv_header_curses_h = no && test $ac_cv_header_term_h = no ; then |
| 7034 |
|
AC_MSG_ERROR([*** curses or termcap header not installed - please install first ***]) |
| 7035 |
|
fi |
| 7036 |
|
|
| 7037 |
# checking libs |
# checking libs |
| 7038 |
AC_CHECK_LIB(ncurses, tgetent, have_ncurses=yes, have_ncurses=no) |
AC_CHECK_LIB(ncurses, tgetent, have_ncurses=yes, have_ncurses=no) |
|
|
Legend:
| Removed from v.1.6 |
|
| changed lines |
| |
Added in v.1.7 |
|
|
|