summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-09-04 00:07:46 +0000
committerKen Raeburn <raeburn@mit.edu>2002-09-04 00:07:46 +0000
commit2361534512850f80639340bff48cfa1599913d12 (patch)
tree4d63638904dcfebd931782bdfb16a3e52480cffb /doc
parentf7c4a6f160688185e96c2d7bb34512a34bdcd088 (diff)
downloadkrb5-2361534512850f80639340bff48cfa1599913d12.tar.gz
krb5-2361534512850f80639340bff48cfa1599913d12.tar.xz
krb5-2361534512850f80639340bff48cfa1599913d12.zip
* build.texinfo (Options to Configure): Update for new options
--with-system-et, --with-system-ss, SS_DIR=. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14829 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/build.texinfo37
2 files changed, 42 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index d47cf019eb..0a8efdec24 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-03 Ken Raeburn <raeburn@mit.edu>
+
+ * build.texinfo (Options to Configure): Update for new options
+ --with-system-et, --with-system-ss, SS_DIR=.
+
2002-09-02 Ken Raeburn <raeburn@mit.edu>
* build.texinfo (Options to Configure): Update for new "CC=" style
diff --git a/doc/build.texinfo b/doc/build.texinfo
index cdf80709dc..f3d797d6e1 100644
--- a/doc/build.texinfo
+++ b/doc/build.texinfo
@@ -348,6 +348,43 @@ the previous responses to them. This protects against certain types of
attempts to extract information from the KDC through some of the
hardware preauthentication systems.
+@item --with-system-et
+
+Use installed versions of the error-table support software, the
+@samp{compile_et} program, the @file{com_err.h} header file and the
+@file{com_err} library. If these are not in the default locations,
+you may wish to specify @code{CPPFLAGS=-I/some/dir} and
+@code{LDFLAGS=-L/some/other/dir} options at configuration time as
+well.
+
+If this option is not given, a version supplied with the Kerberos
+sources will be built and installed along with the rest of the
+Kerberos tree, for Kerberos applications to link against.
+
+@item --with-system-ss
+
+Use installed versions of the subsystem command-line interface
+software, the @samp{mk_cmds} program, the @file{ss/ss.h} header file
+and the @file{ss} library. If these are not in the default locations,
+you may wish to specify @code{CPPFLAGS=-I/some/dir} and
+@code{LDFLAGS=-L/some/other/dir} options at configuration time as
+well. See also the @samp{SS_LIB} option.
+
+If this option is not given, the @file{ss} library supplied with the
+Kerberos sources will be compiled and linked into those programs that
+need it; it will not be installed separately.
+
+@item SS_LIB=libs...
+
+If @samp{-lss} is not the correct way to link in your installed
+@file{ss} library, for example if additional support libraries are
+needed, specify the correct link options here. Some variants of this
+library are around which allow for Emacs-like line editing, but
+different versions require different support libraries to be
+explicitly specified.
+
+This option is ignored if @samp{--with-system-ss} is not specified.
+
@end table
For example, in order to configure Kerberos on a Solaris machine using