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.80 by ayin, Mon Nov 5 00:19:14 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>
648 652
649UTMP_CHECK 653UTMP_CHECK
650 654
651dnl# -------------------------------------------------------------------------- 655dnl# --------------------------------------------------------------------------
652 656
653dnl# find ttys/ttytab
654AC_CACHE_CHECK(where ttys/ttytab is located, rxvt_cv_path_ttytab,
655[for ttys_file in dnl
656 /etc/ttys /etc/ttytab;
657do
658 if test -f "$ttys_file" ; then
659 rxvt_cv_path_ttytab=$ttys_file
660 break
661 fi
662done
663])
664if test x$rxvt_cv_path_ttytab != x; then
665 AC_DEFINE_UNQUOTED(TTYTAB_FILENAME, "$rxvt_cv_path_ttytab", Define location of ttys/ttytab)
666fi
667
668dnl# -------------------------------------------------------------------------- 657dnl# --------------------------------------------------------------------------
669dnl# -------------------------------------------------------------------------- 658dnl# --------------------------------------------------------------------------
670 659
671dnl# this is a really hack test for some basic Xlocale stuff 660dnl# this is a really hack test for some basic Xlocale stuff
672save_LIBS=$LIBS 661save_LIBS=$LIBS

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines