From c82ebaa070d5c4e9e1311b336139160ddf9e12cc Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 20 Sep 2011 21:39:52 -0700 Subject: Update to rra-c-util 3.9 * Add notices in each file copied from rra-c-util. * Prefer gssapi/gssapi.h to gssapi.h. * Include strings.h if it exists for strncasecmp on some platforms. * getaddrinfo replacement now portable to systems with bad netdb.h. * Avoid krb5-config if --with-gssapi-{include,lib} are given. * Add Windows implementation of fdflag_nonblocking. * The network_connect utility functions now take an optional timeout. * Use typedef instead of #define for socklen_t and sig_atomic_t. * Stop providing or using INADDR_LOOPBACK for portability reasons. --- README | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'README') diff --git a/README b/README index c4b2441..c4994af 100644 --- a/README +++ b/README @@ -187,18 +187,21 @@ INSTALLATION (UNIX) You can also individually set the paths to the include directory and the library directory with --with-gssapi-include and --with-gssapi-lib. You may need to do this if Autoconf can't figure out whether to use lib, - lib32, or lib64 on your platform. Note that these settings aren't used - if a krb5-config script is found. + lib32, or lib64 on your platform. To specify a particular krb5-config script to use, either set the - KRB5_CONFIG environment variable or pass it to configure like: + PATH_KRB5_CONFIG environment variable or pass it to configure like: - ./configure KRB5_CONFIG=/path/to/krb5-config + ./configure PATH_KRB5_CONFIG=/path/to/krb5-config To not use krb5-config and force library probing even if there is a - krb5-config script on your path, set KRB5_CONFIG to a nonexistent path: + krb5-config script on your path, set PATH_KRB5_CONFIG to a nonexistent + path: - ./configure KRB5_CONFIG=/nonexistent + ./configure PATH_KRB5_CONFIG=/nonexistent + + krb5-config is not used and library probing is always done if either + --with-gssapi-include or --with-gssapi-lib are given. remctl will automatically build with PCRE support if pcre-config or the PCRE library are found. You can pass --with-pcre to configure to -- cgit v1.2.3