[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.46 and 1.47

version 1.46, 2010/07/08 21:11:31 version 1.47, 2015/02/10 12:59:01
Line 694 
Line 694 
                 ;;                  ;;
 esac])  esac])
   
   AC_ARG_WITH(tzdir, [AS_HELP_STRING([--with-tzdir=DIR], [path to the time zone data directory])],
   [case $with_tzdir in
       yes)        AC_MSG_ERROR(["must give --with-tzdir an argument."])
                   ;;
   esac])
   
 AC_ARG_WITH(sendmail, [AS_HELP_STRING([--with-sendmail], [set path to sendmail])  AC_ARG_WITH(sendmail, [AS_HELP_STRING([--with-sendmail], [set path to sendmail])
 AS_HELP_STRING([--without-sendmail], [do not send mail at all])],  AS_HELP_STRING([--without-sendmail], [do not send mail at all])],
 [case $with_sendmail in  [case $with_sendmail in
Line 2560 
Line 2566 
 dnl  dnl
 SUDO_LOGFILE  SUDO_LOGFILE
 SUDO_TIMEDIR  SUDO_TIMEDIR
   SUDO_TZDIR
   
 dnl  dnl
 dnl Use passwd (and secureware) auth modules?  dnl Use passwd (and secureware) auth modules?

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47