Skip to content

Commit

Permalink
Sort configure options
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kaduk committed Jul 12, 2012
1 parent b9e5957 commit 8d2b33b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions doc/rst_source/krb_build/options2configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`',
Expand Down Expand Up @@ -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].

Expand Down

0 comments on commit 8d2b33b

Please sign in to comment.