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

Comparing cvsroot/rxvt-unicode/configure.ac (file contents):
Revision 1.80 by ayin, Mon Nov 5 00:19:14 2007 UTC vs.
Revision 1.81 by ayin, Mon Nov 5 00:55:45 2007 UTC

648 648
649UTMP_CHECK 649UTMP_CHECK
650 650
651dnl# -------------------------------------------------------------------------- 651dnl# --------------------------------------------------------------------------
652 652
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# -------------------------------------------------------------------------- 653dnl# --------------------------------------------------------------------------
669dnl# -------------------------------------------------------------------------- 654dnl# --------------------------------------------------------------------------
670 655
671dnl# this is a really hack test for some basic Xlocale stuff 656dnl# this is a really hack test for some basic Xlocale stuff
672save_LIBS=$LIBS 657save_LIBS=$LIBS

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines