]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Tidy up configure options documentation
authorBen Kaduk <kaduk@mit.edu>
Mon, 9 Jul 2012 20:02:29 +0000 (16:02 -0400)
committerBen Kaduk <kaduk@mit.edu>
Thu, 12 Jul 2012 18:57:26 +0000 (14:57 -0400)
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.

doc/rst_source/krb_build/options2configure.rst

index b761d3e7e87456609481849cd4a70df36c7396c1..75cb925969b935b7c966748926e5cd971c0e85e3 100644 (file)
@@ -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
@@ -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**
@@ -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
@@ -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**
@@ -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
 -------------