aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-02-25 12:58:11 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2009-02-25 12:58:11 +0000
commit91361e6976b52b77d52eb2154e4b2d5368823b3c (patch)
treeb5f9e454fc4e2b4898024f24c238cc14b9619c71 /configure.ac
parente996bc37b3065bbbb7d84bed179fc75ad2df4a83 (diff)
downloadpam-modules-91361e6976b52b77d52eb2154e4b2d5368823b3c.tar.gz
pam-modules-91361e6976b52b77d52eb2154e4b2d5368823b3c.tar.bz2
Implement pamck utility.
* pamck/pamck.c, pamck/pamck.h, pamck/conv.c, pamck/Makefile.am: New files. * doc/pam-modules.texi: Document pamck. * doc/fdl.texi: Move sectioning command to pam-modules.texi. * NEWS: Update. git-svn-id: file:///svnroot/pam-modules/trunk@102 56984be4-0537-0410-a56c-fcb268c96130
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 20bbb58..ff4ee59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
AC_PREREQ(2.53)
-AC_INIT(pam-modules, 1.5, bug-pam-modules@gnu.org.ua)
+AC_INIT(pam-modules, 1.6, bug-pam-modules@gnu.org.ua)
AC_CONFIG_SRCDIR(pam_fshadow/pam_fshadow.c)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE(no-exeext)
@@ -54,7 +54,7 @@ AC_HEADER_STDC
AC_CHECK_HEADERS(security/pam_appl.h security/pam_modules.h,
:,
AC_MSG_ERROR([Required PAM header files not found]))
-AC_CHECK_HEADERS(fcntl.h syslog.h unistd.h crypt.h security/_pam_aconf.h)
+AC_CHECK_HEADERS(fcntl.h syslog.h unistd.h crypt.h security/_pam_aconf.h termios.h)
AC_CHECK_HEADER(shadow.h,
[],
[build_fshadow=no])
@@ -63,7 +63,7 @@ dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
dnl Checks for library functions.
-AC_CHECK_FUNCS(strerror)
+AC_CHECK_FUNCS(strerror tcgetattr)
AC_CHECK_FUNC(fgetspent,
[],
[build_fshadow=no])
@@ -205,4 +205,5 @@ AC_OUTPUT(Makefile
pam_fshadow/Makefile
pam_regex/Makefile
pam_log/Makefile
- pam_sql/Makefile)
+ pam_sql/Makefile
+ pamck/Makefile)

Return to:

Send suggestions and report system problems to the System administrator.