From 8cd395d3bd86ba74888b7ea8cec2d0228c00c312 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 10 Aug 2005 21:20:03 +0000 Subject: AUTHORS: Copy info from comments in sessreg.c configure.ac: Add checks for lastlog.h, utmpx.h, & sys/param.h to replace OS-specific #ifdefs --- AUTHORS | 5 +++++ configure.ac | 2 ++ 2 files changed, 7 insertions(+) diff --git a/AUTHORS b/AUTHORS index e69de29..54492ae 100644 --- a/AUTHORS +++ b/AUTHORS @@ -0,0 +1,5 @@ +Original Author: Keith Packard, MIT X Consortium + +Lastlog support and dynamic utmp entry allocation + by Andreas Stolcke + diff --git a/configure.ac b/configure.ac index 6f56776..73324cd 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,8 @@ AM_CONFIG_HEADER(config.h) AC_PROG_CC AC_PROG_INSTALL +AC_CHECK_HEADERS([lastlog.h utmpx.h sys/param.h]) + # Checks for pkg-config packages PKG_CHECK_MODULES(SESSREG, xproto) AC_SUBST(SESSREG_CFLAGS) -- cgit v1.2.3