[svn-upgrade] Integrating new upstream version, shadow (4.0.2)
This commit is contained in:
@@ -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])
|
||||
|
Reference in New Issue
Block a user