From: Greg Hudson Date: Fri, 18 Nov 2011 18:58:59 +0000 (+0000) Subject: Document --with-system-verto in rst docs X-Git-Url: http://git.tremily.us/?p=krb5.git;a=commitdiff_plain;h=28d4c0f9b4aa538ec790034f5d847da27a83f3ca Document --with-system-verto in rst docs git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25478 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/doc/rst_source/krb_build/options2configure.rst b/doc/rst_source/krb_build/options2configure.rst index b05a0ec25..489c922cf 100644 --- a/doc/rst_source/krb_build/options2configure.rst +++ b/doc/rst_source/krb_build/options2configure.rst @@ -90,6 +90,24 @@ Most commonly used options (We are not updating this version at this time because of licensing issues with newer versions that we haven't investigated sufficiently yet.) + --with-system-verto + + Use an installed version of libverto. If the libverto header and + library are not in default locations, you may wish to specify + *CPPFLAGS=-I/some/dir* and *LDFLAGS=-L/some/other/dir* options at + configuration time as well. + + If this option is not given, the build system will try to detect + an installed version of libverto and use it if it is found. + Otherwise, a version supplied with the Kerberos sources will be + built and installed. The built-in version does not contain the + full set of back-end modules and is not a suitable general + replacement for the upstream version, but will work for the + purposes of Kerberos. + + Specifying *--without-system-verto* will cause the built-in + version of libverto to be used unconditionally. + Environment variables ----------------------------------------