=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/configure.in,v retrieving revision 1.46 retrieving revision 1.47 diff -u -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,6 +694,12 @@ ;; 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,6 +2566,7 @@ dnl SUDO_LOGFILE SUDO_TIMEDIR +SUDO_TZDIR dnl dnl Use passwd (and secureware) auth modules?