[svn-upgrade] Integrating new upstream version, shadow (20000902)
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, 20000826)
|
||||
AM_INIT_AUTOMAKE(shadow, 20000902)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
dnl Some hacks...
|
||||
@@ -64,7 +64,7 @@ fi
|
||||
|
||||
AC_CACHE_CHECK(for pw_quota in struct passwd,
|
||||
ac_cv_struct_passwd_pw_quota, AC_TRY_COMPILE([#include <pwd.h>],
|
||||
[ struct passwd pw; pw.pw_quota = ""; ],
|
||||
[ struct passwd pw; pw.pw_quota = 0; ],
|
||||
ac_cv_struct_passwd_pw_quota=yes, ac_cv_struct_passwd_pw_quota=no))
|
||||
|
||||
if test "$ac_cv_struct_passwd_pw_quota" = "yes"; then
|
||||
|
Reference in New Issue
Block a user