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.hol...@linaro.org>
Reviewed-by: Anders Roxell <anders.rox...@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 _______________________________________________ lng-odp mailing list lng-odp@lists.linaro.org http://lists.linaro.org/mailman/listinfo/lng-odp