diff mbox

[v2] configure.ac: align help text

Message ID 1419877078-7435-1-git-send-email-mike.holmes@linaro.org
State Rejected
Headers show

Commit Message

Mike Holmes Dec. 29, 2014, 6:17 p.m. UTC
The help text is not formatted into columns correctly, fix it.

Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
v2: align even more

 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Anders Roxell Jan. 6, 2015, 9:59 p.m. UTC | #1
On 2014-12-29 13:17, Mike Holmes wrote:
> The help text is not formatted into columns correctly, fix it.
> 
> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>

Reviewed-by: Anders Roxell <anders.roxell@linaro.org>

it lines up the help text, however I think we need to improve the
help text to match the rest of the help text

Cheers,
Anders

> ---
> v2: align even more
> 
>  configure.ac | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index f0ce7e0..7219a47 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -65,7 +65,7 @@ AM_CONDITIONAL([SDK_INSTALL_PATH_], [test "x${SDK_INSTALL_PATH_}" = "x1"])
>  # Enable/disable Unit tests
>  ##########################################################################
>  AC_ARG_ENABLE([cunit],
> -    [  --enable-cunit         Enable/disable cunit],
> +    [  --enable-cunit          Enable/disable cunit],
>      [if test x$enableval = xyes; then
>          cunit_support=yes
>      fi])
> @@ -86,7 +86,7 @@ AC_HELP_STRING([--with-cunit-path=DIR Path to Cunit libs and headers],
>  ##########################################################################
>  ODP_DEBUG_PRINT=1
>  AC_ARG_ENABLE([debug-print],
> -    [  --enable-debug-print         Enable/disable debug print],
> +    [  --enable-debug-print    Enable/disable debug print],
>      [if ! test "x$enableval" = "xyes"; then
>          ODP_DEBUG_PRINT=0
>      fi])
> @@ -97,7 +97,7 @@ ODP_CFLAGS="$ODP_CFLAGS -DODP_DEBUG_PRINT=$ODP_DEBUG_PRINT"
>  ##########################################################################
>  ODP_DEBUG=1
>  AC_ARG_ENABLE([debug],
> -    [  --enable-debug         Enable/disable debug],
> +    [  --enable-debug          Enable/disable debug],
>      [if ! test "x$enableval" = "xyes"; then
>          ODP_DEBUG=0
>      fi])
> -- 
> 2.1.0
> 
> 
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/lng-odp
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index f0ce7e0..7219a47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,7 @@  AM_CONDITIONAL([SDK_INSTALL_PATH_], [test "x${SDK_INSTALL_PATH_}" = "x1"])
 # Enable/disable Unit tests
 ##########################################################################
 AC_ARG_ENABLE([cunit],
-    [  --enable-cunit         Enable/disable cunit],
+    [  --enable-cunit          Enable/disable cunit],
     [if test x$enableval = xyes; then
         cunit_support=yes
     fi])
@@ -86,7 +86,7 @@  AC_HELP_STRING([--with-cunit-path=DIR Path to Cunit libs and headers],
 ##########################################################################
 ODP_DEBUG_PRINT=1
 AC_ARG_ENABLE([debug-print],
-    [  --enable-debug-print         Enable/disable debug print],
+    [  --enable-debug-print    Enable/disable debug print],
     [if ! test "x$enableval" = "xyes"; then
         ODP_DEBUG_PRINT=0
     fi])
@@ -97,7 +97,7 @@  ODP_CFLAGS="$ODP_CFLAGS -DODP_DEBUG_PRINT=$ODP_DEBUG_PRINT"
 ##########################################################################
 ODP_DEBUG=1
 AC_ARG_ENABLE([debug],
-    [  --enable-debug         Enable/disable debug],
+    [  --enable-debug          Enable/disable debug],
     [if ! test "x$enableval" = "xyes"; then
         ODP_DEBUG=0
     fi])