=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/configure.in,v retrieving revision 1.46 retrieving revision 1.47 diff -c -r1.46 -r1.47 *** src/usr.bin/sudo/Attic/configure.in 2010/07/08 21:11:31 1.46 --- src/usr.bin/sudo/Attic/configure.in 2015/02/10 12:59:01 1.47 *************** *** 694,699 **** --- 694,705 ---- ;; 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]) AS_HELP_STRING([--without-sendmail], [do not send mail at all])], [case $with_sendmail in *************** *** 2560,2565 **** --- 2566,2572 ---- dnl SUDO_LOGFILE SUDO_TIMEDIR + SUDO_TZDIR dnl dnl Use passwd (and secureware) auth modules?