From f1e74c07410c47aa02fa9726421c0485412e2cf4 Mon Sep 17 00:00:00 2001 From: Ivan Romanov Date: Thu, 11 Apr 2013 17:08:19 +0600 Subject: fix padding periods in configure help text A gap after option name is needed to select it with double-click. Also I added padding periods for -testcocoon because it has no them before. Task-number: QTBUG-30589 Change-Id: Ib5b970f9b17cad43609fbc53dd05a995aaf29b45 Reviewed-by: Thiago Macieira Reviewed-by: Oswald Buddenhagen --- configure | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'configure') diff --git a/configure b/configure index f0037479ab..d14fcdc3b8 100755 --- a/configure +++ b/configure @@ -3282,7 +3282,7 @@ Installation options: (default PREFIX/include) -libdir ......... Libraries will be installed to (default PREFIX/lib) - -archdatadir ..... Arch-dependent data used by Qt will be installed to + -archdatadir .... Arch-dependent data used by Qt will be installed to (default PREFIX) -plugindir ...... Plugins will be installed to (default ARCHDATADIR/plugins) @@ -3328,7 +3328,7 @@ Configure options: -opensource ........ Compile and link the Open-Source Edition of Qt. -commercial ........ Compile and link the Commercial Edition of Qt. - -confirm-license.... Automatically acknowledge the license (use with + -confirm-license ... Automatically acknowledge the license (use with either -opensource or -commercial) -no-c++11 .......... Do not compile Qt with C++11 support enabled. @@ -3377,8 +3377,8 @@ Configure options: -no-sse2 ........... Do not compile with use of SSE2 instructions. -no-sse3 ........... Do not compile with use of SSE3 instructions. -no-ssse3 .......... Do not compile with use of SSSE3 instructions. - -no-sse4.1.......... Do not compile with use of SSE4.1 instructions. - -no-sse4.2.......... Do not compile with use of SSE4.2 instructions. + -no-sse4.1 ......... Do not compile with use of SSE4.1 instructions. + -no-sse4.2 ......... Do not compile with use of SSE4.2 instructions. -no-avx ............ Do not compile with use of AVX instructions. -no-avx2 ........... Do not compile with use of AVX2 instructions. -no-neon ........... Do not compile with use of NEON instructions. @@ -3388,7 +3388,7 @@ Configure options: -qtnamespace Wraps all Qt library code in 'namespace {...}'. -qtlibinfix Renames all libQt*.so to libQt*.so. - -testcocoon Instrument Qt with the TestCocoon code coverage tool. + -testcocoon ........ Instrument Qt with the TestCocoon code coverage tool. -D ........ Add an explicit define to the preprocessor. -I ........ Add an explicit include path. @@ -3552,8 +3552,8 @@ EOF if [ "$XPLATFORM_MAEMO" = "yes" ]; then cat << EOF - $X2N -no-xinput2......... Do not compile XInput2 support. - $X2Y -xinput2............ Compile XInput2 support. + $X2N -no-xinput2 ........ Do not compile XInput2 support. + $X2Y -xinput2 ........... Compile XInput2 support. EOF -- cgit v1.2.3