[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.18 and 1.19

version 1.18, 2003/04/19 21:57:17 version 1.19, 2003/05/08 20:55:05
Line 4 
Line 4 
 dnl  dnl
 dnl Copyright (c) 1994-1996,1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>  dnl Copyright (c) 1994-1996,1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
 dnl  dnl
 AC_INIT(sudo, 1.6.7p4)  AC_INIT(sudo, 1.6.7p5)
 AC_CONFIG_HEADER(config.h pathnames.h)  AC_CONFIG_HEADER(config.h pathnames.h)
 dnl  dnl
 dnl This won't work before AC_INIT()  dnl This won't work before AC_INIT()
 dnl  dnl
 AC_MSG_NOTICE([Configuring Sudo version 1.6.7p4])  AC_MSG_NOTICE([Configuring Sudo version 1.6.7p5])
 dnl  dnl
 dnl Variables that get substituted in the Makefile and man pages  dnl Variables that get substituted in the Makefile and man pages
 dnl  dnl
Line 1506 
Line 1506 
                 fi                  fi
                 ;;                  ;;
     *-*-*bsd*)      *-*-*bsd*)
                   if test "$CHECKSHADOW" = "true"; then
                       CHECKSHADOW="false"
                   fi
                   ;;
       *-*-darwin*)
                   SKIP_SETREUID=yes
                 if test "$CHECKSHADOW" = "true"; then                  if test "$CHECKSHADOW" = "true"; then
                     CHECKSHADOW="false"                      CHECKSHADOW="false"
                 fi                  fi

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19