shithub: opusfile

Download patch

ref: 0f028d7438d225eadd60658a5de14a57ac5b97af
parent: 6c56a9739723335b82eff400fbd90770a69602d2
author: Ralph Giles <giles@mozilla.com>
date: Mon Oct 1 05:01:28 EDT 2012

Make the configure summary more legible.

This almost, but doesn't quite, copy the layout the opus
configure script uses.

--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,7 @@
    AC_SEARCH_LIBS([lrintf], [m], [
       AC_DEFINE([OP_HAVE_LRINTF], [1], [Enable use of lrintf function])
       lrintf_notice="
-  Library for lrintf() ....... : ${ac_cv_search_lrintf}"
+    Library for lrintf() ......... ${ac_cv_search_lrintf}"
    ])
   ]
 )
@@ -101,12 +101,17 @@
 ])
 
 AC_MSG_NOTICE([
-Summary:
+------------------------------------------------------------------------
+  $PACKAGE $VERSION: Automatic configuration OK.
 
-Assertions ................... : ${enable_assertions}
-HTTP support ................. : ${enable_http}
-Fixed-point .................. : ${enable_fixed_point}
-Floating-point API ........... : ${enable_float}${lrintf_notice}
-Hidden visibility ............ : ${cc_cv_flag_visibility}
-API documentation ............ : ${enable_doc}
+    Assertions ................... ${enable_assertions}
+
+    HTTP support ................. ${enable_http}
+    Fixed-point .................. ${enable_fixed_point}
+    Floating-point API ........... ${enable_float}${lrintf_notice}
+
+    Hidden visibility ............ ${cc_cv_flag_visibility}
+
+    API documentation ............ ${enable_doc}
+------------------------------------------------------------------------
 ])