changeset 32986:3eaaf9362cc3 stable

Re-order configure summary. Re-oder configure summary in approximately logical order of importance and with similar items (like build decisions which affect libraries) grouped together. * configure.ac: Re-order configure summary.
author Rik <rik@octave.org>
date Thu, 08 Feb 2024 08:40:58 -0800
parents 90b35ada14b2
children 3d62521c7228 9cbd0bbe7bd8
files configure.ac
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Feb 08 07:48:15 2024 -0500
+++ b/configure.ac	Thu Feb 08 08:40:58 2024 -0800
@@ -3382,15 +3382,15 @@
   Build Java interface:                 $build_java
   Build static libraries:               $STATIC_LIBS
   Build shared libraries:               $SHARED_LIBS
+  Dynamic Linking API:                  $DL_API_MSG
   Use library visibility flags:         $ENABLE_LIB_VISIBILITY_FLAGS
-  Dynamic Linking API:                  $DL_API_MSG
-  Include support for GNU readline:     $USE_READLINE
-  Use push parser in command line REPL: $ENABLE_COMMAND_LINE_PUSH_PARSER
   64-bit array dims and indexing:       $ENABLE_64
   64-bit BLAS array dims and indexing:  $HAVE_64_BIT_BLAS
   Use std::pmr::polymorphic_allocator:  $ENABLE_STD_PMR_POLYMORPHIC_ALLOCATOR
   OpenMP SMP multithreading:            $ENABLE_OPENMP
   Truncate intermediate FP results:     $ENABLE_FLOAT_TRUNCATE
+  Include support for GNU readline:     $USE_READLINE
+  Use push parser in command line REPL: $ENABLE_COMMAND_LINE_PUSH_PARSER
   Build cross tools:                    $cross_tools
   Build docs:                           $ENABLE_DOCS
   Embed Mercurial ID in libraries:      $ENABLE_HG_ID