From a86ca7398468dbecba39df7ec17849f791fbd9f5 Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Wed, 16 May 2012 11:42:42 -0700 Subject: [PATCH] fix configure.in --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index a5a41b9..db27ce8 100644 --- a/configure.in +++ b/configure.in @@ -1,11 +1,11 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(dapl, 2.0.35, linux-rdma@vger.kernel.org) +AC_INIT(dapl, 2.0.35-pxy, linux-rdma@vger.kernel.org) AC_CONFIG_SRCDIR([dat/udat/udat.c]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(dapl, 2.0.35) +AM_INIT_AUTOMAKE(dapl, 2.0.35-pxy) AM_PROG_LIBTOOL @@ -104,7 +104,7 @@ AC_ARG_ENABLE([ucm], [ucm=true]) AM_CONDITIONAL(DEFINE_UCM, test x$ucm = xtrue) -nl Support to enable/disable PCM (proxy) SCIF provider library build +dnl Support to enable/disable PCM (proxy) SCIF provider library build AC_ARG_ENABLE([pcm], AS_HELP_STRING([--enable-ucm],[enable PCM (proxy CM) SCIF provider build, default=disabled]), [case "${enableval}" in -- 2.41.0