aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-04-24 02:02:49 +0000
committerRuss Allbery <rra@stanford.edu>2008-04-24 02:02:49 +0000
commit92ff7f21ad0b167f8d742a9d7b5f93704a57619c (patch)
tree7adae5f227b6463e07d5cd0f1dab82b7f1c6be47 /README
parent34c58f9471b3df4fa8b719b3c3534940ba5cfe1b (diff)
Major coding style cleanup. Updated all shared code from my other
projects. The configure option requesting AFS kaserver support (and thus building kasetkey) is now --with-kaserver instead of --with-afs. If KRB5_CONFIG was explicitly set in the environment, don't use a different krb5-config based on --with-krb4 or --with-krb5. If krb5-config isn't executable, don't use it. This allows one to force library probing by setting KRB5_CONFIG to point to a nonexistent file. Sanity-check the results of krb5-config before proceeding and error out in configure if they don't work. Stop setting Stanford-specific compile-time defaults for the wallet server and port.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 8 insertions, 3 deletions
diff --git a/README b/README
index 3bc8df5..c68464b 100644
--- a/README
+++ b/README
@@ -184,11 +184,16 @@ BUILD AND INSTALLATION
./configure KRB5_CONFIG=/path/to/krb5-config
- To build with AFS kaserver synchronization support, pass --with-afs to
- configure. You may need to include the path to the AFS include files
+ 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:
+
+ ./configure KRB5_CONFIG=/nonexistent
+
+ To build with AFS kaserver synchronization support, pass --with-kaserver
+ to configure. You may need to include the path to the AFS include files
and libraries, such as:
- ./configure --with-afs=/usr/afsws
+ ./configure --with-kaserver=/usr/afsws
The AFS kaserver support also requires Kerberos v4 libraries and tries
to use krb5-config to find such libraries. If your Kerberos v4