[svn-upgrade] Integrating new upstream version, shadow (4.0.2)

This commit is contained in:
nekral-guest
2007-10-07 11:45:07 +00:00
parent 9db6abfa42
commit 37dc61340b
49 changed files with 734 additions and 1108 deletions

View File

@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(lib/dialchk.c)
AM_INIT_AUTOMAKE(shadow, 4.0.1)
AM_INIT_AUTOMAKE(shadow, 4.0.2)
AM_CONFIG_HEADER(config.h)
dnl Some hacks...
@@ -266,7 +266,7 @@ if test "$with_libpam" = "yes"; then
[AC_DEFINE(USE_PAM)
LIBPAM="-lpam"
AC_CHECK_LIB(pam_misc, main,
LIBPAM="$LIBPAM -lpam_misc", ,
[LIBPAM="$LIBPAM -lpam_misc"],
AC_MSG_ERROR(libpam_misc is missing)
)]
[AC_MSG_CHECKING(use login access checking if PAM not used)
@@ -302,4 +302,4 @@ AC_OUTPUT([
debian/Makefile
etc/Makefile
etc/pam.d/Makefile
shadow-utils.spec])
shadow.spec])