[ewg] [PATCH 14/15] uDAPL v2.0 config: clean up help option displays with ext-type options
Davis, Arlin R
arlin.r.davis at intel.com
Mon Apr 23 13:01:16 PDT 2012
Use AS_HELP_STRING to format help text
Signed-off-by: Arlin Davis <arlin.r.davis at intel.com>
---
configure.in | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
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, [],
--
1.7.3
More information about the ewg
mailing list