[BACK]Return to configure.in CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/configure.in between version 1.1 and 1.2

version 1.1, 1999/11/18 16:29:01 version 1.2, 1999/12/10 06:45:11
Line 1 
Line 1 
 dnl  dnl
 dnl Process this file with GNU autoconf to produce a configure script.  dnl Process this file with GNU autoconf to produce a configure script.
 dnl $Sudo: configure.in,v 1.291 1999/11/08 22:45:42 millert Exp $  dnl $Sudo: configure.in,v 1.294 1999/12/09 04:04:45 millert Exp $
 dnl  dnl
 dnl Copyright (c) 1994-1996,1998-1999 Todd C. Miller <Todd.Miller@courtesan.com>  dnl Copyright (c) 1994-1996,1998-1999 Todd C. Miller <Todd.Miller@courtesan.com>
 dnl  dnl
Line 9 
Line 9 
 dnl  dnl
 dnl This won't work before AC_INIT()  dnl This won't work before AC_INIT()
 dnl  dnl
 echo "Configuring Sudo version 1.6"  echo "Configuring Sudo version 1.6.1"
 dnl  dnl
 dnl Variables that get substituted in the Makefile  dnl Variables that get substituted in the Makefile
 dnl  dnl
Line 1304 
Line 1304 
 dnl  dnl
 AC_HEADER_STDC  AC_HEADER_STDC
 AC_HEADER_DIRENT  AC_HEADER_DIRENT
 AC_CHECK_HEADERS(string.h strings.h unistd.h malloc.h paths.h utime.h fnmatch.h netgroup.h sys/sockio.h sys/bsdtypes.h sys/select.h)  AC_CHECK_HEADERS(string.h strings.h unistd.h malloc.h paths.h utime.h netgroup.h sys/sockio.h sys/bsdtypes.h sys/select.h)
 dnl ultrix termio/termios are broken  dnl ultrix termio/termios are broken
 if test "$OS" != "ultrix"; then  if test "$OS" != "ultrix"; then
     AC_CHECK_HEADERS(termio.h)      AC_CHECK_HEADERS(termio.h)
Line 1333 
Line 1333 
 dnl  dnl
 dnl Function checks  dnl Function checks
 dnl  dnl
 AC_CHECK_FUNCS(strchr strrchr memchr memcpy memset sysconf sigaction tzset seteuid ftruncate strftime setrlimit)  AC_CHECK_FUNCS(strchr strrchr memchr memcpy memset sysconf sigaction tzset seteuid ftruncate strftime setrlimit initgroups)
 if test -n "$SECUREWARE"; then  if test -n "$SECUREWARE"; then
     AC_CHECK_FUNCS(bigcrypt)      AC_CHECK_FUNCS(bigcrypt)
     AC_CHECK_FUNCS(set_auth_parameters)      AC_CHECK_FUNCS(set_auth_parameters)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2