summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2011-09-20 21:39:52 -0700
committerRuss Allbery <rra@stanford.edu>2011-09-20 21:39:52 -0700
commitc82ebaa070d5c4e9e1311b336139160ddf9e12cc (patch)
tree1b67c222b72f00eda61b79dbd03e56a7589f4536 /README
parentd4fb4c26b7e3a3911c7d02da7cad6135435a7977 (diff)
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.
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 9 insertions, 6 deletions
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