From: Ben Kaduk Date: Mon, 9 Jul 2012 20:02:29 +0000 (-0400) Subject: Tidy up configure options documentation X-Git-Tag: krb5-1.11-alpha1~421 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f639e31899db5c017a78f008867fb1269d38a65;p=thirdparty%2Fkrb5.git 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. --- diff --git a/doc/rst_source/krb_build/options2configure.rst b/doc/rst_source/krb_build/options2configure.rst index b761d3e7e8..75cb925969 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 -------------