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.81 by ayin, Mon Nov 5 00:55:45 2007 UTC

642dnl# CHECKING FOR LIBRARY FUNCTIONS 642dnl# CHECKING FOR LIBRARY FUNCTIONS
643dnl# -------------------------------------------------------------------------- 643dnl# --------------------------------------------------------------------------
644AC_TYPE_SIGNAL 644AC_TYPE_SIGNAL
645dnl> AC_FUNC_VPRINTF 645dnl> AC_FUNC_VPRINTF
646 646
647AC_CHECK_FUNCS( \ 647AC_CHECK_FUNCS(unsetenv)
648 unsetenv \
649 setutent \
650 on_exit \
651)
652 648
653UTMP_CHECK 649UTMP_CHECK
654 650
655dnl# -------------------------------------------------------------------------- 651dnl# --------------------------------------------------------------------------
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 652
672dnl# -------------------------------------------------------------------------- 653dnl# --------------------------------------------------------------------------
673dnl# -------------------------------------------------------------------------- 654dnl# --------------------------------------------------------------------------
674 655
675dnl# this is a really hack test for some basic Xlocale stuff 656dnl# this is a really hack test for some basic Xlocale stuff

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines