summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS5
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 0 deletions
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 <stolcke@icsi.berkeley.edu>
+
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)