ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure.ac
(Generate patch)

Comparing rxvt-unicode/configure.ac (file contents):
Revision 1.79 by ayin, Wed Oct 31 11:59:09 2007 UTC vs.
Revision 1.82 by root, Sun Nov 11 04:08:00 2007 UTC

435 AC_DEFINE_UNQUOTED(RXVT_TERMINFO, "$withval", Set TERMINFO value to the value given by configure) terminfo="$withval" 435 AC_DEFINE_UNQUOTED(RXVT_TERMINFO, "$withval", Set TERMINFO value to the value given by configure) terminfo="$withval"
436 fi]) 436 fi])
437 437
438dnl# -------------------------------------------------------------------------- 438dnl# --------------------------------------------------------------------------
439 439
440m4_include([libev/libev.m4])
441
442dnl# --------------------------------------------------------------------------
443
440AC_PATH_PROG(TIC, tic, :) 444AC_PATH_PROG(TIC, tic, :)
441 445
442dnl# need a neat way to detect SVR4 or its features 446dnl# need a neat way to detect SVR4 or its features
443dnl# in src/command.c we use these functions: 447dnl# in src/command.c we use these functions:
444dnl# grantpt(), unlockpt(), ptsname(), which are defined in <sys/ptms.h> 448dnl# grantpt(), unlockpt(), ptsname(), which are defined in <sys/ptms.h>
642dnl# CHECKING FOR LIBRARY FUNCTIONS 646dnl# CHECKING FOR LIBRARY FUNCTIONS
643dnl# -------------------------------------------------------------------------- 647dnl# --------------------------------------------------------------------------
644AC_TYPE_SIGNAL 648AC_TYPE_SIGNAL
645dnl> AC_FUNC_VPRINTF 649dnl> AC_FUNC_VPRINTF
646 650
647AC_CHECK_FUNCS( \ 651AC_CHECK_FUNCS(unsetenv)
648 unsetenv \
649 setutent \
650 on_exit \
651)
652 652
653UTMP_CHECK 653UTMP_CHECK
654 654
655dnl# -------------------------------------------------------------------------- 655dnl# --------------------------------------------------------------------------
656
657dnl# find ttys/ttytab
658AC_CACHE_CHECK(where ttys/ttytab is located, rxvt_cv_path_ttytab,
659[for ttys_file in dnl
660 /etc/ttys /etc/ttytab;
661do
662 if test -f "$ttys_file" ; then
663 rxvt_cv_path_ttytab=$ttys_file
664 break
665 fi
666done
667])
668if test x$rxvt_cv_path_ttytab != x; then
669 AC_DEFINE_UNQUOTED(TTYTAB_FILENAME, "$rxvt_cv_path_ttytab", Define location of ttys/ttytab)
670fi
671 656
672dnl# -------------------------------------------------------------------------- 657dnl# --------------------------------------------------------------------------
673dnl# -------------------------------------------------------------------------- 658dnl# --------------------------------------------------------------------------
674 659
675dnl# this is a really hack test for some basic Xlocale stuff 660dnl# this is a really hack test for some basic Xlocale stuff

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines