/[radius]/radius/configure.ac
ViewVC logotype

Diff of /radius/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.58 by gray, Sun Nov 23 19:06:47 2003 UTC revision 1.59 by gray, Mon Nov 24 11:40:16 2003 UTC
# Line 20  Line 20 
20  AC_PREREQ(2.57)  AC_PREREQ(2.57)
21    
22  AC_REVISION($Revision$)  AC_REVISION($Revision$)
23  AC_INIT(GNU Radius, 1.1.92, bug-gnu-radius@gnu.org)  AC_INIT(GNU Radius, 1.1.93, bug-gnu-radius@gnu.org)
24  AC_CONFIG_SRCDIR(radiusd/radiusd.c)  AC_CONFIG_SRCDIR(radiusd/radiusd.c)
25  AC_CONFIG_AUX_DIR([scripts])  AC_CONFIG_AUX_DIR([scripts])
26  AC_CANONICAL_SYSTEM  AC_CANONICAL_SYSTEM
# Line 157  AC_CHECK_HEADERS(argp.h fcntl.h malloc.h Line 157  AC_CHECK_HEADERS(argp.h fcntl.h malloc.h
157   netdb.h stdarg.h varargs.h termcap.h termios.h termio.h sgtty.h\   netdb.h stdarg.h varargs.h termcap.h termios.h termio.h sgtty.h\
158   crypt.h sys/uio.h sys/select.h sys/resources.h getopt.h libintl.h)   crypt.h sys/uio.h sys/select.h sys/resources.h getopt.h libintl.h)
159    
160    AC_CHECK_MEMBERS([struct passwd.pw_expire], , ,
161                     [#include <pwd.h>])
162    AC_CHECK_MEMBERS([struct passwd.pw_change], , ,
163                     [#include <pwd.h>])
164    
165  ## Check for shadow support  ## Check for shadow support
166  AC_CHECK_HEADER([shadow.h],  AC_CHECK_HEADER([shadow.h],
167    [AC_CHECK_FUNCS(getspnam)    [AC_CHECK_FUNCS(getspnam)

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26