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

Comparing rxvt-unicode/ptytty.m4 (file contents):
Revision 1.7 by root, Wed Jan 25 22:09:33 2006 UTC vs.
Revision 1.8 by ayin, Sun Sep 10 14:33:41 2006 UTC

436}]])],[path_lastlogx=`cat conftestval`],[path_lastlogx=],[dnl 436}]])],[path_lastlogx=`cat conftestval`],[path_lastlogx=],[dnl
437 AC_MSG_WARN(Define LASTLOGX_FILE in config.h manually)])]) 437 AC_MSG_WARN(Define LASTLOGX_FILE in config.h manually)])])
438if test x$path_lastlogx != x; then 438if test x$path_lastlogx != x; then
439 AC_DEFINE_UNQUOTED(LASTLOGX_FILE, "$path_lastlogx", Define location of lastlogx) 439 AC_DEFINE_UNQUOTED(LASTLOGX_FILE, "$path_lastlogx", Define location of lastlogx)
440fi 440fi
441
442if test x$support_utmp != xyes; then
443 echo " utmp support: disabled"
444 echo
445else
446 echo " utmp support: enabled
447 utmp file: $path_utmp
448 utmpx file: $path_utmpx
449 wtmp file: $path_wtmp
450 wtmpx file: $path_wtmpx
451 lastlog file: $path_lastlog
452 lastlogx file: $path_lastlogx"
453fi
454]) 441])
455 442
456AC_DEFUN([SCM_RIGHTS_CHECK], 443AC_DEFUN([SCM_RIGHTS_CHECK],
457[ 444[
458AC_CACHE_CHECK(for unix-compliant filehandle passing ability, can_pass_fds, 445AC_CACHE_CHECK(for unix-compliant filehandle passing ability, can_pass_fds,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines