=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/INSTALL,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/usr.bin/sudo/Attic/INSTALL 2009/06/21 14:48:41 1.22 +++ src/usr.bin/sudo/Attic/INSTALL 2015/02/10 12:59:01 1.23 @@ -104,6 +104,16 @@ --srcdir=DIR Find the sources in DIR [configure dir or ..] + --with-tzdir=DIR + Set the directory to the system's time zone data files. This + is only used when sanitizing the TZ environment variable to + allow for fully-qualified paths in TZ. + By default, configure will look for an existing "zoneinfo" + directory in the following locations: + /usr/share /usr/share/lib /usr/lib /etc + If no zoneinfo directory is found, the TZ variable may not + contain a fully-qualified path. + Special features/options: --with-CC=PATH Specifies path to C compiler you wish to use.