From: Arlin Davis Date: Mon, 23 Apr 2012 17:35:24 +0000 (-0700) Subject: config: clean up help option displays with ext-type options X-Git-Tag: dapl-2.0.35-1~2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=294aa2f58fe4c27826337dc44f8c2d238938d252;p=~ardavis%2Fdapl.git config: clean up help option displays with ext-type options Signed-off-by: Arlin Davis --- diff --git a/configure.in b/configure.in index d577525..832574f 100644 --- a/configure.in +++ b/configure.in @@ -116,8 +116,8 @@ AC_ARG_ENABLE([counters], AM_CONDITIONAL(DEFINE_COUNTERS, test x$counters = xtrue) dnl Support ib_extension build - if enable-ext-type == ib -AC_ARG_ENABLE(ext-type, -[ --enable-ext-type Enable extensions support for library: ib, none, default=ib], +AC_ARG_ENABLE([ext-type], + AS_HELP_STRING([--enable-ext-type],[enable extensions support for library: ib, none, default=ib]), [ if test "x$enableval" = "xib" ; then ext_type=ib elif test "x$enableval" = "xnone" ; then @@ -132,8 +132,8 @@ AC_ARG_ENABLE(ext-type, AM_CONDITIONAL(EXT_TYPE_IB, test "$ext_type" = "ib") dnl Support IB MPI collective extension build - if enable-coll-type == vendor_name -AC_ARG_ENABLE(coll-type, -[ --enable-coll-type Enable IB collective support: fca, none, default=fca], +AC_ARG_ENABLE([coll-type], + AS_HELP_STRING([--enable-coll-type],[enable IB collective support: fca, none, default=fca]), [ if test "x$enableval" = "xfca" ; then coll_type=fca AC_CHECK_HEADER(fca/fca_api.h, [],