[26710] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Sort configure options

daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Thu Jul 12 14:57:50 2012

Date: Thu, 12 Jul 2012 14:57:45 -0400
From: Benjamin Kaduk <kaduk@mit.edu>
Message-Id: <201207121857.q6CIvjaE031163@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/8d2b33bdbe85f4de28b70bf6a6439b12b9b5d5bc
commit 8d2b33bdbe85f4de28b70bf6a6439b12b9b5d5bc
Author: Ben Kaduk <kaduk@mit.edu>
Date:   Fri Jun 29 14:10:07 2012 -0400

    Sort configure options
    
    Stick to the order of 'configure --help' for most sections, but
    sort environment variables alphabetically (since, e.g.,
    configure --help does not list CPPFLAGS and there is not a good
    way to add that).
    Note that this does not add or remove any content, even though
    some options are missing/extra.

 doc/rst_source/krb_build/options2configure.rst |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/doc/rst_source/krb_build/options2configure.rst b/doc/rst_source/krb_build/options2configure.rst
index 7d1e700..744e369 100644
--- a/doc/rst_source/krb_build/options2configure.rst
+++ b/doc/rst_source/krb_build/options2configure.rst
@@ -99,13 +99,19 @@ Environment variables
 **CFLAGS=**\ *FLAGS*
     Use *FLAGS* as the default set of C compiler flags.
 
+**CPP=**\ *CPP*
+    C preprocessor to use. (e.g. ``CPP='gcc -E'``)
+
 **CPPFLAGS=**\ *CPPOPTS*
     Use *CPPOPTS* as the default set of C preprocessor flags.  The
     most common use of this option is to select certain #define's for
     use with the operating system's include files.
 
-**CPP=**\ *CPP*
-    C preprocessor to use. (e.g. ``CPP='gcc -E'``)
+**CXX**
+     C++ compiler command
+
+**CXXFLAGS**
+     C++ compiler flags
 
 **DB_HEADER=**\ *headername*
     If db.h is not the correct header file to include to compile
@@ -139,12 +145,6 @@ Environment variables
 
     This option is ignored if **--with-system-ss** is not specified.
 
-**CXX**
-     C++ compiler command
-
-**CXXFLAGS**
-     C++ compiler flags
-
 **YACC**
      The 'Yet Another C Compiler' implementation to use. Defaults to
      the first program found out of: '`bison -y`', '`byacc`',
@@ -278,12 +278,12 @@ System types
 Optional features
 -----------------
 
-**--disable-**\ *FEATURE*
-    Do not include *FEATURE* (same as --enable-FEATURE=no).
-
 **--disable-option-checking**
     Ignore unrecognized --enable/--with options.
 
+**--disable-**\ *FEATURE*
+    Do not include *FEATURE* (same as --enable-FEATURE=no).
+
 **--enable-**\ *FEATURE*\ [=\ *ARG*]
     Include *FEATURE* [ARG=yes].
 
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post