[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.17 and 1.18

version 1.17, 2003/04/07 03:31:10 version 1.18, 2003/04/19 21:57:17
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.382 2003/04/04 17:45:24 millert Exp $  dnl $Sudo: configure.in,v 1.383 2003/04/13 19:48:15 millert Exp $
 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.7p3)  AC_INIT(sudo, 1.6.7p4)
 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.7p3])  AC_MSG_NOTICE([Configuring Sudo version 1.6.7p4])
 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 911 
Line 911 
 fi  fi
   
 AC_MSG_CHECKING(whether to override the user's path)  AC_MSG_CHECKING(whether to override the user's path)
 AC_ARG_WITH(secure-path, [  --with-secure-path      override the user's path with a builtin one],  AC_ARG_WITH(secure-path, [  --with-secure-path      override the user's path with a built-in one],
 [case $with_secure_path in  [case $with_secure_path in
     yes)        AC_DEFINE_UNQUOTED(SECURE_PATH, "/bin:/usr/ucb:/usr/bin:/usr/sbin:/sbin:/usr/etc:/etc", [Define to override the user's path with a builtin one.])      yes)        AC_DEFINE_UNQUOTED(SECURE_PATH, "/bin:/usr/ucb:/usr/bin:/usr/sbin:/sbin:/usr/etc:/etc", [Define to override the user's path with a built-in one.])
                 AC_MSG_RESULT([:/usr/ucb:/usr/bin:/usr/sbin:/sbin:/usr/etc:/etc])                  AC_MSG_RESULT([:/usr/ucb:/usr/bin:/usr/sbin:/sbin:/usr/etc:/etc])
                 ;;                  ;;
     no)         AC_MSG_RESULT(no)      no)         AC_MSG_RESULT(no)

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