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

Comparing libptytty/ptytty.m4 (file contents):
Revision 1.12 by ayin, Sun Nov 4 09:08:42 2007 UTC vs.
Revision 1.13 by ayin, Sun Nov 4 10:16:58 2007 UTC

404 exit(0); 404 exit(0);
405}]])],[path_lastlog=`cat conftestval`],[path_lastlog=],[dnl 405}]])],[path_lastlog=`cat conftestval`],[path_lastlog=],[dnl
406 AC_MSG_WARN(Define LASTLOG_FILE in config.h manually)])]) 406 AC_MSG_WARN(Define LASTLOG_FILE in config.h manually)])])
407if test x$path_lastlog != x; then 407if test x$path_lastlog != x; then
408 AC_DEFINE_UNQUOTED(LASTLOG_FILE, "$path_lastlog", Define location of lastlog) 408 AC_DEFINE_UNQUOTED(LASTLOG_FILE, "$path_lastlog", Define location of lastlog)
409 if test -d "$path_lastlog"; then
410 AC_DEFINE(LASTLOG_IS_DIR, 1, Define if lastlog is provided via a directory)
411 fi
412fi 409fi
413dnl# -------------------------------------------------------------------------- 410dnl# --------------------------------------------------------------------------
414 411
415dnl# find lastlogx 412dnl# find lastlogx
416AC_CACHE_CHECK(where lastlogx is located, path_lastlogx, 413AC_CACHE_CHECK(where lastlogx is located, path_lastlogx,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines