K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2013-10-26T16:38:23.771538Z
K 7
svn:log
V 1082
improve the build with Kerberos v5 and OpenSSL support

* use Kerberos v5 probes from rra-c-util (new krb5-config.m4
  and lib-helper.m4 files, and update of krb5.m4)
* use OpenSSL probes from rra-c-util (update of openssl.m4)
* KRB5_AUTH is now defined directly in configure.ac
* --with-kerberos is renamed to --with-krb5 (configure flag)
* --enable-reduced-depends is a new configure flag, which
  tries to minimize the shared library dependencies of the
  resulting binaries on platforms with proper shared library
  dependencies; this is not enabled by default, and is
  of interest primarily to people building packages
  for distributions
* new --with-krb5-include, --with-krb5-lib, --with-openssl-include,
  and --with-openssl-lib configure flags to allow the use of
  non-standard paths
* if the Kerberos v5, or OpenSSL SSL and crypto libraries are found
  at configure time, INN will now be built with support for them unless
  respectively the --without-krb5, or --without-openssl flags are
  explicitly passed to configure
* update documentation and inn.conf sample file

END
