[BACK]Return to INSTALL CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/INSTALL between version 1.13 and 1.14

version 1.13, 2003/03/15 21:23:53 version 1.14, 2003/04/01 15:47:51
Line 116 
Line 116 
         Eg: --with-incpath="/usr/local/include /opt/include"          Eg: --with-incpath="/usr/local/include /opt/include"
   
   --with-libpath=DIR    --with-libpath=DIR
         Adds the specified directory (or directories_ to SUDO_LDFLAGS          Adds the specified directory (or directories) to LDFLAGS
         and VISUDO_LDFLAGS so configure and the compiler will look          so configure and the compiler will look there for libraries.
         there for libraries.  Multiple directories may be specified          Multiple directories may be specified as with --with-incpath.
         as with --with-incpath.  
   
     --with-rpath
           Tells configure to use -Rpath in addition to -Lpath when
           passing library paths to the loader.  This option is on
           by default for Solaris and SVR4.
   
     --with-blibpath[=PATH]
           Tells configure to construct a -blibpath argument to the
           loader.  If a PATH is specified, it will be used as the
           base.  Otherwise, "/usr/lib:/lib:/usr/local/lib" will be
           used for gcc and "/usr/lib:/lib" for non-gcc.  Additional
           library paths will be appended as needed by configure.
           This option is only valid for AIX where it is on by default.
   
   --with-libraries=LIBRARY    --with-libraries=LIBRARY
         Adds the specified library (or libaries) to SUDO_LIBS and          Adds the specified library (or libaries) to SUDO_LIBS and
         and VISUDO_LIBS so sudo will link against them.  If the          and VISUDO_LIBS so sudo will link against them.  If the
Line 131 
Line 143 
   --with-csops    --with-csops
         Add CSOps standard options.  You probably aren't interested in this.          Add CSOps standard options.  You probably aren't interested in this.
   
   --with-skey    --with-skey[=DIR]
         Enable S/Key OTP (One Time Password) support.          Enable S/Key OTP (One Time Password) support.  If specified,
           DIR should contain include and lib directories with skey.h
           and libskey.a respectively.
   
   --with-opie    --with-opie[=DIR]
         Enable NRL OPIE OTP (One Time Password) support.          Enable NRL OPIE OTP (One Time Password) support.  If specified,
           DIR should contain include and lib directories with opie.h
           and libopie.a respectively.
   
   --with-SecurID[=DIR]    --with-SecurID[=DIR]
         Enable SecurID support.  If specified, DIR is directory containing          Enable SecurID support.  If specified, DIR is directory containing
Line 146 
Line 162 
         DIR is the base directory containing the compiled FWTK package          DIR is the base directory containing the compiled FWTK package
         (or at least the library and header files).          (or at least the library and header files).
   
   --with-kerb4    --with-kerb4[=DIR]
         Enable Kerberos IV support.  Tested only with the Cygnus Network          Enable Kerberos IV support.  If specified, DIR is the base
         Security package (CNS).  This uses Kerberos passphrases for          directory containing the Kerberos IV include and lib dirs.
         authentication but does not use the Kerberos cookie scheme.          This uses Kerberos passphrases for authentication but does
           not use the Kerberos cookie scheme.
   
   --with-kerb5    --with-kerb5[=DIR]
         Enable Kerberos V support.  Tested against MIT Kerberos V,          Enable Kerberos V support.  If specified, DIR is the base
         release 1.1, although also expected to work against CNS.  This          directory containing the Kerberos V include and lib dirs.
         This uses Kerberos passphrases for authentication but does not          This This uses Kerberos passphrases for authentication but
         use the Kerberos cookie scheme.  Will not work for Kerberos V          does not use the Kerberos cookie scheme.  Will not work for
         older than version 1.1.          Kerberos V older than version 1.1.
   
   --with-authenticate    --with-authenticate
         Enable support for the AIX 4.x general authentication function.          Enable support for the AIX 4.x general authentication function.

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14