Skip to content

Commit

Permalink
Tidy up configure options documentation
Browse files Browse the repository at this point in the history
Our only C++ code is under src/tests/misc/.

Infodir is only referenced in send-pr's makefile but not used
in any rules therein.

Docdir and its descendants ({html,dvi,pdf,ps}dir) are not used
in any install rules.

We do not have anything to install into libexecdir or sharedstatedir,
and oldincludedir simply has no effect.
  • Loading branch information
kaduk committed Jul 12, 2012
1 parent 2928f3d commit 1f639e3
Showing 1 changed file with 2 additions and 45 deletions.
47 changes: 2 additions & 45 deletions doc/rst_source/krb_build/options2configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,6 @@ Environment variables
most common use of this option is to select certain #define's for
use with the operating system's include files.

**CXX**
C++ compiler command

**CXXFLAGS**
C++ compiler flags

**DB_HEADER=**\ *headername*
If db.h is not the correct header file to include to compile
Expand Down Expand Up @@ -169,21 +164,12 @@ Fine tuning of the installation directories
*EXECPREFIX* is the path specified by **--exec-prefix**
configuration option.

**--libexecdir=**\ *DIR*
Program executables. Defaults to ``EXECPREFIX/libexec``, where
*EXECPREFIX* is the path specified by **--exec-prefix**
configuration option.

**--sysconfdir=**\ *DIR*
Read-only single-machine data. Defaults to ``PREFIX/etc``, where
Read-only single-machine data such as krb5.conf.
Defaults to ``PREFIX/etc``, where
*PREFIX* is the path specified by **--prefix** configuration
option.

**--sharedstatedir=**\ *DIR*
Modifiable architecture-independent data. Defaults to
``PREFIX/com``, where *PREFIX* is the path specified by
**--prefix** configuration option.

**--libdir=**\ *DIR*
Object code libraries. Defaults to ``EXECPREFIX/lib``, where
*EXECPREFIX* is the path specified by **--exec-prefix**
Expand All @@ -193,9 +179,6 @@ Fine tuning of the installation directories
C header files. Defaults to ``PREFIX/include``, where *PREFIX* is
the path specified by **--prefix** configuration option.

**--oldincludedir=**\ *DIR*
C header files for non-gcc. Default to ``/usr/include``.

**--datarootdir=**\ *DATAROOTDIR*
Read-only architecture-independent data root. Defaults to
``PREFIX/share``, where *PREFIX* is the path specified by
Expand All @@ -205,11 +188,6 @@ Fine tuning of the installation directories
Read-only architecture-independent data. Defaults to path
specified by **--datarootdir** configuration option.

**--infodir=**\ *DIR*
Info documentation. Defaults to ``DATAROOTDIR/info``, where
*DATAROOTDIR* is the path specified by **--datarootdir**
configuration option.

**--localedir=**\ *DIR*
Locale-dependent data. Defaults to ``DATAROOTDIR/locale``, where
*DATAROOTDIR* is the path specified by **--datarootdir**
Expand All @@ -220,27 +198,6 @@ Fine tuning of the installation directories
*DATAROOTDIR* is the path specified by **--datarootdir**
configuration option.

**--docdir=**\ *DOCDIR*
Documentation root. Defaults to ``DATAROOTDIR/doc/krb5``, where
*DATAROOTDIR* is the path specified by **--datarootdir**
configuration option.

**--htmldir=**\ *DIR*
HTML documentation. Defaults to path specified by **--docdir**
configuration option.

**--dvidir=**\ *DIR*
DVI documentation. Defaults to path specified by **--docdir**
configuration option.

**--pdfdir=**\ *DIR*
PDF documentation. Defaults to path specified by **--docdir**
configuration option.

**--psdir=**\ *DIR*
PostScript documentation. Defaults to path specified by
**--docdir** configuration option.


Program names
-------------
Expand Down

0 comments on commit 1f639e3

Please sign in to comment.