krb5 commit: Tidy up configure options documentation

Benjamin Kaduk kaduk at MIT.EDU
Thu Jul 12 14:57:46 EDT 2012


https://github.com/krb5/krb5/commit/1f639e31899db5c017a78f008867fb1269d38a65
commit 1f639e31899db5c017a78f008867fb1269d38a65
Author: Ben Kaduk <kaduk at mit.edu>
Date:   Mon Jul 9 16:02:29 2012 -0400

    Tidy up configure options documentation
    
    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 |   47 +-----------------------
 1 files changed, 2 insertions(+), 45 deletions(-)

diff --git a/doc/rst_source/krb_build/options2configure.rst b/doc/rst_source/krb_build/options2configure.rst
index b761d3e..75cb925 100644
--- a/doc/rst_source/krb_build/options2configure.rst
+++ b/doc/rst_source/krb_build/options2configure.rst
@@ -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
 -------------


More information about the cvs-krb5 mailing list